.efch-category-visual{width:100%;max-width:1180px;margin:0 auto 34px;box-sizing:border-box}.efch-category-visual *{box-sizing:border-box}.efch-category-visual img{max-width:100%;height:auto}.efch-category-visual a{text-decoration:none}.efch-category-visual a:hover{text-decoration:underline}@media(max-width:768px){.efch-category-visual{margin-bottom:24px;padding-left:14px;padding-right:14px}}

/* Oculta el título nativo de WordPress/WooCommerce solo cuando la categoría tiene HTML visual activo y la opción está marcada. */
body.efch-hide-native-category-title .woocommerce-products-header__title.page-title,
body.efch-hide-native-category-title .woocommerce-products-header h1,
body.efch-hide-native-category-title h1.page-title,
body.efch-hide-native-category-title .page-header h1,
body.efch-hide-native-category-title .archive-header h1,
body.efch-hide-native-category-title .page-title-head h1,
body.efch-hide-native-category-title .page-title h1,
body.efch-hide-native-category-title .main-title-section h1,
body.efch-hide-native-category-title .dt-page-title h1,
body.efch-hide-native-category-title .fancy-title-head h1,
body.efch-hide-native-category-title .category-title h1,
body.efch-hide-native-category-title .term-title h1,
body.efch-hide-native-category-title .taxonomy-title h1,
body.efch-hide-native-category-title header.archive-header h1,
body.efch-hide-native-category-title header.page-header h1 {
    display: none !important;
}

/* Si se decide no ocultar el título nativo, el plugin convierte H1 visuales en DIV con esta clase. */
.efch-category-visual .efch-visual-fake-h1 {
    display: block;
    font-size: clamp(36px, 5vw, 68px);
    line-height: 1;
    margin: 0 0 22px;
    font-weight: 900;
    letter-spacing: -1.8px;
}

.efch-category-visual [class*="hero"] .efch-visual-fake-h1,
.efch-category-visual [class*="Hero"] .efch-visual-fake-h1 {
    color: #fff;
}

@media (max-width: 680px) {
    .efch-category-visual .efch-visual-fake-h1 {
        letter-spacing: -1px;
    }
}

