.row{
    margin-top: 0!important;
    margin-bottom: 0!important ;
}


/** all page **/
.header-icon{
    display: none!important;
}

/* Quitar el padding del contenedor del post en el tema Shoper */
#content .shoper-single-post .post {
    padding: 0px !important;
}

footer{
    bottom: 0;
    width: 100%;
}

/*.seat.active {
    fill: #a1c110;
    cursor: pointer;
}*/

/*.post{
    padding-top: 0!important;
}*/

/******************************************/
/******** page producto ******************/
/****************************************/
#static_header_banner{
   display: none !important;
}

#content{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.summary{
    /*display: none !important;*/
}

.woocommerce-product-gallery{
    /*display: none !important;*/
}

/** Modulo para ver el Mapa de google**/
@media (min-width: 992px) {
    .woocommerce-tabs {
        width: 48%;
        clear: none !important;
        padding-top: 10px !important;
    }
}
.variations_form, .sku_wrapper{
    display: none !important;
}

.woocommerce-product-gallery__trigger{
    /*display: none !important;*/
}

/* ocultamos los paneles con el nombre descripcion y titulo*/
.woocommerce-tabs div:first-child ul, .woocommerce-Tabs-panel h2{
    display: none!important;
}
.woocommerce-tabs div{
    padding: 4px;
}
.woocommerce-Tabs-panel{
    padding: 5px!important;
}

/*MODAL IMG - AREA MAP */
.image-container {
    position: relative;
    display: inline-block;
}

.zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    fill: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 6px;
    opacity: 0.8;
    transition: opacity 0.2s;
    /*pointer-events: none;*/
    cursor: zoom-in;
}

.image-container:hover .zoom-icon {
    opacity: 1;
}

.modal-img {
    width: 100%;
}


/*modulo de  Seleccionar flotante para movil*/
/* Estilo para hacer que el div se vea como un módulo en la parte inferior en móviles */
@media (max-width: 767px) {
    .floating-btn-container {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        z-index: 9999;
        padding: 15px 20px;
        background-color: #f0f0f0;  /* Fondo gris */
        box-shadow: 0px -3px 12px rgba(0, 0, 0, 0.6); /* Sombra suave */
        border-radius: 10px 10px 0 0; /* Bordes redondeados en la parte superior */
        box-sizing: border-box;
    }

    .floating-btn-container button {
        width: 90%;
        max-width: 400px;
        background-color: #007bff;  /* Fondo azul para el botón */
        color: white;
        border-radius: 5px;
        padding: 12px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }


    /* FIX: Efecto de hover para el botón */
    .floating-btn-container button:hover {
        background-color: #0056b3;
    }

    /* FIX Hr en elegir butacas para movil*/
    /* Estilo para móviles */
    @media (max-width: 768px) {
        #rzlv_lfp_detalle_entradas hr {
            margin: 0.1rem;  /* Menor padding en móvil */
        }
        #rzlv_lfp_detalle_entradas {
            padding: 0.1rem;
        }
    }
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo translúcido */
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    border-radius: 0 0 5px 5px; /* Bordes redondeados solo en la parte inferior */
    z-index: 10; /* Asegura que el texto esté encima de la imagen */
}

/*FIX: boton subir en verion movil*/
#backToTop {
    bottom: 40px;
    padding-right: 0;
}

/* cambiar orden de imagen y precios en version movil*/
/* Estructura normal (escritorio) */


/* En móvil, invertimos el orden */
@media (max-width: 768px) {
    .product-type-variable {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-product-gallery { order: 2; }
    .entry-summary { order: 1; }
    .woocommerce-tabs { order: 3; }
}

/** Tooltip */
.tooltip-inner {
    font-size: 0.7em; /* Ajusta este valor según necesites. 'em' es relativo al tamaño de fuente base. */
    /* También puedes usar píxeles: font-size: 12px; */
    /* O palabras clave: font-size: small; */
}


/***** Page Cart ********/
.actions, .product-remove, .plus, .minus, .woocommerce-notices-wrapper{
    display: none !important;
}

.quantity{
    padding-left: 30%;
}
.quantity .input-text{
    border: none !important; /* Elimina los bordes */
    cursor: not-allowed; /* Cambia el cursor a "no permitido" */
}

.product-thumbnail{
    display: none!important;
}
/*
.cart_totals{
    display: none;
}
*/

/** Page Checkout **/
#_billing_lfp_area_field, #_billing_lfp_seats_field,#_billing_lfp_order_field,#_billing_widget_txn_field{
    display: none;
}

