/*
Theme Name: Flying Banana
Version: 1.2
Author: axrglobal
Description: Tema híbrido profesional — Sistema de diseño unificado
*/

/* ==========================================================================
   1. VARIABLES & RESET (Sincronizado con theme.json)
   ========================================================================== */
   :root {
    /* Alias de colores para legibilidad */
    --navy: var(--wp--preset--color--navy);
    --blue: var(--wp--preset--color--blue);
    --blue-light: var(--wp--preset--color--blue-light);
    --bg: var(--wp--preset--color--bg);
    --bg-alt: var(--wp--preset--color--bg-alt);
    --white: var(--wp--preset--color--white);
    --body-text: var(--wp--preset--color--body);
    --muted: var(--wp--preset--color--muted);
    --border: var(--wp--preset--color--border);
    /* Fuentes y Sombras */
    --font-main: var(--wp--preset--font-family--body);
    --font-display: var(--wp--preset--font-family--display);
    --font-mono: var(--wp--preset--font-family--mono);
    --shadow-sm: var(--wp--preset--shadow--sm);
    --shadow-lg: var(--wp--preset--shadow--lg);

    /* ------------------------------------------------------------------ 
       SISTEMA DE BOTONES — Tokens unificados (usados en TODO el sitio)
       ------------------------------------------------------------------ */
    --btn-radius: 8px;
    --btn-padding-y: 16px;
    --btn-padding-x: 32px;
    --btn-font-size: 15px;
    --btn-font-weight: 600;
    --btn-transition: all 0.3s ease;

    /* ------------------------------------------------------------------ 
       SISTEMA DE HEROES — Tokens unificados
       ------------------------------------------------------------------ */
    --hero-bg: #ffffff;
    --hero-grid-color: rgba(27, 45, 91, 0.05);
    --hero-grid-size: 45px 45px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    background-color: var(--bg);
    color: var(--body-text);
    font-family: var(--font-main);
    font-size: var(--wp--preset--font-size--md);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}



/* ==========================================================================
   2. LAYOUT GENERAL
   ========================================================================== */
.site-main {
    min-height: 80vh;
}
.container {
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto;
    padding: 0 var(--wp--preset--spacing--50);
}

/* Estilos para bloques de código */
code, pre {
    font-family: var(--font-mono);
    background: var(--bg-alt);
    border-radius: 8px;
    padding: 0.2em 0.4em;
}

/* ==========================================================================
   BLUEPRINT SCHEMATIC SYSTEM (Unified White)
   ========================================================================== */
:root {
    --bp-bg: #ffffff;
    --bp-line: rgba(200, 200, 200, 0.3);
    --bp-accent: #00d4ff;
    --bp-navy: #1b2d5b;
}

/* ==========================================================================
   3. HEADER (Clean Blueprint)
   ========================================================================== */
.axr-header {
    height: 120px;
    background-color: var(--hero-bg);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 40px;
    position: relative;
    border-bottom: 1px solid var(--hero-grid-color);
    overflow: hidden;
}

.axr-header .axr-hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.logo-section { 
    display: flex; 
    flex-direction: row;
    align-items: center; 
    gap: 20px; 
    position: relative;
    z-index: 1;
}

.logo-section img { height: 45px; width: auto; }

.brand-text-container {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.brand-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 800;
    color: #008fcc;
    letter-spacing: 0.02em;
    line-height: 1;
}

.logo-text { 
    font-family: var(--font-mono); 
    font-size: 0.65rem; 
    letter-spacing: 0.25em; 
    text-transform: uppercase;
    color: #999;
    margin-top: 4px;
}



