/*
Theme Name: Fioxen Child
Theme URI: https://gaviaspreview.com/wp/fioxen/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Fioxen theme.
Template: fioxen
*/
/*
 Theme Name: Fioxen Child
 ...
 Template: fioxen
*/

/* --------------------------
   ESTILOS DE CUPONES
--------------------------- */

/* ----------------------------------
   ESTILOS DE CUPONES
---------------------------------- */

/* Caja principal del cupón */
.single-lc_coupon .coupon-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    max-width: 800px;
    margin: 40px auto;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    font-family: "Inter", sans-serif;
}

.single-lc_coupon .coupon-field {
    margin-bottom: 22px;
}

.single-lc_coupon .coupon-label {
    font-weight: 600;
    color: #203349;
    margin-bottom: 6px;
    display: block;
}

.single-lc_coupon .coupon-value {
    background: #f5fffa;
    padding: 12px 18px;
    border-radius: 10px;
    margin-top: 5px;
    font-size: 18px;
}

/* Botón */
.single-lc_coupon .lc-btn-redimir {
    display: inline-block;
    padding: 14px 28px;
    background: #2FBF4A;
    border-radius: 999px;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
}

.single-lc_coupon .lc-btn-redimir:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(47,191,74,0.35);
}