#_billing_term_1_field input,#_billing_term_2_field input,#_billing_term_3_field input,#_billing_term_4_field input,#_billing_term_5_field input{
    display: inline!important;
    width: auto!important;
}


/*** page thak you ***/
.wc-item-meta-label{
    display: none;
}

.woocommerce-notice--success,.woocommerce-order-overview{
    display: none;
}

.woocommerce-table--custom-fields{
    display: none;
}

/*ocultar datos de facturacion*/
.woocommerce-customer-details{
    display: none;
}

/*ocultar fila de acciones */
tr:has(th.order-actions--heading) {
    display: none; /* Oculta toda la fila */
}






/*****************************/
/** progress bar **/
/*****************************/
:root {
    --club-primary-color:#6c757d;
}


.progressbar {
    margin: 0;
}

.progressbar li {
    list-style-type: none;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 30px;
    left: -50%;
    z-index: 0;
}
.progressbar li:first-child:after {
    content: none;
}


.progressbar li.active {
    /*color: var(--secondary-color);*/
    font-weight: bold;
}
.progressbar li.active:before {
    border-color: var(--secondary-color);
    /*background: green;*/
}
.progressbar li.active + li:after {
    /*background-color: #55b776;*/
}


.progressbar li.active:before {
    background-size: 60%;
}
.progressbar li::before {
    background-size: 60%;
}


/*****************************/
/** animation loading **/
/*****************************/
.body_loading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Utiliza la animación spin */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Renovacion */
#rzlv_fan_renewal {
    color: #4f565d;
}

#rzlv_fan_renewal h3,
#rzlv_fan_renewal h4,
#rzlv_fan_renewal h5 {
    letter-spacing: 0;
}

.rzlv-renewal-hero,
.rzlv-renewal-card {
    border: 1px solid #e9edf2;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(35, 44, 58, 0.06);
}

.rzlv-renewal-hero .card-body,
.rzlv-renewal-card .card-body {
    padding: 1.25rem;
}

.rzlv-renewal-eyebrow,
.rzlv-renewal-card-kicker,
.rzlv-renewal-label {
    color: #7b8490;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rzlv-renewal-title {
    color: #2f363d;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0.2rem 0 0.45rem;
}

.rzlv-renewal-title-badge {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.4rem;
}

.rzlv-renewal-subtitle,
.rzlv-renewal-card-meta {
    color: #7b8490;
    font-size: 0.88rem;
}

.rzlv-renewal-status-panel {
    background: #f8fafc;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    padding: 1rem;
    text-align: right;
}

.rzlv-renewal-badge {
    border-radius: 999px;
    font-size: 0.82rem;
    padding: 0.42rem 0.72rem;
}

.rzlv-renewal-paid {
    color: #239447;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
}

.rzlv-renewal-pending {
    color: #b7791f;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
}

.rzlv-btn-pay-renewal {
    border: 0;
    border-radius: 6px;
    color: #2f363d;
    font-weight: 800;
    letter-spacing: 0;
    padding: 0.72rem 1rem;
    text-transform: none;
}

.rzlv-renewal-cta {
    align-items: center;
    background: #fff8e7;
    border: 1px solid #f3d28a;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.15rem;
}

.rzlv-renewal-cta-title {
    color: #5f470f;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.1rem;
}

.rzlv-renewal-cta-subtitle {
    color: #8b6b1f;
    font-size: 0.9rem;
}

.rzlv-renewal-cta .rzlv-btn-pay-renewal {
    min-width: 180px;
}

.rzlv-renewal-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-end;
    margin-left: 1rem;
}

