/*
Theme Name: RG Epoxy Child
Theme URI: https://rgepoxy.com
Description: Tema hijo de Blocksy para RG Epoxy con la identidad visual (rojo / negro / blanco).
Author: RG Epoxy Dev
Author URI: https://rgepoxy.com
Template: blocksy
Version: 1.0.0
Text Domain: rg-epoxy-child
*/

/* ===================================================================
   RG EPOXY - Identidad visual
   ------------------------------------------------------------------
   Paleta basada en el logo del cliente:
     - Rojo RG:       #E30613
     - Negro profundo: #0A0A0A
     - Gris de fondo:  #111111
     - Blanco:         #FFFFFF
     - Gris claro:     #D9D9D9
   Tipografia:
     - Titulos: 'Bebas Neue', 'Oswald', sans-serif (display, industrial)
     - Cuerpo:  'Inter', 'Poppins', system-ui, sans-serif
   =================================================================== */

:root {
    --rg-red:        #E30613;
    --rg-red-dark:   #B00410;
    --rg-red-glow:   rgba(227, 6, 19, 0.35);
    --rg-black:      #0A0A0A;
    --rg-dark:       #111111;
    --rg-dark-2:     #1A1A1A;
    --rg-gray:       #2A2A2A;
    --rg-light-gray: #D9D9D9;
    --rg-white:      #FFFFFF;

    --rg-font-display: 'Bebas Neue', 'Oswald', 'Arial Narrow', sans-serif;
    --rg-font-body:    'Inter', 'Poppins', system-ui, -apple-system, sans-serif;
}

/* Base - todo el layout de Blocksy forzado a negro */
html,
body,
body.wp-singular,
body.home,
body.page,
body.ct-loaded,
body > .site,
.ct-site-wrapper,
#main,
main,
.entry-content,
[data-content="top, left, center"],
[data-row="top"],
[data-row="middle"],
[data-row="bottom"] {
    background-color: var(--rg-black) !important;
    color: var(--rg-light-gray);
}

/* Ocultar el page-title automatico de Blocksy - nuestro diseño usa
   heroes dedicados dentro del contenido de cada pagina */
.page-title,
.entry-header,
.ct-hero-section,
.page .entry-header,
.home .entry-header,
#main > header,
article.page > header {
    display: none !important;
}

/* Si el usuario quiere ver el page-title, cambiar aqui */