/* Technical Labels */
.tech-label {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    color: #999;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Callout Buttons */
.axr-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 220px;
    padding: var(--btn-padding-y) var(--btn-padding-x);
    background-color: var(--blue, #2563A8);
    color: #ffffff;
    border-radius: var(--btn-radius);
    font-weight: var(--btn-font-weight);
    font-size: var(--btn-font-size);
    text-decoration: none;
    transition: var(--btn-transition);
    box-shadow: 0 10px 25px rgba(37, 99, 168, 0.2);
    border: none;
    cursor: pointer;
}
.axr-read-more:hover {
    transform: translateY(-2px);
    background-color: var(--navy, #1B2D5B);
    box-shadow: 0 15px 35px rgba(37, 99, 168, 0.35);
}



/* --- Remove old nav styles --- */
.axr-nav, .axr-menu-toggle {
    display: none !important;
}

/* ==========================================================================
   11C. COMMENTS CONTRAST WRAPPER
   ========================================================================== */
.axr-comments-wrapper {
    position: relative;
    background-color: var(--navy);
    background-image: 
        radial-gradient(circle at center, rgba(0, 89, 130, 0.4) 0%, transparent 80%);
    color: var(--white);
    border-top: 5px solid var(--blue);
    overflow: hidden;
}

.axr-comments-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.axr-comments-wrapper .container {
    position: relative;
    z-index: 1;
}

.axr-comments-wrapper .wp-block-comments-title {
    color: var(--white) !important;
}

.axr-comments-wrapper .wp-block-comments-title::before {
    background: var(--blue-light);
}

.axr-comments-wrapper .wp-block-group:has(.wp-block-avatar) {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.axr-comments-wrapper .wp-block-comment-author-name,
.axr-comments-wrapper .wp-block-comment-content {
    color: var(--body-text)!important;
}

.axr-comments-wrapper .wp-block-comment-date {
    color: var(--blue-light);
}

.axr-comments-wrapper .wp-block-comment-content {
    border-top-color: rgba(255, 255, 255, 0.1);
}

#respond {
    background: var(--white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* ==========================================================================
   4. ACCIONES & BOTONES (Idioma)
   ========================================================================== */
.axr-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.axr-idioma {
    display: flex;
    gap: 4px;
    background: var(--bg-alt);
    padding: 4px;
    border-radius: 8px;
}
.btn-idioma {
    border: none;
    background: transparent;
    padding: 6px 12px;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    color: var(--muted);
    transition: all 0.2s ease;
}
.btn-idioma:hover {
    color: var(--blue);
}
.btn-idioma.active {
    background: var(--white);
    color: var(--blue);
    box-shadow: var(--shadow-sm);
}

/* ==========================================================================
   8. SPLIT HERO — FRONT PAGE
   ========================================================================== */
.axr-split-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(100vh - 100px);
    background-color: var(--hero-bg);
    position: relative;
    overflow: hidden;
}

/* Remove the old ::before and ::after — handled by JS canvas now */
.axr-split-hero::before { display: none; }
.axr-split-hero::after  { display: none; }

/* Canvas sits behind everything */
.axr-hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Content must sit above the canvas */
.axr-split-side {
    padding: clamp(60px, 10vh, 120px) clamp(40px, 8vw, 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;             /* <-- add this */
    transition: all 0.5s ease;
}

.axr-split-side--es {
    border-right: 1px solid var(--border);
}

.axr-split-side--en {
    /* no background gradient needed — canvas handles it */
}

.axr-split-side:hover {
    background: rgba(255,255,255,0.6);
}

/* rest of your existing rules stay exactly the same */

.axr-split-content {
    max-width: 500px;
    margin: 0 auto;
}

.axr-split-title {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.1;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 24px;
    letter-spacing: -0.03em;
}

.axr-split-description {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 40px;
}

.axr-read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--white);
    background: var(--blue);
    text-decoration: none;
    transition: all 0.3s ease;
}

.axr-read-more:hover {
    gap: 20px;
    color: var(--navy);
}

@media (max-width: 992px) {
    .axr-split-hero {
        grid-template-columns: 1fr;
    }
    .axr-split-side--es {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }
}

/* ==========================================================================
   9. FOOTER (White Minimalist)
   ========================================================================== */
.axr-footer {
    background-color: var(--white);
    color: var(--navy);
    padding: 40px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }

.footer-logo { height: 45px; width: auto; }
.footer-brand-text { font-family: var(--font-display); font-weight: 700; font-size: 0.8rem; color: var(--navy); }

.footer-social { display: flex; gap: 30px; }
.footer-social a { color: var(--navy); transition: 0.2s; }
.footer-social a:hover { color: var(--blue); }

.footer-copy { font-family: var(--font-mono); font-size: 0.75rem; color: var(--muted); }




/* ==========================================================================
   11B. COMENTARIOS — Rediseño Premium
   ========================================================================== */

/* Contenedor del bloque de comentarios */
.wp-block-comments {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}

/* Título de comentarios */
.wp-block-comments-title {
    font-family: var(--font-display) !important;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    color: var(--navy) !important;
    margin-bottom: 40px !important;
    text-align: left !important;
    letter-spacing: -0.02em !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.wp-block-comments-title::before {
    content: "";
    width: 40px;
    height: 4px;
    background: var(--blue);
    border-radius: 2px;
}

/* Lista de comentarios */
.wp-block-comment-template {
    list-style: none;
    padding: 0;
}

/* Cada comentario individual */
.wp-block-comment-template > li,
.wp-block-comments .wp-block-group:has(.wp-block-avatar) {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.wp-block-comments .wp-block-group:has(.wp-block-avatar):hover {
    border-color: var(--blue-light);
    box-shadow: 0 10px 30px rgba(0, 143, 204, 0.08);
    transform: translateY(-2px);
}

/* Header del comentario (Avatar + Info) */
.wp-block-comments .wp-block-group:has(.wp-block-avatar) .wp-block-group:first-child {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.wp-block-avatar img {
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.wp-block-comment-author-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--navy);
    margin-bottom: 4px;
}

.wp-block-comment-date {
    font-family: var(--font-mono);
    font-size: 0.8rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Contenido del comentario */
.wp-block-comment-content {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--bg-alt);
    color: var(--body-text);
    line-height: 1.7;
}

/* Footer del comentario (Reply/Edit) */
.wp-block-comment-reply-link,
.wp-block-comment-edit-link {
    margin-top: 20px;
    display: inline-block;
}

.wp-block-comment-reply-link a,
.wp-block-comment-edit-link a {
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.wp-block-comment-reply-link a {
    background: var(--blue);
    color: var(--white);
}

.wp-block-comment-reply-link a:hover {
    background: var(--navy);
    transform: scale(1.05);
}

/* Overrides para la página de contacto (Fondo inmersivo) */
.axr-main-contact-container .wp-block-comments-title {
    color: var(--white) !important;
}

.axr-main-contact-container .wp-block-comments .wp-block-group:has(.wp-block-avatar) {
    background: rgba(255, 255, 255, 0.98);
    border: none;
    backdrop-filter: blur(10px);
}
.footer-copy-mobile {
    display: none;
}

@media (max-width: 768px) {
    .axr-footer {
        padding: 60px 0 30px;
    }
    .axr-footer__main-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
    }
    .footer-col-brand {
        align-items: center;
    }
    .footer-desc-brand {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-copy-desktop {
        display: none;
    }
    .footer-copy-mobile {
        display: block;
    }
    .axr-footer__bottom {
        flex-direction: column;
        gap: 20px;
    }
}


/* ==========================================================================
   10. PÁGINA SERVICIOS (New Layout)
   ========================================================================== */
.axr-section {
    padding: 0 0 100px 0;
    background-color: #fcfdfe;
}

/* Hero de la página Servicios */
.axr-page-hero {
    text-align: center;
    padding: 100px 0 80px;
    border-bottom: 1px solid var(--border, #E5E7EB);
    margin-bottom: 60px;
}

.hero-description {
    display: block;
    font-family: var(--font-main);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--blue, #2563A8);
    margin-bottom: 16px;
}

.axr-page-hero h1 {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(2.2rem, 5vw, 3.5rem);
    color: var(--navy, #1B2D5B);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

/* Layout Principal - 3x2 Grid */
.axr-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0 24px;
}

.axr-service-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid var(--border, #E5E7EB);
    transition: all 0.3s ease;
}

.axr-service-card:hover {
    border-color: var(--blue, #2563A8);
    box-shadow: 0 12px 24px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}

.axr-service-card-icon {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
}

.axr-service-card h3 {
    font-size: 1.25rem;
    color: var(--navy, #1B2D5B);
    margin-bottom: 12px;
}

.axr-service-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--muted, #6B7280);
}

@media (max-width: 992px) {
    .axr-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .axr-services-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================================
   11. PÁGINA CONTACTO — FONDO INMERSIVO
   ========================================================================== */
.axr-main-contact-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(
        circle at center,
        #1e3a8a 0%,
        #152347 45%,
        #0a1125 100%
    ) !important;
}

/* Textura de puntos sobre el gradiente */
.axr-main-contact-container::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1.2px, transparent 1.2px);
    background-size: 30px 30px;
    pointer-events: none;
    z-index: 0;
}

/* Tarjeta del formulario */
#respond {
    background: #ffffff;
    border-radius: 28px;
    padding: clamp(40px, 6vw, 70px);
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(30, 58, 138, 0.2);
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

/* Título de la Tarjeta */
#reply-title {
    text-align: center;
    font-family: var(--font-display, 'Sora', sans-serif);
    color: var(--navy, #1B2D5B);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 40px;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

/* Campos minimalistas */
#respond input[type="text"],
#respond input[type="email"],
#respond textarea {
    width: 100%;
    border: none !important;
    border-bottom: 2px solid #E5E7EB !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 14px 0 !important;
    font-family: inherit;
    font-size: 1rem;
    color: var(--navy, #1B2D5B);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
#respond input:focus,
#respond textarea:focus {
    outline: none !important;
    border-bottom-color: var(--blue, #2563A8) !important;
}

/* Botón de envío — consistente con sistema de botones */
.form-submit {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}
#respond .submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 220px;
    padding: var(--btn-padding-y) var(--btn-padding-x) !important;
    background-color: var(--blue, #2563A8) !important;
    color: #ffffff !important;
    border-radius: var(--btn-radius) !important;
    font-weight: var(--btn-font-weight);
    font-size: var(--btn-font-size);
    cursor: pointer;
    border: none;
    transition: var(--btn-transition);
    box-shadow: 0 10px 25px rgba(37, 99, 168, 0.2);
}
#respond .submit:hover {
    transform: translateY(-2px);
    background-color: var(--navy, #1B2D5B) !important;
    box-shadow: 0 15px 35px rgba(37, 99, 168, 0.35);
}

/* Info de sesión */
#respond p.logged-in-as {
    text-align: center;
    color: #6B7280;
    font-size: 0.9rem;
    margin-bottom: 35px;
}
#respond p.logged-in-as a {
    color: var(--blue, #2563A8);
    text-decoration: none;
    font-weight: 600;
}

/* ==========================================================================
   12. PÁGINA NOSOTROS
   ========================================================================== */
.nos-page-canvas {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

/* Hero — comparte grilla técnica via ::before heredado */
.nos-hero-container {
    padding: clamp(100px, 18vh, 180px) 24px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
    background-color: #fbfdff;
}

/* Grilla específica de Nosotros: puntos + líneas (diseño blueprint) */
.nos-hero-container::before {
    background-image:
        radial-gradient(rgba(0, 0, 0, 0.07) 1.2px, transparent 1.2px),
        linear-gradient(to right, rgba(0, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 32px 32px, 32px 32px, 32px 32px;
    background-position: center center;
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 1;
}

/* Elemento visual decorativo (se mantiene por compatibilidad) */
.nos-blueprint-canvas {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

/* Título principal */
.nos-title-elegant {
    color: var(--navy, #1B2D5B);
    font-family: var(--font-display);
    font-size: clamp(2.8rem, 7vw, 5.2rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Cuerpo de página */
.nos-body-container {
    padding: clamp(80px, 12vh, 120px) 24px;
    position: relative;
}
.wp-block-group.alignwide {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

/* Tipografía de contenido */
.nos-lead-text {
    font-size: clamp(1.3rem, 2.5vw, 1.6rem);
    color: var(--navy, #1B2D5B);
    line-height: 1.4;
    margin-bottom: 35px;
    font-weight: 500;
}
.nos-body-text {
    font-size: 1.15rem;
    color: #4b5563;
    margin-bottom: 45px;
    line-height: 1.6;
}

/* Chips de sectores */
.nos-sectors {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 60px;
    justify-content: flex-start;
}
.sector-tag {
    background: #f3f4f6;
    color: var(--navy, #1B2D5B);
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #e2e8f0;
}

/* Acciones centradas — usa el sistema global de botones */
.nos-actions-centered {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 650px) {
    .nos-actions-centered {
        flex-direction: column;
        align-items: stretch;
    }
    .nos-actions-centered .axr-btn {
        width: 100%;
    }
    .nos-hero-container {
        padding: 100px 24px;
    }
    .nos-lead-text {
        font-size: 1.2rem;
    }
}

/* ==========================================================================
   13. TEMPLATES: INDEX / SINGLE / PAGE
   ========================================================================== */

/* ------------------------------------------------------------------
   13A. INDEX — Blog / Listado de posts
   ------------------------------------------------------------------ */

/* Contenedor principal del loop */
.wp-block-query {
    max-width: 860px;
    margin: 0 auto;
    padding: clamp(60px, 10vh, 100px) 24px;
}

/* Cada tarjeta de post */
.wp-block-query .wp-block-post-template > li,
.wp-block-query .wp-block-group {
    border-bottom: 1px solid var(--border, #E5E7EB);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem !important;
}

.wp-block-query .wp-block-post-template > li:last-child,
.wp-block-query .wp-block-group:last-child {
    border-bottom: none;
}

/* Imagen destacada en el listado */
.wp-block-query .wp-block-post-featured-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.wp-block-query .wp-block-post-featured-image a:hover img {
    transform: scale(1.02);
    box-shadow: 0 16px 40px rgba(27, 45, 91, 0.12);
}

/* Título del post en el listado */
.wp-block-query .wp-block-post-title {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.7rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.wp-block-query .wp-block-post-title a {
    color: var(--navy, #1B2D5B);
    text-decoration: none;
    transition: color 0.2s ease;
}

.wp-block-query .wp-block-post-title a:hover {
    color: var(--blue, #2563A8);
}

/* Excerpt */
.wp-block-query .wp-block-post-excerpt {
    color: var(--muted, #4B5563);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--blue, #2563A8);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover {
    gap: 8px;
}

/* Fecha en el listado */
.wp-block-query .wp-block-post-date {
    font-size: 0.82rem;
    color: var(--muted, #9CA3AF);
    font-family: var(--font-mono, monospace);
    letter-spacing: 0.03em;
}

/* Sin resultados */
.wp-block-query-no-results p {
    text-align: center;
    color: var(--muted, #6B7280);
    padding: 80px 0;
    font-size: 1.1rem;
}

/* Paginación */
.wp-block-query-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 40px 0 20px;
    flex-wrap: wrap;
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: var(--btn-radius, 8px);
    background-color: var(--navy, #1B2D5B);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--btn-transition, all 0.3s ease);
}

.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:hover {
    background-color: var(--blue, #2563A8);
    transform: translateY(-2px);
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
    display: flex;
    gap: 4px;
}

.wp-block-query-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--btn-radius, 8px);
    border: 1px solid var(--border, #E5E7EB);
    color: var(--navy, #1B2D5B);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--btn-transition, all 0.3s ease);
    background: transparent;
}

.wp-block-query-pagination .page-numbers.current,
.wp-block-query-pagination .page-numbers:hover {
    background-color: var(--navy, #1B2D5B);
    border-color: var(--navy, #1B2D5B);
    color: #ffffff;
}

@media (max-width: 768px) {
    .wp-block-query {
        padding: 50px 20px;
    }
    .wp-block-query .wp-block-post-featured-image img {
        height: 200px;
    }
}

/* ------------------------------------------------------------------
   13B. SINGLE — Entrada individual de blog
   ------------------------------------------------------------------ */

/* Contenedor general del single */
.single-post .wp-block-group[id="wp--skip-link--target"],
.single .wp-block-group[id="wp--skip-link--target"] {
    max-width: 100%;
}

/* Título del post */
.single .wp-block-post-title,
.single-post .wp-block-post-title {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--navy, #1B2D5B);
}

/* Fila de metadatos (fecha + autor + categorías) */
.single .wp-block-group .wp-block-post-date,
.single .wp-block-group .wp-block-post-author,
.single .wp-block-group .wp-block-post-terms {
    font-size: 0.85rem;
    color: var(--muted, #6B7280);
}

.single .wp-block-group .wp-block-post-date time,
.single-post .wp-block-post-date time {
    font-family: var(--font-mono, monospace);
    font-size: 0.82rem;
    letter-spacing: 0.03em;
    color: var(--muted, #9CA3AF);
}

/* Separador entre metadatos */
.single .wp-block-group.wp-block-group > * + * {
    padding-left: 16px;
    border-left: 1px solid var(--border, #E5E7EB);
    margin-left: 16px;
}

/* Categorías como chips */
.single .wp-block-post-terms a,
.single-post .wp-block-post-terms a {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 50px;
    background-color: rgba(37, 99, 168, 0.08);
    color: var(--blue, #2563A8);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.single .wp-block-post-terms a:hover,
.single-post .wp-block-post-terms a:hover {
    background-color: rgba(37, 99, 168, 0.15);
}

/* Autor */
.single .wp-block-post-author__name,
.single-post .wp-block-post-author__name {
    font-weight: 600;
    color: var(--navy, #1B2D5B);
    font-size: 0.85rem;
}

/* Imagen destacada del single */
.single .wp-block-post-featured-image img,
.single-post .wp-block-post-featured-image img {
    width: 100%;
    height: clamp(280px, 40vh, 480px);
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Contenido del post (tipografía editorial) */
.single .wp-block-post-content,
.single-post .wp-block-post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--body-text, #374151);
}

.single .wp-block-post-content h2,
.single-post .wp-block-post-content h2 {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--navy, #1B2D5B);
    letter-spacing: -0.02em;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.single .wp-block-post-content h3,
.single-post .wp-block-post-content h3 {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
    font-weight: 700;
    color: var(--navy, #1B2D5B);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.single .wp-block-post-content p,
.single-post .wp-block-post-content p {
    margin-bottom: 1.5rem;
}

.single .wp-block-post-content a,
.single-post .wp-block-post-content a {
    color: var(--blue, #2563A8);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.single .wp-block-post-content a:hover,
.single-post .wp-block-post-content a:hover {
    color: var(--navy, #1B2D5B);
}

.single .wp-block-post-content blockquote,
.single-post .wp-block-post-content blockquote {
    border-left: 4px solid var(--blue, #2563A8);
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    background: rgba(37, 99, 168, 0.04);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: var(--navy, #1B2D5B);
}

.single .wp-block-post-content ul,
.single .wp-block-post-content ol,
.single-post .wp-block-post-content ul,
.single-post .wp-block-post-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.single .wp-block-post-content li,
.single-post .wp-block-post-content li {
    margin-bottom: 0.5rem;
}

/* Separador horizontal */
.single .wp-block-separator,
.single-post .wp-block-separator {
    border: none;
    border-top: 1px solid var(--border, #E5E7EB);
    margin: 3rem 0;
}

/* Navegación anterior / siguiente */
.wp-block-post-navigation-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--btn-radius, 8px);
    border: 1px solid var(--border, #E5E7EB);
    color: var(--navy, #1B2D5B);
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--btn-transition, all 0.3s ease);
    background: #ffffff;
}

.wp-block-post-navigation-link a:hover {
    background-color: var(--navy, #1B2D5B);
    border-color: var(--navy, #1B2D5B);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(27, 45, 91, 0.12);
}

/* Alinear prev a la izquierda y next a la derecha */
.wp-block-post-navigation-link.has-text-align-left {
    text-align: left;
}
.wp-block-post-navigation-link.has-text-align-right {
    text-align: right;
}

@media (max-width: 768px) {
    .single .wp-block-post-title,
    .single-post .wp-block-post-title {
        font-size: clamp(1.6rem, 6vw, 2.2rem);
    }
}

/* ------------------------------------------------------------------
   13C. PAGE — Página estática
   ------------------------------------------------------------------ */

/* Título de página */
.page .wp-block-post-title,
.page-template .wp-block-post-title {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--navy, #1B2D5B);
}

/* Imagen destacada de página */
.page .wp-block-post-featured-image img,
.page-template .wp-block-post-featured-image img {
    width: 100%;
    height: clamp(260px, 35vh, 440px);
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Contenido de página — idéntico al single para coherencia */
.page .wp-block-post-content,
.page-template .wp-block-post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--body-text, #374151);
}

.page .wp-block-post-content h2,
.page-template .wp-block-post-content h2 {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--navy, #1B2D5B);
    letter-spacing: -0.02em;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.page .wp-block-post-content h3,
.page-template .wp-block-post-content h3 {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(1.2rem, 2.2vw, 1.5rem);
    font-weight: 700;
    color: var(--navy, #1B2D5B);
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.page .wp-block-post-content p,
.page-template .wp-block-post-content p {
    margin-bottom: 1.5rem;
}

.page .wp-block-post-content a,
.page-template .wp-block-post-content a {
    color: var(--blue, #2563A8);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.page .wp-block-post-content a:hover,
.page-template .wp-block-post-content a:hover {
    color: var(--navy, #1B2D5B);
}

.page .wp-block-post-content blockquote,
.page-template .wp-block-post-content blockquote {
    border-left: 4px solid var(--blue, #2563A8);
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    background: rgba(37, 99, 168, 0.04);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: var(--navy, #1B2D5B);
}

.page .wp-block-post-content ul,
.page .wp-block-post-content ol,
.page-template .wp-block-post-content ul,
.page-template .wp-block-post-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.page .wp-block-post-content li,
.page-template .wp-block-post-content li {
    margin-bottom: 0.5rem;
}

/* ==========================================================================
   11B. COMENTARIOS — Bloques Gutenberg sobre fondo inmersivo
   
   Estructura real (comments.php con bloques):
   
   .axr-main-contact-container
     .wp-block-comments
       .wp-block-comments-title       ← "N respuestas a…"
       [comment-template]
         .wp-block-group              ← tarjeta de cada comentario
           .wp-block-group (flex)
             .wp-block-avatar         ← avatar
             .wp-block-group
               .wp-block-comment-date
               .wp-block-comment-author-name
               .wp-block-comment-content
               .wp-block-group (flex) ← edit + reply
                 .wp-block-comment-edit-link
                 .wp-block-comment-reply-link
       .wp-block-post-comments-form   ← #respond (ya estilizado)
   ========================================================================== */

/* --- Contenedor general del bloque de comentarios --- */
.axr-main-contact-container .wp-block-comments {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}

/* --- Título "N respuestas a…" (Global) --- */
.wp-block-comments-title,
.wp-block-comments .wp-block-comments-title {
    font-family: var(--font-display, 'Sora', sans-serif) !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: var(--navy) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    text-align: center !important;
    margin: 60px 0 30px 0 !important;
    display: block !important;
}

/* Override para la página de contacto (Fondo inmersivo) */
.axr-main-contact-container .wp-block-comments-title {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* --- Tarjeta de cada comentario
       El primer .wp-block-group dentro del comment-template
       es el wrapper de cada entrada individual                --- */
.axr-main-contact-container .wp-block-comments .wp-block-comment-template > .wp-block-group,
.axr-main-contact-container .wp-block-comments > .wp-block-group {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 28px;
    margin-bottom: 14px;
    box-shadow:
        0 20px 45px -8px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

/* Fallback: cualquier grupo directo dentro de .wp-block-comments
   que contenga un avatar (= es un comentario) */
.axr-main-contact-container .wp-block-comments .wp-block-group:has(.wp-block-avatar) {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px 28px;
    margin-bottom: 14px;
    box-shadow:
        0 20px 45px -8px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.04);
}

/* --- Avatar --- */
.axr-main-contact-container .wp-block-avatar img {
    border-radius: 50%;
    border: 2px solid rgba(37, 99, 168, 0.15);
    display: block;
    flex-shrink: 0;
}

/* --- Fecha --- */
.axr-main-contact-container .wp-block-comment-date,
.axr-main-contact-container .wp-block-comment-date a {
    font-family: var(--font-mono, monospace);
    font-size: 0.75rem;
    color: #9CA3AF;
    text-decoration: none;
    letter-spacing: 0.03em;
}

/* --- Nombre del autor --- */
.axr-main-contact-container .wp-block-comment-author-name,
.axr-main-contact-container .wp-block-comment-author-name a {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1B2D5B;
    text-decoration: none;
}

.axr-main-contact-container .wp-block-comment-author-name a:hover {
    color: #2563A8;
}

/* --- Separador visual entre meta y contenido --- */
.axr-main-contact-container .wp-block-comment-content {
    border-top: 1px solid #F0F0F0;
    padding-top: 12px;
    margin-top: 10px;
}

.axr-main-contact-container .wp-block-comment-content p {
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.7;
    margin: 0;
}

/* --- Botones Editar y Responder --- */
.axr-main-contact-container .wp-block-comment-edit-link a,
.axr-main-contact-container .wp-block-comment-reply-link a {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    letter-spacing: 0.02em;
}

.axr-main-contact-container .wp-block-comment-reply-link a {
    background: rgba(37, 99, 168, 0.08);
    color: #2563A8;
    border: 1px solid rgba(37, 99, 168, 0.2);
}

.axr-main-contact-container .wp-block-comment-reply-link a:hover {
    background: #2563A8;
    color: #ffffff;
    border-color: #2563A8;
}

.axr-main-contact-container .wp-block-comment-edit-link a {
    background: rgba(27, 45, 91, 0.05);
    color: #6B7280;
    border: 1px solid rgba(27, 45, 91, 0.1);
}

.axr-main-contact-container .wp-block-comment-edit-link a:hover {
    background: #1B2D5B;
    color: #ffffff;
    border-color: #1B2D5B;
}

/* --- Paginación de comentarios --- */
.axr-main-contact-container .wp-block-comments-pagination {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 12px;
}

.axr-main-contact-container .wp-block-comments-pagination-previous-arrow,
.axr-main-contact-container .wp-block-comments-pagination-next-arrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: var(--btn-radius, 8px);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.25s ease;
}

.axr-main-contact-container .wp-block-comments-pagination-previous-arrow:hover,
.axr-main-contact-container .wp-block-comments-pagination-next-arrow:hover {
    background: #ffffff;
    color: #1B2D5B;
}

/* --- Responsive --- */
@media (max-width: 640px) {
    .axr-main-contact-container .wp-block-comments {
        padding-top: 24px;
    }
    .axr-main-contact-container .wp-block-comments .wp-block-group:has(.wp-block-avatar) {
        padding: 18px;
        border-radius: 14px;
    }
}

/* ==========================================================================
   PATCH — Comentarios Bilingüe
   Agregar al final de style.css (o importar como archivo separado)
   ========================================================================== */

/* --- Formulario de comentarios bilingüe ---------------------------------- */

/*
 * WordPress genera el #respond con los textos del servidor (locale).
 * El JS (localizeCommentForm) los sobreescribe en cliente.
 * Estos estilos garantizan que el formulario luzca bien en ambos idiomas
 * y añaden soporte visual para los estados de error de validación.
 */

/* Contenedor del formulario */
#respond {
    max-width: 600px;
    margin: 0 auto;
}

/* Título del formulario ("Deja un comentario" / "Leave a comment") */
#respond #reply-title {
    font-family: var(--font-display, 'Sora', sans-serif);
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: var(--navy, #1B2D5B);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

/* Enlace "Cancelar respuesta" */
#respond #reply-title small a {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--blue, #2563A8);
    text-decoration: none;
    margin-left: 0.5rem;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
#respond #reply-title small a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* Labels */
#respond .comment-form label,
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--navy, #1B2D5B);
    margin-bottom: 6px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

/* Inputs y textarea */
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--border, #E5E7EB);
    border-radius: 10px;
    font-family: var(--font-main, sans-serif);
    font-size: 0.95rem;
    color: var(--body-text, #374151);
    background: var(--white, #ffffff);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    -webkit-appearance: none;
}

#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond textarea:focus {
    border-color: var(--blue, #2563A8);
    box-shadow: 0 0 0 3px rgba(37, 99, 168, 0.1);
}

/* Estado de error de validación */
#respond input[aria-invalid="true"],
#respond textarea[aria-invalid="true"] {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

/* Textarea más alta */
#respond textarea#comment {
    min-height: 140px;
    resize: vertical;
}

/* Campos en fila (nombre + email) */
@media (min-width: 640px) {
    #respond .comment-form-author,
    #respond .comment-form-email {
        display: inline-block;
        width: 48%;
    }
    #respond .comment-form-author {
        margin-right: 4%;
    }
}

/* Campos individuales */
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment,
#respond .comment-form-cookies-consent {
    margin-bottom: 1.1rem;
}

/* Checkbox de cookies */
#respond .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
#respond .comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: var(--blue, #2563A8);
}
#respond .comment-form-cookies-consent label {
    text-transform: none;
    font-size: 0.82rem;
    color: var(--muted, #6B7280);
    font-weight: 400;
    letter-spacing: 0;
}

/* Botón de envío */
#respond #submit {
    display: inline-block;
    padding: var(--btn-padding-y, 14px) var(--btn-padding-x, 32px);
    background: var(--navy, #1B2D5B);
    color: #ffffff;
    border: none;
    border-radius: var(--btn-radius, 8px);
    font-family: var(--font-main, sans-serif);
    font-size: var(--btn-font-size, 15px);
    font-weight: var(--btn-font-weight, 600);
    cursor: pointer;
    transition: var(--btn-transition, all 0.3s ease);
    letter-spacing: 0.01em;
}
#respond #submit:hover {
    background: var(--blue, #2563A8);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37, 99, 168, 0.25);
}
#respond #submit:active {
    transform: translateY(0);
}

/* Mensaje "debes iniciar sesión" */
#respond .must-log-in {
    font-size: 0.9rem;
    color: var(--muted, #6B7280);
    line-height: 1.6;
}
#respond .must-log-in a {
    color: var(--blue, #2563A8);
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Responsive móvil */
@media (max-width: 639px) {
    #respond .comment-form-author,
    #respond .comment-form-email {
        display: block;
        width: 100%;
    }
}
/* ==========================================================================
   14. 404 PAGE
   ========================================================================== */
.axr-404-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    text-align: center;
    padding: 60px 24px;
    background-color: var(--hero-bg);
    position: relative;
}

.axr-404-content {
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.axr-404-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 800;
    color: var(--navy);
    margin: 20px 0;
    letter-spacing: -0.04em;
    line-height: 1;
}

.axr-404-description {
    font-size: 1.15rem;
    color: var(--muted);
    margin-bottom: 40px;
    line-height: 1.6;
}

.axr-404-actions {
    display: flex;
    justify-content: center;
}