.rzlv-renewal-info-box,
.rzlv-renewal-price-box {
    background: #fbfcfe;
    border: 1px solid #edf1f5;
    border-radius: 7px;
    height: 100%;
    padding: 1rem;
}

.rzlv-renewal-info-box strong,
.rzlv-renewal-price-box strong {
    color: #333b43;
    display: block;
    font-size: 0.92rem;
    margin-top: 0.25rem;
}

.rzlv-renewal-card-title {
    color: #086bd8;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0.35rem 0 0.15rem;
}

.rzlv-renewal-section-title {
    color: #333b43;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0.35rem 0 0.85rem;
}

/* Cuando el título abre una tarjeta (p. ej. Promociones), sin margen superior extra:
   ya lo aporta el padding del card-body. */
.rzlv-renewal-card .card-body > .rzlv-renewal-section-title:first-child {
    margin-top: 0;
    margin-bottom: 0.6rem;
}

/* Lista de promociones compacta: sin sangría lateral y sin padding/borde sobrante en los
   extremos, para que la tarjeta se ciña al contenido. */
.rzlv-renewal-card .list-group-item {
    padding: 0.6rem 0;
    border-color: #eef2f6;
}

.rzlv-renewal-card .list-group-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.rzlv-renewal-card .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.rzlv-renewal-date {
    background: #f4f6f9;
    border-radius: 999px;
    color: #65717d;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}

.rzlv-renewal-price {
    color: #2f363d;
    font-size: 1.1rem;
    font-weight: 800;
    margin-top: 0.25rem;
}

.rzlv-renewal-price-box-new {
    border-color: #cfe8d7;
    background: #f7fcf8;
}

.rzlv-renewal-seat-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0.45rem -0.25rem 0;
}

.rzlv-renewal-seat-chip {
    background: #fff;
    border: 1px solid #e4eaf0;
    border-radius: 7px;
    flex: 1 1 0;
    margin: 0 0.25rem 0.25rem;
    min-width: 95px;
    padding: 0.65rem 0.75rem;
}

.rzlv-renewal-seat-chip span {
    color: #7b8490;
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.rzlv-renewal-seat-chip strong {
    color: #2f363d;
    display: block;
    font-size: 0.95rem;
    line-height: 1.2;
    margin: 0;
}

.rzlv-renewal-seat-change {
    color: #b7791f;
    display: block;
    font-size: 1.15rem;
    margin-top: 0.25rem;
}

/* Columna de resumen (sticky en escritorio) */
.rzlv-renewal-summary-sticky {
    position: sticky;
    top: 1rem;
}

.rzlv-renewal-summary .card-body {
    padding: 1.5rem;
}

.rzlv-renewal-summary {
    font-size: 0.92rem;
}

.rzlv-renewal-summary-title {
    color: #333b43;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 1.1rem;
}

.rzlv-renewal-summary-total-label {
    color: #2f363d;
    font-size: 1rem;
    font-weight: 700;
}

.rzlv-renewal-summary-total {
    color: #086bd8;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.1;
}

.rzlv-btn-pay-block {
    display: block;
    width: 100%;
}

.rzlv-renewal-summary-note {
    color: #8b6b1f;
    font-size: 0.85rem;
    text-align: center;
}

/* Estado "en proceso": el abonado ya pagó pero la renovación se está finalizando (revisión). */
.rzlv-renewal-processing-status {
    color: #1153b3;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.1;
    white-space: nowrap;
}

.rzlv-renewal-processing {
    background: #eef4ff;
    border: 1px solid #c5d8f7;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    text-align: center;
}

.rzlv-renewal-processing strong {
    color: #123f86;
    display: block;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.rzlv-renewal-processing span {
    color: #2c5aa0;
    font-size: 0.85rem;
}

@media (max-width: 991.98px) {
    .rzlv-renewal-summary-sticky {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .rzlv-renewal-status-panel {
        text-align: left;
    }

    .rzlv-renewal-hero .card-body,
    .rzlv-renewal-card .card-body {
        padding: 1.25rem;
    }

    .rzlv-renewal-title {
        font-size: 1.15rem;
    }

    .rzlv-renewal-cta {
        align-items: stretch;
        display: block;
    }

    .rzlv-renewal-cta-actions {
        margin-left: 0;
        margin-top: 0.85rem;
    }

    .rzlv-renewal-cta-actions .btn {
        width: 100%;
    }
}

/* ===== Cambio de asiento ===== */
#rzlv_fan_seat_change .rzlv-area-btn.active {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

#rzlv_fan_seat_change .rzlv-seat-sector.active {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

#rzlv_fan_seat_change .seat-grid {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Rejilla en flujo (asientos de un área, sin fila/número): envuelve y hace scroll. */
#rzlv_fan_seat_change .seat-grid-flow {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    max-height: 420px;
    overflow-y: auto;
    padding: 4px;
    border: 1px solid #eee;
    border-radius: 8px;
}

#rzlv_fan_seat_change .seat-grid-flow .seat {
    width: 22px;
    height: 22px;
    font-size: 0;
}

/* Toggle "solo disponibles": oculta los asientos no disponibles. */
#rzlv_fan_seat_change .seat-grid-flow.only-available .seat-taken {
    display: none;
}

