.wcapsi-contact-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(249,115,22,0.12), rgba(234,88,12,0.18));
    border: 1px solid rgba(249,115,22,0.28);
    color: #ea580c;
    font-weight: 800;
    line-height: 1.6;
}

.wcapsi-contact-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    padding: 12px 18px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(249,115,22,0.28) !important;
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    color: #fff !important;
    font-weight: 800 !important;
    box-shadow: 0 14px 30px rgba(249,115,22,0.28);
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.wcapsi-contact-button:hover,
.wcapsi-contact-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(249,115,22,0.34);
    color: #fff !important;
}

.wcapsi-contact-button__icon {
    font-size: 14px;
    line-height: 1;
}

.wcapsi-single-contact-wrap {
    margin-top: 14px;
}

.woocommerce ul.products li.product .wcapsi-contact-button,
.woocommerce-page ul.products li.product .wcapsi-contact-button {
    margin-top: 10px;
}