body {
    font-family: var(--rg-font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Blocksy custom props overrides */
:root, body {
    --theme-palette-color-1: var(--rg-red);
    --theme-palette-color-2: var(--rg-red-dark);
    --theme-palette-color-3: var(--rg-white);
    --theme-palette-color-4: var(--rg-light-gray);
    --theme-palette-color-5: var(--rg-dark-2);
    --theme-palette-color-6: var(--rg-black);
    --theme-palette-color-7: var(--rg-gray);
    --theme-palette-color-8: var(--rg-black);
}

/* Blocksy header rows */
header[data-id="header"],
header .ct-header,
header [data-row],
header [data-column],
header [data-items],
header {
    background: var(--rg-black) !important;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.wp-block-heading {
    font-family: var(--rg-font-display);
    color: var(--rg-white);
    letter-spacing: 0.02em;
    line-height: 1.05;
    text-transform: uppercase;
}

h1, .has-huge-font-size { font-size: clamp(2.5rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); }

p, li {
    color: var(--rg-light-gray);
    line-height: 1.7;
}

a {
    color: var(--rg-red);
    text-decoration: none;
    transition: color .2s ease;
}

a:hover {
    color: var(--rg-white);
}

/* Highlight por defecto tipo marca */
strong, b {
    color: var(--rg-white);
}

mark, .rg-mark {
    background: var(--rg-red);
    color: var(--rg-white);
    padding: 0 0.3em;
}

/* Buttons --------------------------------------------------------- */
.wp-element-button,
.wp-block-button__link,
button,
input[type="submit"],
.ct-button {
    background-color: var(--rg-red) !important;
    color: var(--rg-white) !important;
    border: 2px solid var(--rg-red) !important;
    border-radius: 0 !important;
    font-family: var(--rg-font-display);
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 14px 32px !important;
    transition: all .2s ease;
    box-shadow: 0 0 0 0 var(--rg-red-glow);
}

.wp-element-button:hover,
.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
.ct-button:hover {
    background-color: transparent !important;
    color: var(--rg-red) !important;
    box-shadow: 0 0 20px 0 var(--rg-red-glow);
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: transparent !important;
    color: var(--rg-white) !important;
    border-color: var(--rg-white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--rg-white) !important;
    color: var(--rg-black) !important;
}

/* Header / Footer tipo brand --------------------------------------- */
header#header,
[data-id="header"],
[data-prefix="header"],
.ct-header,
#offcanvas {
    background-color: var(--rg-black) !important;
    color: var(--rg-white) !important;
    border-bottom: 1px solid rgba(227, 6, 19, 0.25);
}

header#header a,
.ct-header a,
.ct-header .menu-item > a,
#offcanvas a {
    color: var(--rg-white) !important;
    font-family: var(--rg-font-display);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.95rem;
}

header#header a:hover,
.ct-header a:hover,
.ct-header .menu-item > a:hover,
.ct-header .current-menu-item > a {
    color: var(--rg-red) !important;
}

/* Site title (logo text) */
.ct-header .site-title,
.ct-header .site-title-container,
.ct-header .site-branding,
.ct-header .site-title a,
.site-title,
.site-description,
header .site-title a {
    color: var(--rg-white) !important;
    font-family: var(--rg-font-display) !important;
    font-size: 1.5rem !important;
    letter-spacing: 0.12em !important;
    white-space: nowrap !important;
}

.site-branding,
.site-title-container,
.site-title {
    white-space: nowrap !important;
    min-width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
}

.site-branding .site-title a {
    white-space: nowrap !important;
}

/* CTA menu item: "Solicita cotización" como boton rojo en el header */
.ct-header .menu-cta,
.ct-header li.menu-cta {
    margin-left: 12px;
}

.ct-header .menu-cta > a,
.ct-header li.menu-cta > a {
    background-color: var(--rg-red) !important;
    color: var(--rg-white) !important;
    padding: 10px 22px !important;
    border: 2px solid var(--rg-red) !important;
    transition: all .2s ease;
    font-size: 0.85rem !important;
}

.ct-header .menu-cta > a:hover,
.ct-header li.menu-cta > a:hover {
    background-color: transparent !important;
    color: var(--rg-red) !important;
}

/* Ocultar wp-list-pages fallback items que NO deberian aparecer si hubiera fallback */
.page-item-6,  /* Cart */
.page-item-7,  /* Checkout */
.page-item-9,  /* My account */
.page-item-10, /* Dashboard */
.page-item-11, /* Student Registration */
.page-item-12, /* Instructor Registration */
.page-item-8,  /* Shop */
.page-item-5 {
    display: none;
}

/* Hamburger */
.ct-toggle,
.ct-toggle svg,
.ct-header .ct-toggle-menu,
.ct-header .ct-toggle-search {
    color: var(--rg-white) !important;
    fill: var(--rg-white) !important;
}
.ct-toggle:hover { color: var(--rg-red) !important; }

/* Mobile menu drawer */
#offcanvas .ct-panel-content,
.ct-panel[data-behaviour] .ct-panel-content,
.ct-drawer-canvas {
    background: var(--rg-black) !important;
    color: var(--rg-light-gray) !important;
}

#offcanvas .menu li > a,
.ct-panel ul.menu li > a {
    color: var(--rg-white) !important;
    font-family: var(--rg-font-display) !important;
    font-size: 1.1rem !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 14px 24px !important;
    border-bottom: 1px solid var(--rg-gray);
}

#offcanvas .menu li > a:hover,
.ct-panel ul.menu li > a:hover {
    color: var(--rg-red) !important;
    background: rgba(227, 6, 19, 0.05);
}

#offcanvas .menu .menu-cta > a,
.ct-panel .menu .menu-cta > a {
    background: var(--rg-red) !important;
    margin: 16px 24px !important;
    border-radius: 0 !important;
}

#offcanvas .ct-toggle-close,
.ct-panel .ct-toggle-close {
    color: var(--rg-white) !important;
}

#offcanvas .ct-toggle-close:hover,
.ct-panel .ct-toggle-close:hover {
    color: var(--rg-red) !important;
}

/* Content area background should never be white */
#main, main, .site, body.wp-singular {
    background-color: var(--rg-black) !important;
}