#rzlv_fan_seat_change .seat-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

#rzlv_fan_seat_change .seat-row-label {
    color: #6c757d;
    font-size: 0.75rem;
    min-width: 34px;
}

#rzlv_fan_seat_change .seat {
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    height: 34px;
    line-height: 1;
    padding: 0;
    width: 34px;
}

#rzlv_fan_seat_change .seat-free {
    background-color: #e6f4ea;
    border-color: #34a853;
    color: #1e7e34;
}

#rzlv_fan_seat_change .seat-free:hover {
    background-color: #34a853;
    color: #fff;
}

#rzlv_fan_seat_change .seat-taken {
    background-color: #f1f1f1;
    border-color: #ccc;
    color: #adb5bd;
    cursor: not-allowed;
}

#rzlv_fan_seat_change .seat-selected {
    background-color: #f0ad4e !important;
    border-color: #f0ad4e !important;
    color: #fff !important;
}

#rzlv_fan_seat_change .seat-legend {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    height: 12px;
    vertical-align: middle;
    width: 12px;
}

#rzlv_fan_seat_change .seat-legend.seat-free {
    background-color: #e6f4ea;
    border-color: #34a853;
}

#rzlv_fan_seat_change .seat-legend.seat-taken {
    background-color: #f1f1f1;
    border-color: #ccc;
}

#rzlv_fan_seat_change .seat-legend.seat-selected {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

/* ===== Login: selector Abonado / Simpatizante (control segmentado) ===== */
#rzlv-login-form #fanLoginTabs {
    display: flex;
    gap: 4px;
    background: #f1f3f5;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 1.5rem;
}

#rzlv-login-form #fanLoginTabs .rzlv-login-tab {
    flex: 1 1 0;
    border: 0;
    background: transparent;
    color: #6c757d !important;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.2;
    padding: 0.65rem 1rem;
    border-radius: 9px;
    cursor: pointer;
    text-shadow: none;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

#rzlv-login-form #fanLoginTabs .rzlv-login-tab:hover {
    color: #212529 !important;
}

#rzlv-login-form #fanLoginTabs .rzlv-login-tab.active {
    background: #ffffff !important;
    color: #0d6efd !important;
    box-shadow: 0 1px 4px rgba(16, 24, 40, 0.12);
}

#rzlv-login-form #fanLoginTabs .rzlv-login-tab:focus-visible {
    outline: 2px solid rgba(13, 110, 253, 0.5);
    outline-offset: 1px;
}


/* =========================================================================
 *  MIS TÍTULOS ([rzlv_fan_titles]) — cabecera, tarjetas y botones de wallet
 * ========================================================================= */
#rzlv_fan_titles {
    --rzlv-brand: #d81e05; /* rojo del club (ajustable) */
}

/* --- Cabecera --- */
.rzlv-titles-header {
    align-items: center;
    border-bottom: 1px solid #e6e9ee;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 1.35rem;
    padding-bottom: 1rem;
}

