.wsp-loading {
    text-align: center;
    padding: 20px;
    color: #555;
}

.wsp-no-results {
    text-align: center;
    padding: 20px;
    color: #c00;
}
form .wsp-search-button {
    padding: 10px 20px !important;
    background-color: #2D7DFF !important;
    border-radius: 10px;
    margin-right: -103px;
}
.wsp-search-wrapper {
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.wsp-results-grid:not(:has(*)) {
  display: none;
}
form.wsp-search-form.inp-forms {
    width: 440px;
    display: flex;
    align-items: center;
}
.wsp-results-grid {
    width: 700px;
    background-color: #FBF9F9;
    border: solid 1px #ADBDD8;
    border-radius: 18px;
    padding: 30px;
}
.wsp-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
img.wsp-product-image.wp-post-image {
    width: 400px;
    border-radius: 18px;
}
.wsp-btn-service {
    height: 40px;
    min-width: 165px;
    position: relative;
    z-index: 65;
    font-family: peyda;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff !important;
    word-spacing: 3px;
    line-height: 23px;
    padding: 10px 0px;
    border-radius: 10px;
    background-color: #F26925;
    text-align: center;
}
.wsp-btn-service:hover {
    background-color: #cc5920
;
}

.wsp-btn-catalog {
    height: 40px;
    min-width: 165px;
    position: relative;
    z-index: 65;
    font-family: peyda;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff !important;
    word-spacing: 3px;
    line-height: 23px;
    padding: 10px 0px;
    border-radius: 10px;
    background-color: #2D7DFF;
    text-align: center;
    
}
.wsp-has-catalog:hover,
.wsp-search-button:hover {
    background-color: #1a66e1 !important;
}

.wsp-product-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.wsp-no-catalog {
    background-color: #777777;
}
.wsp-no-catalog:hover {
    background-color: #777777 !important;
}

@media(max-width:767px) {
    .wsp-search-wrapper {
        width:100%;
    }
    form.wsp-search-form.inp-forms {
    width: 100%;
    }
    .wsp-results-grid {
        padding: 15px;
    }
    img.wsp-product-image.wp-post-image {
    width: 100%;
    }
    .wsp-btn-catalog,
    .wsp-btn-service {
        min-width: 140px !important;
    }
    .wsp-results-grid {
    width: 100%;
    }
}