[data-prefix="footer"],
.ct-footer {
    background-color: var(--rg-black);
    color: var(--rg-light-gray);
    border-top: 3px solid var(--rg-red);
}

/* Hero fullscreen reusable ---------------------------------------- */
.rg-hero {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: radial-gradient(circle at 50% 30%, rgba(227, 6, 19, 0.18), transparent 60%),
                linear-gradient(180deg, #0A0A0A 0%, #151515 100%);
    padding: 120px 24px 80px;
}

.rg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02) 0px, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 20px);
    pointer-events: none;
}

.rg-hero__inner {
    position: relative;
    max-width: 1100px;
    z-index: 1;
}

.rg-hero__eyebrow {
    display: inline-block;
    color: var(--rg-red);
    font-family: var(--rg-font-display);
    letter-spacing: 0.35em;
    font-size: 1rem;
    margin-bottom: 24px;
    padding: 6px 16px;
    border: 1px solid var(--rg-red);
}

.rg-hero__title {
    font-family: var(--rg-font-display);
    color: var(--rg-white);
    font-size: clamp(3rem, 9vw, 7rem);
    line-height: 0.95;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.rg-hero__title .accent {
    color: var(--rg-red);
    display: inline-block;
    position: relative;
}

.rg-hero__title .accent::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -6px;
    height: 4px;
    background: var(--rg-red);
    box-shadow: 0 0 20px var(--rg-red-glow);
}