.rzlv-titles-heading {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.rzlv-titles-icon {
    align-items: center;
    background: rgba(216, 30, 5, 0.10);
    border-radius: 12px;
    color: var(--rzlv-brand);
    display: inline-flex;
    flex: 0 0 auto;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.rzlv-titles-title {
    color: #1b2430;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.rzlv-titles-subtitle {
    color: #7b8490;
    font-size: 0.9rem;
}

.rzlv-titles-add {
    align-items: center;
    background: var(--rzlv-brand);
    border: 0;
    border-radius: 999px;
    color: #fff !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 700;
    gap: 8px;
    padding: 0.6rem 1.15rem;
    text-decoration: none !important;
    transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.rzlv-titles-add:hover {
    background: #b71704;
    box-shadow: 0 6px 16px rgba(216, 30, 5, 0.25);
    color: #fff !important;
}

.rzlv-titles-add.disabled {
    opacity: 0.55;
}

/* Separación entre columnas/tarjetas (la clase g-3 es de BS5 y no aplica gutter en BS4). */
#fanTitlesList > [class*="col-"] {
    margin-bottom: 1.5rem;
}

/* --- Tarjeta --- */
.rzlv-title-card {
    background: #fff;
    border: 1px solid #e6e9ee;
    border-top: 3px solid var(--rzlv-brand);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(20, 28, 40, 0.05);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.rzlv-title-card:hover {
    box-shadow: 0 10px 26px rgba(20, 28, 40, 0.10);
    transform: translateY(-2px);
}

.rzlv-title-card-body {
    padding: 1.15rem 1.15rem 1.25rem;
}

.rzlv-title-card-head {
    align-items: flex-start;
    display: flex;
    gap: 0.6rem;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}

.rzlv-title-name {
    color: #1b2430;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.rzlv-title-badge {
    background: #eef1f4;
    border-radius: 999px;
    color: #48515a;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.32rem 0.6rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.rzlv-title-badge.is-active { background: #e5f6ec; color: #1f8a4c; }
.rzlv-title-badge.is-pending { background: #fff3d9; color: #9a6a12; }
.rzlv-title-badge.is-expired { background: #eef1f4; color: #6c757d; }

.rzlv-title-details {
    display: grid;
    gap: 0.45rem;
    margin: 0;
}

.rzlv-title-details > div {
    display: flex;
    gap: 0.5rem;
}

.rzlv-title-details dt {
    color: #7b8490;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0;
    min-width: 104px;
}

.rzlv-title-details dd {
    color: #333b43;
    font-size: 0.88rem;
    margin: 0;
    word-break: break-word;
}

/* --- Botones de wallet --- */
.rzlv-wallet-actions {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 1.15rem;
}

.rzlv-wallet-btn {
    align-items: center;
    border: 0;
    border-radius: 10px;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    font-size: 0.92rem;
    font-weight: 700;
    gap: 0.6rem;
    justify-content: center;
    padding: 0.7rem 1rem;
    transition: background-color 0.15s ease;
    width: 100%;
}

/* El texto siempre blanco (el tema pisa el color en :hover/:focus). */
.rzlv-wallet-btn:hover,
.rzlv-wallet-btn:focus,
.rzlv-wallet-btn:active,
.rzlv-wallet-btn:hover span,
.rzlv-wallet-btn span {
    color: #fff !important;
}

.rzlv-wallet-btn svg { flex: 0 0 auto; }
.rzlv-wallet-google { background: #202124; }
.rzlv-wallet-google:hover { background: #000; }
.rzlv-wallet-apple { background: #000; }
.rzlv-wallet-apple:hover { background: #1a1a1a; }

/* Evita que un posible icono ::before del tema duplique el nuestro */
#rzlv_fan_titles .btn-download-google::before,
#rzlv_fan_titles .btn-download-apple::before { content: none !important; }

@media (max-width: 575.98px) {
    .rzlv-titles-add { justify-content: center; width: 100%; }
    .rzlv-title-details dt { min-width: 92px; }
}