/* Blog dinámico Eurofiestas */
.efch-blog-dinamico{width:100%;max-width:1180px;margin:0 auto 48px;padding:0 18px;box-sizing:border-box}.efch-blog-dinamico *{box-sizing:border-box}.efch-blog-dinamico a{text-decoration:none}.efch-blog-dinamico a:hover{text-decoration:none}.efch-blog-hero{position:relative;overflow:hidden;border-radius:28px;margin:0 0 34px;padding:54px 42px;background:linear-gradient(135deg,#111827 0%,#27272a 48%,#b91c1c 100%);color:#fff}.efch-blog-hero:after{content:"";position:absolute;right:-80px;bottom:-90px;width:260px;height:260px;border-radius:999px;background:rgba(255,255,255,.12)}.efch-blog-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.15);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.efch-blog-hero h1{position:relative;z-index:1;max-width:820px;margin:0 0 14px;font-size:clamp(38px,5.4vw,72px);line-height:.96;font-weight:950;letter-spacing:-2.2px;color:#fff}.efch-blog-hero p{position:relative;z-index:1;max-width:760px;margin:0;font-size:19px;line-height:1.58;color:rgba(255,255,255,.9)}.efch-blog-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:34px 0 18px;border-bottom:1px solid rgba(17,24,39,.12);padding-bottom:14px}.efch-blog-section-head span{font-size:13px;text-transform:uppercase;letter-spacing:.09em;font-weight:900;color:#b91c1c}.efch-blog-section-head h2{margin:0;font-size:clamp(26px,3vw,38px);line-height:1.05;letter-spacing:-.8px;color:#111827}.efch-blog-featured-grid{display:grid;grid-template-columns:1.25fr .875fr .875fr;gap:22px;margin-bottom:30px}.efch-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.efch-blog-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid rgba(17,24,39,.1);border-radius:22px;background:#fff;box-shadow:0 10px 26px rgba(15,23,42,.07);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.efch-blog-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,23,42,.12);border-color:rgba(185,28,28,.22)}.efch-blog-card-media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#111827}.efch-blog-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.efch-blog-card:hover .efch-blog-card-media img{transform:scale(1.045)}.efch-blog-card-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:64px;font-weight:950;color:#fff;background:linear-gradient(135deg,#111827,#b91c1c)}.efch-blog-pill{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#fff;color:#b91c1c;font-size:12px;font-weight:950;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 8px 20px rgba(0,0,0,.15)}.efch-blog-card-body{display:flex;flex:1;flex-direction:column;padding:20px 20px 22px}.efch-blog-date{margin-bottom:8px;color:#71717a;font-size:13px;font-weight:750}.efch-blog-card h3{margin:0 0 10px;font-size:21px;line-height:1.16;font-weight:900;letter-spacing:-.35px}.efch-blog-card h3 a{color:#111827}.efch-blog-card h3 a:hover{color:#b91c1c}.efch-blog-card p{margin:0 0 18px;color:#4b5563;font-size:15px;line-height:1.58}.efch-blog-read{margin-top:auto;display:inline-flex;align-items:center;width:max-content;padding:10px 14px;border-radius:999px;background:#f3f4f6;color:#111827;font-size:14px;font-weight:850;transition:background .18s ease,color .18s ease}.efch-blog-read:after{content:"→";margin-left:8px;transition:transform .18s ease}.efch-blog-card:hover .efch-blog-read{background:#b91c1c;color:#fff}.efch-blog-card:hover .efch-blog-read:after{transform:translateX(3px)}.efch-blog-card-featured:first-child{grid-row:span 2}.efch-blog-card-featured:first-child .efch-blog-card-media{aspect-ratio:16/11}.efch-blog-card-featured:first-child h3{font-size:clamp(26px,2.7vw,36px)}.efch-blog-load-area{display:flex;flex-direction:column;align-items:center;gap:12px;margin:34px 0 6px}.efch-blog-load-more{appearance:none;border:0;border-radius:999px;background:#111827;color:#fff;padding:14px 24px;font-size:15px;font-weight:900;cursor:pointer;box-shadow:0 12px 26px rgba(15,23,42,.18);transition:transform .18s ease,background .18s ease}.efch-blog-load-more:hover{background:#b91c1c;transform:translateY(-1px)}.efch-blog-load-more[disabled]{opacity:.55;cursor:wait;transform:none}.efch-blog-loader{min-height:22px;color:#71717a;font-size:14px}.efch-blog-sentinel{display:block;width:100%;height:1px}.efch-blog-empty{grid-column:1/-1;margin:0;padding:24px;border-radius:18px;background:#f9fafb;color:#4b5563}.efch-blog-error{color:#b91c1c;font-weight:800}

/* En categorías dinámicas ocultamos la lista nativa vertical del tema y la paginación clásica. */
body.efch-dynamic-blog-active.category main article.post:not(.efch-blog-card),
body.efch-dynamic-blog-active.category .site-main article.post:not(.efch-blog-card),
body.efch-dynamic-blog-active.category .content article.post:not(.efch-blog-card),
body.efch-dynamic-blog-active.category .entry.post:not(.efch-blog-card){display:none!important}body.efch-dynamic-blog-active.category main .navigation.pagination,body.efch-dynamic-blog-active.category main nav.pagination,body.efch-dynamic-blog-active.category main .pagination,body.efch-dynamic-blog-active.category main .page-numbers,body.efch-dynamic-blog-active.category main .nav-links,body.efch-dynamic-blog-active.category .site-main .navigation.pagination,body.efch-dynamic-blog-active.category .site-main nav.pagination,body.efch-dynamic-blog-active.category .site-main .pagination,body.efch-dynamic-blog-active.category .site-main .page-numbers,body.efch-dynamic-blog-active.category .site-main .nav-links{display:none!important}.efch-blog-dinamico .nav-links,.efch-blog-dinamico .page-numbers{display:initial!important}

@media(max-width:980px){.efch-blog-featured-grid,.efch-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.efch-blog-card-featured:first-child{grid-row:auto}.efch-blog-hero{padding:44px 30px}.efch-blog-section-head{align-items:flex-start;flex-direction:column;gap:7px}}@media(max-width:680px){.efch-blog-dinamico{padding-left:14px;padding-right:14px}.efch-blog-featured-grid,.efch-blog-grid{grid-template-columns:1fr;gap:18px}.efch-blog-hero{border-radius:22px;padding:34px 22px}.efch-blog-hero h1{letter-spacing:-1.3px}.efch-blog-hero p{font-size:16px}.efch-blog-section-head{margin-top:28px}.efch-blog-card{border-radius:18px}.efch-blog-card-body{padding:18px}.efch-blog-card h3{font-size:20px}}

.efch-blog-real-count{margin:0 0 22px;text-align:center;color:#4b5563;font-size:16px;line-height:1.5}.efch-blog-real-count strong{color:#111827;font-size:24px;font-weight:950}@media(max-width:680px){.efch-blog-real-count{text-align:left}}