.rg-hero__subtitle {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    color: var(--rg-light-gray);
    max-width: 720px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.rg-hero__cta {
    display: inline-flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Sections -------------------------------------------------------- */
.rg-section {
    padding: 100px 24px;
    position: relative;
}

.rg-section--dark {
    background: var(--rg-black);
}

.rg-section--gray {
    background: linear-gradient(180deg, #111 0%, #0A0A0A 100%);
}

.rg-section__header {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.rg-section__eyebrow {
    color: var(--rg-red);
    font-family: var(--rg-font-display);
    letter-spacing: 0.4em;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.rg-section__title {
    font-family: var(--rg-font-display);
    color: var(--rg-white);
    font-size: clamp(2rem, 4vw, 3.5rem);
    margin: 0 0 16px;
    text-transform: uppercase;
    line-height: 1;
}

.rg-section__subtitle {
    color: var(--rg-light-gray);
    max-width: 680px;
    margin: 0 auto;
}

/* Card grid ------------------------------------------------------- */
.rg-grid {
    display: grid;
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.rg-card {
    background: var(--rg-dark-2);
    border: 1px solid var(--rg-gray);
    padding: 36px 28px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rg-card::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: var(--rg-red);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .3s ease;
}

.rg-card:hover {
    background: #1E1E1E;
    border-color: var(--rg-red);
    transform: translateY(-4px);
}

.rg-card:hover::before {
    transform: scaleY(1);
}

.rg-card__icon {
    color: var(--rg-red);
    font-size: 2.5rem;
    margin-bottom: 16px;
    display: inline-flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--rg-red);
    background: rgba(227, 6, 19, 0.05);
}

.rg-card__title {
    font-family: var(--rg-font-display);
    color: var(--rg-white);
    font-size: 1.5rem;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rg-card__body {
    color: var(--rg-light-gray);
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 20px;
}

.rg-card__link {
    color: var(--rg-red);
    font-family: var(--rg-font-display);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.rg-card__link::after {
    content: " →";
    transition: transform .2s ease;
    display: inline-block;
}

.rg-card__link:hover::after {
    transform: translateX(4px);
}

/* Stats bar ------------------------------------------------------- */
.rg-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 24px;
    border-top: 1px solid var(--rg-gray);
    border-bottom: 1px solid var(--rg-gray);
}

.rg-stat__number {
    font-family: var(--rg-font-display);
    color: var(--rg-red);
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1;
    margin-bottom: 8px;
}

.rg-stat__label {
    color: var(--rg-light-gray);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.85rem;
}

/* CTA band -------------------------------------------------------- */
.rg-cta-band {
    background:
        linear-gradient(135deg, rgba(227, 6, 19, 0.9), rgba(176, 4, 16, 0.9)),
        repeating-linear-gradient(45deg, #000 0, #000 2px, transparent 2px, transparent 14px);
    padding: 80px 24px;
    text-align: center;
    color: var(--rg-white);
    border-top: 4px solid var(--rg-black);
    border-bottom: 4px solid var(--rg-black);
}

.rg-cta-band h2 {
    color: var(--rg-white);
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.rg-cta-band p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 720px;
    margin: 0 auto 32px;
}

.rg-cta-band .wp-element-button,
.rg-cta-band .ct-button {
    background-color: var(--rg-white) !important;
    color: var(--rg-red) !important;
    border-color: var(--rg-white) !important;
}

.rg-cta-band .wp-element-button:hover,
.rg-cta-band .ct-button:hover {
    background-color: var(--rg-black) !important;
    color: var(--rg-white) !important;
    border-color: var(--rg-black) !important;
}

/* Product / course cards (WooCommerce + Tutor LMS) */
ul.products li.product,
.tutor-course-filter-wrap .tutor-course {
    background: var(--rg-dark-2);
    border: 1px solid var(--rg-gray);
    padding: 20px;
    transition: border-color .2s ease;
}

ul.products li.product:hover,
.tutor-course-filter-wrap .tutor-course:hover {
    border-color: var(--rg-red);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.tutor-course-name {
    color: var(--rg-white) !important;
    font-family: var(--rg-font-display) !important;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price,
.tutor-course-price {
    color: var(--rg-red) !important;
    font-weight: 700;
    font-size: 1.3rem;
}

/* Forms ----------------------------------------------------------- */
input[type="text"], input[type="email"], input[type="tel"],
input[type="number"], textarea, select {
    background: var(--rg-dark-2) !important;
    color: var(--rg-white) !important;
    border: 1px solid var(--rg-gray) !important;
    border-radius: 0 !important;
    padding: 12px 16px !important;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus,
textarea:focus, select:focus {
    border-color: var(--rg-red) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px var(--rg-red-glow) !important;
}

/* Utilities ------------------------------------------------------- */
.rg-text-red { color: var(--rg-red); }
.rg-bg-red   { background: var(--rg-red); color: var(--rg-white); }
.rg-line-red {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: var(--rg-red);
    margin: 16px 0;
}

/* WhatsApp float button look ------------------------------------- */
.holoduke-ctc,
.ctc-analytics {
    filter: drop-shadow(0 4px 20px var(--rg-red-glow));
}

/* ===================================================================
   Gallery - Trabajos realizados con overlay y lightbox
   =================================================================== */

.rg-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 8px;
}

@media (min-width: 768px) {
    .rg-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (min-width: 1024px) {
    .rg-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

/* Cuando es destacados en home - 3 columnas siempre en desktop */
.rg-gallery-grid--featured {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

@media (min-width: 1024px) {
    .rg-gallery-grid--featured {
        grid-template-columns: repeat(3, 1fr);
    }
}

.rg-gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--rg-dark-2);
    border: 1px solid var(--rg-gray);
    cursor: pointer;
    transition: border-color .25s ease, transform .25s ease;
}

.rg-gallery-item:hover {
    border-color: var(--rg-red);
    transform: translateY(-4px);
}

.rg-gallery-item img,
.rg-gallery-item .rg-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease, filter .25s ease;
    filter: saturate(1.05);
}

.rg-gallery-item:hover img,
.rg-gallery-item:hover .rg-gallery-img {
    transform: scale(1.08);
    filter: saturate(1.2) brightness(0.85);
}

/* Overlay rojo al hover */
.rg-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(227, 6, 19, 0.85) 100%);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 1;
    pointer-events: none;
}

.rg-gallery-item:hover::before {
    opacity: 1;
}

/* Caption sobre la imagen al hover */
.rg-gallery-item__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 20px;
    color: var(--rg-white);
    font-family: var(--rg-font-display);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    z-index: 2;
    transform: translateY(10px);
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}

.rg-gallery-item:hover .rg-gallery-item__caption {
    transform: translateY(0);
    opacity: 1;
}

.rg-gallery-item__caption-title {
    font-size: 1.1rem;
    color: var(--rg-white);
    margin: 0 0 4px;
    font-weight: 700;
}

.rg-gallery-item__caption-meta {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.15em;
}

/* Icono de "expand" en esquina al hover */
.rg-gallery-item::after {
    content: "+";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    background: var(--rg-red);
    color: var(--rg-white);
    font-size: 1.5rem;
    line-height: 38px;
    text-align: center;
    font-weight: 300;
    z-index: 2;
    opacity: 0;
    transform: scale(0.6) rotate(-90deg);
    transition: all .25s ease;
}

.rg-gallery-item:hover::after {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

/* Filtros de categoria */
.rg-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0 0 40px;
    padding: 0 16px;
}

.rg-gallery-filter {
    background: transparent;
    color: var(--rg-light-gray);
    border: 1px solid var(--rg-gray);
    padding: 8px 18px;
    font-family: var(--rg-font-display);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all .2s ease;
}

.rg-gallery-filter:hover {
    border-color: var(--rg-red);
    color: var(--rg-white);
}

.rg-gallery-filter.is-active {
    background: var(--rg-red);
    border-color: var(--rg-red);
    color: var(--rg-white);
}

/* Placeholder cuando no hay imagen */
.rg-gallery-item--placeholder {
    background:
        repeating-linear-gradient(45deg, var(--rg-dark-2) 0, var(--rg-dark-2) 12px, var(--rg-gray) 12px, var(--rg-gray) 13px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-family: var(--rg-font-display);
    text-align: center;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.85rem;
    cursor: default;
}

.rg-gallery-item--placeholder::before,
.rg-gallery-item--placeholder::after {
    display: none;
}

/* Sobreescribir bloques nativos de galeria de WP para usar nuestro estilo */
.entry-content .wp-block-gallery,
.entry-content .blocks-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 16px !important;
    margin: 0 auto !important;
    max-width: 1200px;
    list-style: none !important;
}

@media (min-width: 768px) {
    .entry-content .wp-block-gallery,
    .entry-content .blocks-gallery-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.entry-content .wp-block-gallery .wp-block-image,
.entry-content .blocks-gallery-item {
    margin: 0 !important;
    width: 100% !important;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid var(--rg-gray);
    transition: all .25s ease;
    position: relative;
}

.entry-content .wp-block-gallery .wp-block-image:hover,
.entry-content .blocks-gallery-item:hover {
    border-color: var(--rg-red);
    transform: translateY(-4px);
}

.entry-content .wp-block-gallery .wp-block-image img,
.entry-content .blocks-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .5s ease;
}

.entry-content .wp-block-gallery .wp-block-image:hover img {
    transform: scale(1.08);
}

/* Captions de WP gallery */
.entry-content .wp-block-gallery figcaption {
    background: linear-gradient(transparent, rgba(0,0,0,0.85)) !important;
    color: var(--rg-white) !important;
    font-family: var(--rg-font-body) !important;
    font-size: 0.85rem !important;
    padding: 32px 16px 12px !important;
    bottom: 0 !important;
}

/* GLightbox custom theme */
.glightbox-clean .gslide-description {
    background: var(--rg-black) !important;
}

.gdesc-inner {
    color: var(--rg-light-gray) !important;
}

.gslide-title {
    color: var(--rg-white) !important;
    font-family: var(--rg-font-display) !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gprev, .gnext, .gclose {
    background: var(--rg-red) !important;
}

.gprev:hover, .gnext:hover, .gclose:hover {
    background: var(--rg-red-dark) !important;
}
