
/* FolloVida UI Pro Styles */
.woocommerce #place_order,
.woocommerce-cart .actions .button[name="update_cart"],
.woocommerce-cart .actions .checkout-button {
    background: linear-gradient(90deg, #ff6ec7, #b03cb4);
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}
.woocommerce #place_order:hover,
.woocommerce-cart .actions .button[name="update_cart"]:hover,
.woocommerce-cart .actions .checkout-button:hover {
    opacity: 0.9;
    transform: scale(1.05);
}
.follovida-thankyou-page {
    background: linear-gradient(135deg, #ff6ec7, #b03cb4);
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.follovida-thankyou-page .button {
    margin-top: 20px;
    background: #fff;
    color: #b03cb4;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.follovida-thankyou-page .button:hover {
    background: #f0f0f0;
}
