.woo-service-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    width: 100%;
    max-width: 420px;
}

.woo-service-pages-label {
    font-size: 15px;
    color: #FF2222;
    font-weight: 600;
    margin-bottom: 4px;
}

.woo-service-pages {
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1.12em;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.woo-service-btn {
    background-color: #56a7c2;
    color: #fff;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.18s;
    outline: none;
    padding: 13px 24px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
}
.woo-service-btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.woo-service-total-price {
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 1.11em;
    color: #163251;
}

.woo-service-error-text {
    font-size: 15px;
    margin-top: 3px;
    color: #FF2222;
    font-weight: 600;
    line-height: 1.2;
}
.woo-service-added-text {
    font-size: 15px;
    margin-top: 3px;
    color: #28a745;
    font-weight: 600;
    line-height: 1.2;
}


a.added_to_cart.wc-forward[title="undefined"], 
a.added_to_cart.wc-forward[href="undefined"] {
    display: none !important;
}

.added_to_cart.wc-forward {
    display: none !important;
}

/* .elementor-menu-cart__product {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
}
.elementor-menu-cart__product-image {
    flex: 0 0 80px;
    max-width: 80px;
} */