/* Base visual compartida con la portada de OrlandoJoy. */
:root{--oja-navy:#063b73;--oja-blue:#0878aa;--oja-orange:#ef7d00;--oja-ink:#29465f;--oja-soft-blue:#eef8ff;--oja-soft-warm:#fff8ed;--oja-line:#d5e4ee;--oja-radius:20px;--oja-shadow:0 9px 24px rgba(6,59,115,.08)}
body.page:not(.home),body.post-type-archive-oj_tip{color:var(--oja-ink)}
body.page:not(.home) h1,body.page:not(.home) h2,body.page:not(.home) h3,body.post-type-archive-oj_tip h1,body.post-type-archive-oj_tip h2,body.post-type-archive-oj_tip h3{font-family:"Nunito",system-ui,sans-serif;color:var(--oja-navy)}
body.page:not(.home) :where(a[class*="button"],a[class*="more"],.wp-block-button__link){border-radius:999px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
body.page:not(.home) :where(a[class*="button"],a[class*="more"],.wp-block-button__link):hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(6,59,115,.14)}

/* Ancho editorial único para todas las páginas comunes del sitio. */
body.page:not(.home) .entry-content.wp-block-post-content{
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box!important;
}
body.page:not(.home) .entry-content.wp-block-post-content>.alignfull{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}

/* Parques: ancho, jerarquía y contraste */
body.page .oj-parks-hub{
  width:100%!important;
  max-width:none!important;
  margin:38px auto 64px!important;
  color:#29465f;
}
.oj-parks-hub>header{padding:38px 42px;border-radius:26px;background:linear-gradient(135deg,#063b73 0%,#0878aa 68%,#ef8424 160%);color:#fff;box-shadow:0 18px 42px rgba(6,59,115,.18)}
.oj-parks-hub>header .oj-kicker{color:#ffd09c;font-weight:900;letter-spacing:.14em}
.oj-parks-hub>header h2{max-width:900px;margin:8px 0 12px;color:#fff;font-size:clamp(32px,4.4vw,52px);line-height:1.08}
.oj-parks-hub>header p{max-width:850px;margin:0;color:#eef8ff;font-size:18px;line-height:1.65}
.oj-parkhub-intro{margin:24px 0;padding:28px 32px;border:1px solid #cfe1ee;border-radius:22px;background:linear-gradient(135deg,#eef8ff,#fff8ed)}
.oj-parkhub-intro h2{margin:0 0 10px;color:#063b73;font-size:clamp(25px,3vw,34px)}
.oj-parkhub-intro p{margin:0 0 12px;line-height:1.7}.oj-parkhub-intro p:last-child{margin-bottom:0}
.oj-parkhub-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin:0!important}
.oj-parkhub-card{min-width:0;padding:0!important;border:1px solid #d5e4ee!important;border-radius:20px!important;background:#fff!important;box-shadow:0 9px 24px rgba(6,59,115,.08)!important;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.oj-parkhub-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(6,59,115,.15)!important}
.oj-parkhub-card>div{height:100%;padding:24px;display:flex;flex-direction:column;box-sizing:border-box}
.oj-parkhub-card h2{margin:0 0 10px!important;font-size:22px!important;line-height:1.2}
.oj-parkhub-card h2 a{color:#063b73!important;text-decoration:none!important}
.oj-parkhub-card p{margin:0 0 20px!important;color:#4c6478;line-height:1.55}
.oj-parkhub-card .oj-parkhub-more{align-self:flex-start;margin-top:auto;padding:10px 14px;border-radius:999px;background:#ef7d00;color:#fff!important;font-size:14px;font-weight:900;text-decoration:none!important}
.oj-parkhub-card .oj-parkhub-more:hover{background:#063b73;color:#fff!important}
.oj-parkhub-help{margin-top:26px;padding:30px;border-radius:22px;background:#063b73;color:#fff;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.oj-parkhub-help h2{grid-column:1/-1;margin:0 0 4px;color:#fff}.oj-parkhub-help>div{padding:18px;border-radius:16px;background:rgba(255,255,255,.1);display:flex;flex-direction:column;gap:6px}.oj-parkhub-help strong{color:#ffd09c}.oj-parkhub-help span{color:#f1f7fb;line-height:1.5}

/* Compras y souvenirs: igualar el ancho visual del resto del sitio */
body.oj-souvenirs-clean .entry-content.wp-block-post-content{
  width:min(1120px,calc(100% - 40px))!important;
  max-width:1120px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  box-sizing:border-box;
}
body.oj-souvenirs-clean .oj-souv3311{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
body.oj-souvenirs-clean .oj-souv3311>:not(.oj-souv-hero){width:100%!important;max-width:none!important;box-sizing:border-box!important}

/* Las tarjetas iniciales de Tips deben mostrar el título y el enlace completos. */
.post-type-archive-oj_tip .oj-tips3304-start-grid{align-items:stretch!important;grid-auto-rows:1fr!important}
.post-type-archive-oj_tip .oj-start-simple{height:auto!important;min-height:176px!important;padding:20px!important;overflow:visible!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important}
.post-type-archive-oj_tip .oj-start-simple strong{display:block!important;overflow:visible!important;max-height:none!important;line-height:1.28!important}
.post-type-archive-oj_tip .oj-start-simple em{margin-top:auto!important;padding-top:10px!important;display:block!important}
.post-type-archive-oj_tip .oj-tips-internet-3343__copy{cursor:pointer;position:relative;border-radius:18px;transition:transform .2s ease,box-shadow .2s ease}
.post-type-archive-oj_tip .oj-tips-internet-3343__copy:hover,.post-type-archive-oj_tip .oj-tips-internet-3343__copy:focus{transform:translateY(-3px);box-shadow:0 14px 30px rgba(6,59,115,.2);outline:3px solid rgba(239,125,0,.35);outline-offset:3px}
.post-type-archive-oj_tip .oj-tips-internet-3343__copy::after{content:"Ver guía de Holafly →";display:inline-flex;margin-top:14px;padding:10px 15px;border-radius:999px;background:#fff;color:var(--oja-navy);font-weight:900}
.oja-guides-connection{width:min(1120px,calc(100% - 40px));margin:38px auto 55px;padding:30px;border:1px solid var(--oja-line);border-radius:22px;background:linear-gradient(135deg,var(--oja-soft-blue),var(--oja-soft-warm));box-sizing:border-box}.oja-guides-connection>span{color:#df7105;font-size:11px;font-weight:900;letter-spacing:.14em}.oja-guides-connection h2{margin:7px 0;color:var(--oja-navy);font-size:clamp(26px,4vw,38px)}.oja-guides-connection p{max-width:780px;color:#4c6478;font-size:17px;line-height:1.65}.oja-guides-connection a{display:inline-flex;padding:11px 16px;border-radius:999px;background:var(--oja-orange);color:#fff!important;font-weight:900;text-decoration:none!important}
.post-type-archive-oj_guide .oj-guides-hub{width:min(1120px,calc(100% - 40px))!important;max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}.post-type-archive-oj_guide .oj-guide-card{border-radius:20px!important;box-shadow:var(--oja-shadow)!important}.post-type-archive-oj_guide .oj-guide-card__more{color:var(--oja-navy)!important;font-weight:900!important}

@media(max-width:960px){.oj-parkhub-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.oj-parkhub-help{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){body.page:not(.home) .entry-content.wp-block-post-content,body.oj-souvenirs-clean .entry-content.wp-block-post-content{width:calc(100% - 28px)!important}.oj-parks-hub>header{padding:28px 23px}.oj-parkhub-intro{padding:23px}.oj-parkhub-grid,.oj-parkhub-help{grid-template-columns:1fr!important}.oj-parkhub-card>div{padding:21px}}
body.oja-wide-malls .entry-content.wp-block-post-content,body.oja-wide-malls main .entry-content,body.oja-wide-malls main>.wp-block-group{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}body.oja-wide-malls .oj-malls-hub,body.oja-wide-malls .oj-malls-page,body.oja-wide-malls [class*="malls"][class*="hub"],body.oja-wide-malls [class*="outlets"][class*="hub"]{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}@media(max-width:620px){body.oja-wide-malls .entry-content.wp-block-post-content,body.oja-wide-malls main .entry-content{width:calc(100% - 28px)!important}}
body.oja-wide-malls .oja-malls-reference-format{width:min(1180px,calc(100% - 40px))!important;max-width:1180px!important;margin:34px auto 60px!important;box-sizing:border-box!important;color:#29465f}body.oja-wide-malls .oja-malls-reference-format>:not(.alignfull),body.oja-wide-malls .oja-malls-reference-format>:not(.alignfull)>div{max-width:none!important}body.oja-wide-malls .oja-malls-reference-format section:not(.oja-malls-guide-intro),body.oja-wide-malls .oja-malls-reference-format article{width:100%!important;max-width:none!important;margin:16px 0!important;padding:25px 30px!important;box-sizing:border-box!important;border:1px solid #d5e4ee!important;border-radius:22px!important;background:#fff!important;box-shadow:0 8px 24px rgba(6,59,115,.06)!important}body.oja-wide-malls .oja-malls-reference-format h2{margin:0 0 10px!important;color:#063b73!important;font-size:clamp(25px,3vw,36px)!important;line-height:1.18!important}body.oja-wide-malls .oja-malls-reference-format h3{margin:18px 0 8px!important;color:#0878aa!important}body.oja-wide-malls .oja-malls-reference-format p,body.oja-wide-malls .oja-malls-reference-format li{color:#29465f!important;font-size:16px!important;line-height:1.7!important}.oja-malls-guide-intro{width:100%!important;max-width:none!important;margin:0 0 20px!important;padding:30px 34px!important;box-sizing:border-box!important;border:1px solid #d5e4ee!important;border-radius:24px!important;background:linear-gradient(135deg,#eef8ff,#fff8ed)!important;box-shadow:0 12px 30px rgba(6,59,115,.08)!important}.oja-malls-guide-intro>span{color:#df7105;font-size:11px;font-weight:900;letter-spacing:.14em}.oja-malls-guide-intro>h2{margin:7px 0 10px!important;font-size:clamp(30px,4vw,44px)!important}.oja-malls-guide-intro>p{max-width:880px;font-size:18px!important}.oja-malls-guide-intro>div{margin-top:18px;padding:16px 18px;border-radius:15px;background:#fff}.oja-malls-guide-intro b,.oja-malls-guide-intro small{display:block}.oja-malls-guide-intro b{color:#063b73;font-size:16px}.oja-malls-guide-intro small{margin-top:4px;color:#4d6679;font-size:15px;line-height:1.6}body.oja-wide-malls .oja-malls-reference-format img{border-radius:18px!important}body.oja-wide-malls .oja-malls-reference-format a{font-weight:800}@media(max-width:620px){body.oja-wide-malls .oja-malls-reference-format{width:calc(100% - 28px)!important}body.oja-wide-malls .oja-malls-reference-format section:not(.oja-malls-guide-intro),body.oja-wide-malls .oja-malls-reference-format article,.oja-malls-guide-intro{padding:20px!important}}
body.oja-wide-malls .oja-malls-reference-format{width:min(1180px,calc(100vw - 40px))!important;max-width:1180px!important;margin-top:0!important;margin-bottom:60px!important}.oja-malls-guide-intro{display:none!important}body.oja-wide-malls .oja-malls-reference-format .oja-malls-preserve-hero{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background-color:transparent!important}body.oja-wide-malls .oja-malls-reference-format .oja-malls-preserve-hero+section{margin-top:18px!important}@media(max-width:620px){body.oja-wide-malls .oja-malls-reference-format{width:calc(100vw - 28px)!important}}
.oja-malls-white-title{color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.65)!important}.oja-malls-savings-link{display:inline-flex;margin-top:12px;padding:11px 17px;border-radius:999px;background:#ef7d00;color:#fff!important;font-weight:900;text-decoration:none!important;box-shadow:0 7px 18px rgba(6,59,115,.14)}
.oja-malls-savings-link-fixed{background:#fff!important;color:#063b73!important;border:2px solid #fff!important;min-width:0!important}.oja-malls-savings-link-fixed:hover{background:#ef7d00!important;color:#fff!important;border-color:#ef7d00!important}
