/*
Theme Name: Guía Uruguay
Theme URI: https://www.guiauy.com.uy/
Author: Guía Uruguay
Description: Tema liviano de directorio comercial, convertido de la plantilla original de Guía Uruguay. Sin chat flotante de WhatsApp.
Version: 6.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: guia-uruguay
*/

:root{--blue:#0b67e3;--blue2:#0951b8;--ink:#172033;--muted:#667085;--line:#e7eaf0;--soft:#f7f9fc;--green:#25D366;--star:#ffb000;--max:1180px;--radius:12px}
*{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:clip}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}
.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}

/* HEADER */
.header{height:72px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:50}
.admin-bar .header{top:32px}
.header-in{height:100%;display:flex;align-items:center;gap:24px}
.logo-directo{display:flex;align-items:center;min-width:235px}
.logo-directo a{display:inline-flex;align-items:center}
.logo-directo-img,.custom-logo{display:block;max-height:50px;width:auto;max-width:260px;object-fit:contain}
.nav{margin-left:auto;display:flex;align-items:center;gap:24px;font-size:13px;font-weight:700}
.nav a:hover{color:var(--blue)}.nav .nav-cta{background:var(--blue);color:#fff!important;padding:11px 16px;border-radius:7px}

/* UBICACION */
#guiaUbicacionBarra{width:100%;background:#f8fafc;border-bottom:1px solid #e7ebf0}
.guia-ubicacion-inner{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.guia-ubicacion-texto{display:flex;align-items:center;gap:7px;color:#344054;font-size:14px;font-weight:700}
.guia-ubicacion-punto{color:var(--blue);font-size:11px}
.guia-ubicacion-acciones{display:flex;align-items:center;gap:8px}
#guiaCambiarDepartamento,#guiaVerTodoSuperior{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:6px 11px;border-radius:7px;font-size:13px;font-weight:800}
#guiaCambiarDepartamento{border:1px solid #cad3df;background:#fff;color:#344054;cursor:pointer}
#guiaVerTodoSuperior{border:1px solid var(--blue);background:var(--blue);color:#fff}

/* HERO */
.hero{background:linear-gradient(90deg,rgba(7,31,73,.9),rgba(7,31,73,.35)),linear-gradient(135deg,#0a65c8,#11a0de 62%,#ff9838);color:#fff;padding:42px 0 34px}
.hero h1{font-size:40px;line-height:1.08;max-width:760px;margin:0 0 12px}.hero p{font-size:17px;margin:0 0 20px}
.search{display:grid;grid-template-columns:1fr 190px 190px 115px;gap:8px;background:rgba(5,23,55,.8);padding:12px;border-radius:10px;max-width:980px}
.search input,.search select{height:46px;border:0;border-radius:7px;padding:0 12px;background:#fff;min-width:0}.search button{border:0;border-radius:7px;background:var(--blue);color:#fff;font-weight:900;cursor:pointer}
.stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:900px;margin-top:22px}.stat{border-right:1px solid rgba(255,255,255,.25);padding-right:18px}.stat:last-child{border:0}.stat b{display:block;font-size:20px}.stat small{font-size:11px}
.guia-local-badge{display:inline-block;margin-bottom:10px;padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.16);font-size:12px;font-weight:800}

/* DEPARTAMENTOS */
.departamentos-section{padding:28px 0 8px;background:#fff}
.departamentos-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}
.departamentos-head p{margin:5px 0 0;color:var(--muted);font-size:13px}.departamentos-all{color:var(--blue);font-size:13px;font-weight:800}
.departamentos-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}
.departamentos-grid a{border:1px solid var(--line);border-radius:8px;padding:10px;text-align:center;font-size:13px;font-weight:700}
.departamentos-grid a:hover{border-color:var(--blue);color:var(--blue)}

/* MAIN */
.page{padding:28px 0 40px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
.section-title{font-size:20px;margin:0 0 15px}
.guia-empty{padding:22px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:13px;color:var(--muted)}
.guia-error{color:#b42318}

/* LISTADO */
.biz-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}
.biz-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 4px 14px rgba(20,35,70,.06);display:flex;flex-direction:column;height:100%;min-width:0}
.biz-photo{display:block;width:100%;height:150px;background:#edf2f7;overflow:hidden}.biz-photo img{width:100%;height:100%;object-fit:cover}
.biz-placeholder{width:100%;height:100%;display:grid;place-items:center;background:#eef5ff;color:var(--blue);font-weight:900}
.biz-body{padding:12px;display:flex;flex-direction:column;flex:1;min-height:0}
.biz-title{font-size:15px;margin:0 0 5px;line-height:1.25}.biz-title a:hover{color:var(--blue)}
.biz-labels{display:flex;gap:4px;flex-wrap:wrap;min-height:18px}.biz-labels a{font-size:9px;background:#eef5ff;color:var(--blue);padding:3px 6px;border-radius:999px;font-weight:800}
.biz-excerpt{font-size:11px;line-height:1.45;color:var(--muted);height:51px;overflow:hidden;margin-top:6px}
.biz-stars{color:var(--star);font-size:11px;margin-top:7px}.biz-actions{margin-top:auto;padding-top:9px}
.biz-view{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff!important;border-radius:6px;padding:7px 10px;font-size:10px;font-weight:900}
.guia-destacados-separador{grid-column:1/-1;margin:8px 0 0;padding-top:18px;border-top:1px solid var(--line)}
.guia-destacados-separador:first-child{border-top:0;padding-top:0}
.guia-destacados-separador h2{margin:0 0 4px;font-size:20px}.guia-destacados-separador p{margin:0;font-size:12px;color:var(--muted)}
.guia-destacado-badge{display:inline-flex;align-items:center;gap:5px;margin-bottom:7px;padding:5px 9px;border-radius:999px;background:linear-gradient(135deg,#ffd54a,#ffb000);border:1px solid #e59b00;color:#382400;font-size:10px;line-height:1;font-weight:900;box-shadow:0 3px 9px rgba(255,176,0,.28)}
.biz-card.guia-card-destacada{background:linear-gradient(180deg,#fffdf2 0%,#fff 58%);border:2px solid #f0b429;border-top:5px solid #ffb000;box-shadow:0 10px 26px rgba(11,103,227,.12),0 3px 9px rgba(255,176,0,.18);border-radius:12px}
.biz-card.guia-card-destacada .biz-title a{color:#093f8f;font-weight:900}.biz-card.guia-card-destacada .biz-labels a{background:#eaf3ff;color:#0757c7;border:1px solid #cfe1ff}
.pager{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.pager a,.pager span{border:1px solid #98b8f5;color:var(--blue);padding:9px 12px;border-radius:7px;font-size:11px;font-weight:800}
.pager .current{background:var(--blue);color:#fff;border-color:var(--blue)}

/* FICHA */
.guia-item-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;font-size:12px;margin-bottom:24px}
.guia-item-breadcrumb a{color:var(--blue);font-weight:700}.guia-item-breadcrumb span{color:#98a2b3}
.guia-item-title{font-size:30px;line-height:1.15;margin:0 0 10px;color:#12203b}
.guia-item-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:20px}
.guia-item-labels{display:flex;gap:6px;flex-wrap:wrap}.guia-item-labels a{background:#eaf2ff;color:var(--blue);font-size:10px;padding:5px 8px;border-radius:5px;font-weight:800}
.guia-share{border:1px solid #bfd3fb;background:#fff;color:var(--blue);border-radius:7px;padding:9px 13px;font-size:11px;font-weight:800;cursor:pointer}
.guia-profile{display:grid;grid-template-columns:310px minmax(0,1fr);gap:28px;align-items:start}
.guia-profile-photo{width:310px;height:330px;border-radius:10px;overflow:hidden;background:#edf2f7;border:1px solid var(--line)}
.guia-profile-photo img{width:100%;height:100%;object-fit:cover}.guia-profile-info{min-width:0}
.guia-contact-block{display:flex;flex-direction:column;gap:2px}
.guia-contact-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #f0f2f5}
.guia-contact-icon{width:26px;height:26px;display:grid;place-items:center;color:var(--blue);font-size:18px;font-weight:900}
.guia-contact-main b{display:block;font-size:11px;margin-bottom:2px;color:#15213b}.guia-contact-main span,.guia-contact-main a{font-size:13px;color:#24314f}.guia-contact-main a{color:var(--blue)}
.guia-contact-action{justify-self:end}.guia-contact-action a{display:inline-block;border:1px solid #8eb2ff;color:var(--blue)!important;background:#fff;border-radius:7px;padding:8px 11px;font-size:10px;font-weight:900;white-space:nowrap}
.guia-contact-action a.wa{background:var(--green);border-color:var(--green);color:#fff!important}
.guia-item-lower{margin-top:28px}.guia-section-line{border:0;border-top:1px solid var(--line);margin:0 0 20px}
.guia-section{margin-bottom:26px}.guia-section h2{font-size:16px;margin:0 0 11px;color:#15213b}.guia-section p{font-size:13px;line-height:1.65;color:#344054;margin:0}
.guia-services{display:flex;flex-wrap:wrap;gap:8px}.guia-service{border:1px solid var(--line);border-radius:7px;padding:8px 10px;font-size:10px;background:#fff}
.guia-osm-map{width:100%;height:300px;border:1px solid var(--line);border-radius:10px;background:#eef3f7}.guia-osm-map iframe{width:100%;height:100%;border:0;border-radius:10px}
.guia-map-note{font-size:10px;color:var(--muted);margin-top:6px}.guia-more-dept{display:block;text-align:center;border:1px solid #8eb2ff;color:var(--blue)!important;border-radius:7px;padding:11px;font-size:12px;font-weight:900;margin-top:22px}

/* SIDEBAR */
.side-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:18px;box-shadow:0 4px 14px rgba(20,35,70,.05);margin-bottom:18px}
.side-card h3{font-size:15px;margin:0 0 12px}
.latest-list{display:flex;flex-direction:column}.latest-item{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #f0f2f5}
.latest-item:last-child{border:0}.latest-thumb{width:52px;height:52px;border-radius:7px;overflow:hidden;background:#edf2f7}.latest-thumb img{width:100%;height:100%;object-fit:cover}
.latest-name{font-size:11px;font-weight:800;color:var(--blue)}.latest-meta{font-size:9px;color:var(--muted);margin-top:2px}.related-stars{font-size:9px;color:var(--star)}
.promo{background:#f4f8ff;border-color:#dce8ff}.promo h3{color:var(--blue)}.promo p,.help p{font-size:11px;color:#475467}
.promo a{display:inline-block;background:var(--blue);color:#fff!important;border-radius:7px;padding:9px 12px;font-size:11px;font-weight:900}
.help{background:#f3fff7;border-color:#bceacb}.help h3{color:#0b8f3f}.help a{display:inline-block;background:var(--green);color:#fff!important;border-radius:7px;padding:9px 12px;font-size:11px;font-weight:900}

/* BANNERS / WIDGETS 300x250 */
.guia-ad-sidebar{padding:0;border:0;box-shadow:none;background:transparent}
#guiaAds .widget{margin:0 auto 14px;width:300px;max-width:100%}
#guiaAds .widget-title{font-size:15px;margin:0 0 10px}
#guiaAds .widget-content,#guiaAds .textwidget{font-size:13px;line-height:1.55}
#guiaAds img{display:block;width:300px;max-width:100%;height:auto;margin:auto}
#guiaAds .guia-anuncio-oculto{display:none!important}
#guiaAds .widget-title .guia-titulo-depto{display:none!important}

/* PAGINAS */
.pagina-estatica-contenido{background:#fff}.pagina-estatica-titulo{font-size:30px;line-height:1.18;margin:0 0 20px;color:var(--ink)}
.pagina-estatica-cuerpo{font-size:16px;line-height:1.7;color:#344054}.pagina-estatica-cuerpo h2{font-size:22px;margin:28px 0 12px}
.pagina-estatica-cuerpo h3{font-size:18px;margin:22px 0 10px}.pagina-estatica-cuerpo p{margin:0 0 16px}
.pagina-estatica-cuerpo ul,.pagina-estatica-cuerpo ol{margin:0 0 16px 22px}.pagina-estatica-cuerpo a{color:var(--blue);text-decoration:underline}

/* FOOTER */
.footer{background:linear-gradient(180deg,#09499d,#073c83);color:#fff;padding:30px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr 1.1fr;gap:32px}
.footer h4{font-size:13px;margin:0 0 10px}.footer a,.footer p{display:block;color:#eaf2ff;font-size:10px;margin:6px 0}.footer-brand{font-size:22px;font-weight:900}
.footer-sub{font-size:10px;color:#dbe8ff;margin-top:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:22px;padding-top:12px;text-align:center;font-size:9px;color:#d9e8ff}

/* MODAL DEPARTAMENTO */
#guiaModalUbicacion{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.72)}
#guiaModalUbicacion.abierto{display:flex}.guia-modal-ubicacion-caja{width:min(520px,100%);background:#fff;border-radius:16px;padding:26px;box-shadow:0 28px 80px rgba(0,0,0,.30)}
.guia-modal-ubicacion-caja h2{margin:0 0 8px;color:#172033;font-size:25px;line-height:1.2}.guia-modal-ubicacion-caja>p{margin:0 0 17px;color:#667085;font-size:15px;line-height:1.55}
#guiaDepartamentoSelect{width:100%;height:48px;padding:0 12px;border:1px solid #cfd5df;border-radius:8px;background:#fff;color:#172033;font-size:16px}
#guiaGeoMensaje{min-height:22px;margin-top:9px;color:#667085;font-size:13px;line-height:1.4}
.guia-modal-botones{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}
.guia-modal-botones button,.guia-modal-botones a{min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:0;padding:8px 12px;font-size:14px;font-weight:800;cursor:pointer}
#guiaDetectarBtn{background:#eef4ff;color:var(--blue)}#guiaTodoBtn{background:#eef2f6;color:#344054}#guiaConfirmarBtn{grid-column:1/-1;background:var(--blue);color:#fff}

/* NO EXISTE CHAT FLOTANTE DE WHATSAPP EN ESTE TEMA */

@media(min-width:901px){
 .biz-card.guia-card-destacada .biz-photo{height:112px}.biz-card.guia-card-destacada .biz-body{padding:9px 11px 10px}
 .biz-card.guia-card-destacada .biz-excerpt{height:34px;line-height:1.35;margin-top:4px}
}
@media(max-width:1100px){.biz-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.nav{gap:14px}}
@media(max-width:900px){.layout{grid-template-columns:1fr}.biz-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guia-profile{grid-template-columns:1fr}.guia-profile-photo{width:100%;height:auto;max-height:380px}.footer-grid{grid-template-columns:repeat(2,1fr)}.departamentos-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:782px){.admin-bar .header{top:46px}}
@media(max-width:720px){.nav{display:none}.search{grid-template-columns:1fr 1fr}.search button{grid-column:1/-1;height:44px}.stats{grid-template-columns:repeat(2,1fr);gap:10px}}
@media(max-width:640px){.guia-ubicacion-inner{padding-top:8px;padding-bottom:8px;align-items:flex-start;flex-direction:column}.guia-ubicacion-acciones{width:100%}#guiaCambiarDepartamento,#guiaVerTodoSuperior{flex:1}}
@media(max-width:560px){.departamentos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.departamentos-head{flex-direction:column;align-items:flex-start}}
@media(max-width:520px){.wrap{width:min(var(--max),calc(100% - 22px))}.hero h1{font-size:30px}.search{grid-template-columns:1fr}.search button{grid-column:auto}.biz-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.guia-contact-row{grid-template-columns:26px 1fr}.guia-contact-action{grid-column:2;justify-self:start}}

/* LEGIBILIDAD */
body{font-size:16px}.nav{font-size:15px}.hero p{font-size:18px}
.search input,.search select,.search button{font-size:15px}.stat small{font-size:13px}
.section-title{font-size:24px}.departamentos-head p,.departamentos-all,.departamentos-grid a{font-size:15px}
.biz-title{font-size:18px}.biz-labels a{font-size:12px;padding:4px 8px}.biz-excerpt{font-size:14px;height:62px}
.biz-stars{font-size:13px}.biz-view{font-size:13px;padding:9px 12px}.guia-destacado-badge{font-size:12px}
.guia-destacados-separador h2{font-size:23px}.guia-destacados-separador p{font-size:14px}
.guia-item-breadcrumb{font-size:14px}.guia-item-title{font-size:34px}.guia-item-labels a{font-size:13px}
.guia-share{font-size:13px}.guia-contact-main b{font-size:13px}.guia-contact-main span,.guia-contact-main a{font-size:16px}
.guia-contact-action a{font-size:13px}.guia-section h2{font-size:21px}.guia-section p{font-size:16px}.guia-service{font-size:13px}
.latest-name{font-size:14px}.latest-meta{font-size:12px}.side-card h3{font-size:18px}.promo p{font-size:14px}.promo a{font-size:14px}
.footer h4{font-size:15px}.footer a,.footer p,.footer-sub{font-size:13px}.footer-bottom{font-size:12px}
.guia-ubicacion-texto{font-size:15px}#guiaCambiarDepartamento,#guiaVerTodoSuperior{font-size:14px}

/* BANNERS ADMINISTRADOS */
.guia-banners{width:300px;max-width:100%;margin:0 auto}
.guia-banner-item{display:none;width:300px;max-width:100%;margin:0 auto}
.guia-banner-item.is-active{display:block}
.guia-banner-item img{display:block;width:300px;max-width:100%;height:auto;aspect-ratio:6/5;object-fit:cover;border-radius:8px}

/* MENÚS EDITABLES DEL FOOTER */
.footer-menu,.footer-menu ul{list-style:none;margin:0;padding:0}
.footer-menu li{margin:0;padding:0}
.footer-menu a{display:block;color:#eaf2ff;font-size:13px;margin:6px 0}
.footer-menu a:hover{text-decoration:underline}

/* DESTACADOS: DIFERENCIA VISUAL MUY CLARA */
.biz-card.guia-card-destacada{
  background:linear-gradient(180deg,#fff8d7 0%,#fffdf2 42%,#ffffff 100%)!important;
  border:2px solid #e0a400!important;
  border-top:7px solid #ffb000!important;
  box-shadow:0 12px 30px rgba(11,103,227,.16),0 4px 14px rgba(255,176,0,.24)!important;
  transform:translateY(-2px);
}
.biz-card.guia-card-destacada .guia-destacado-badge{
  font-size:13px!important;
  padding:7px 10px!important;
  background:linear-gradient(135deg,#ffe36a,#ffb000)!important;
  color:#2f2200!important;
  border:1px solid #dc9800!important;
  letter-spacing:.2px;
}
.biz-card.guia-card-destacada .biz-title{
  font-size:20px!important;
}
.biz-card.guia-card-destacada .biz-title a{
  color:#073d87!important;
}
.biz-card.guia-card-destacada .biz-view{
  background:linear-gradient(135deg,#0b67e3,#073d87)!important;
  padding:10px 14px!important;
  font-size:14px!important;
}

/* SIDEBAR TOTALMENTE EDITABLE Y NO FIJA */
.sidebar{position:static!important;top:auto!important;align-self:start}
.sidebar .side-card{position:static!important}
.sidebar:empty{display:none}
.layout:has(.sidebar:empty){grid-template-columns:minmax(0,1fr)}

/* PUBLICAR ANUNCIO */
.guia-publicar{width:min(1050px,calc(100% - 32px));margin:36px auto 60px}
.guia-publicar h1{font-size:34px;margin-bottom:8px}
.guia-publicar-intro{font-size:17px;color:var(--muted);margin-bottom:24px}
.guia-publicar-form{display:grid;gap:24px}
.guia-form-section{border:1px solid var(--line);border-radius:14px;padding:22px;background:#fff}
.guia-form-section h2{font-size:23px;margin:0 0 18px}
.guia-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.guia-form-grid label,.guia-duration{font-weight:700;font-size:15px;display:grid;gap:7px}
.guia-form-grid .wide{grid-column:1/-1}
.guia-form-grid input,.guia-form-grid select,.guia-form-grid textarea,.guia-duration select{width:100%;padding:12px;border:1px solid #cfd6df;border-radius:8px;font-size:16px;background:#fff}
.guia-plan-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.guia-plan-card{border:2px solid #dfe5ed;border-radius:12px;padding:16px;display:grid;gap:8px;cursor:pointer;background:#fff}
.guia-plan-card:has(input:checked){border-color:#ffb000;background:#fff8d7;box-shadow:0 5px 16px rgba(255,176,0,.18)}
.guia-plan-card strong{font-size:17px}.guia-plan-card span{font-size:14px;color:#667085}
.guia-duration{max-width:240px;margin-top:18px}
.guia-price-table{margin-top:16px;padding:14px;border-radius:10px;background:#f7f9fc}
.guia-price-table>div{display:none;gap:14px;flex-wrap:wrap}.guia-price-table>div:first-child{display:flex}
.guia-price-table span{font-size:15px}
.guia-submit-pay{border:0;border-radius:9px;background:var(--blue);color:#fff;font-size:18px;font-weight:800;padding:15px 24px;cursor:pointer}
.guia-form-error{padding:12px;background:#fff1f0;border:1px solid #ffccc7;border-radius:8px}
@media(max-width:900px){.guia-plan-grid{grid-template-columns:1fr 1fr}.guia-form-grid{grid-template-columns:1fr}}
@media(max-width:560px){.guia-plan-grid{grid-template-columns:1fr}.guia-form-grid .wide{grid-column:auto}}

/* BOTÓN TODO URUGUAY DEL POPUP */
#guiaTodoBtn{border:0;background:transparent;color:var(--blue);font:inherit;font-weight:800;text-decoration:underline;cursor:pointer;padding:8px 4px}
#guiaModalUbicacion[aria-hidden="true"]{display:none!important}

/* GUÍA URUGUAY 3.0 — DISEÑO PROFESIONAL */
:root{--guia-blue:#0b67e3;--guia-blue-dark:#084d9d;--guia-text:#172033;--guia-muted:#667085;--guia-border:#e4e8ef;--guia-bg:#f7f9fc;--guia-gold:#ffb000}
html,body,button,input,select,textarea{font-family:"Open Sans",Arial,sans-serif!important;font-weight:500}
body{font-size:16px;line-height:1.6;color:var(--guia-text);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6,strong,b{font-weight:700!important;color:#111827}
.header{height:76px;border-bottom:1px solid #eef1f4;box-shadow:0 2px 12px rgba(15,23,42,.03)}
.nav{gap:22px;font-size:14px}.nav a{font-weight:600!important}.nav .nav-cta{border-radius:9px;padding:11px 16px;box-shadow:0 6px 16px rgba(11,103,227,.15)}
.hero h1,.hero h2,.hero h3,.hero strong,.hero b,.hero p,.hero .stat,.hero .stat b,.hero .stat small{color:#fff!important}
.hero h1{font-size:42px;line-height:1.08;letter-spacing:-.7px}.hero p{font-size:17px;line-height:1.65}
.search{border-radius:14px;padding:13px;box-shadow:0 14px 35px rgba(0,0,0,.12)}.search input,.search select,.search button{font-size:15px}.search button{font-weight:700}
.section-title{font-size:24px;letter-spacing:-.2px}.departamentos-grid a{border-radius:10px;padding:12px 10px;font-weight:600!important}
.biz-card{border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.06);transition:transform .16s ease,box-shadow .16s ease}.biz-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(15,23,42,.10)}
.biz-body{padding:15px}.biz-title{font-size:17px!important}.biz-title a{font-weight:700!important}.biz-excerpt{font-size:13px!important;line-height:1.55}
.side-card{border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.05);padding:20px}.guia-item-title{font-size:34px!important;letter-spacing:-.4px}.guia-profile-photo{border-radius:14px}.guia-section h2{font-size:20px!important}.guia-section p{font-size:15px!important}
.footer h4,.footer strong,.footer b{color:#fff!important}.footer a,.footer p{font-size:13px!important}
.biz-card.guia-card-destacada{border:2px solid #e7b426!important;border-top:6px solid var(--guia-gold)!important;background:linear-gradient(180deg,#fff9dc 0%,#fffef8 40%,#fff 100%)!important;box-shadow:0 12px 30px rgba(11,103,227,.12),0 4px 14px rgba(255,176,0,.18)!important}
.guia-destacado-badge{background:linear-gradient(135deg,#ffe36a,#ffb000)!important;border-color:#d99c00!important;color:#332400!important;font-weight:700!important}

.guia-publish-page{background:var(--guia-bg);padding:36px 0 72px}.guia-publish-wrap{width:min(1240px,calc(100% - 30px));margin:auto}
.guia-publish-heading{max-width:780px;margin-bottom:28px}.guia-eyebrow{display:inline-block;margin-bottom:7px;color:var(--guia-blue);font-size:12px;font-weight:700;letter-spacing:1.3px}
.guia-publish-heading h1{margin:0 0 8px;font-size:38px;line-height:1.14;letter-spacing:-.6px}.guia-publish-heading p{margin:0;color:var(--guia-muted);font-size:16px}
.guia-publish-checkout{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr)!important;gap:28px!important;align-items:start}
.guia-publish-left{display:grid;gap:22px}.guia-publish-right{min-width:0}.guia-panel{background:#fff;border:1px solid var(--guia-border);border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.guia-order-panel{position:sticky;top:106px}
.guia-panel-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.guia-step{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:50%;background:#eaf2ff;color:var(--guia-blue);font-weight:700}
.guia-panel-head h2{margin:0 0 2px;font-size:21px}.guia-panel-head p{margin:0;color:var(--guia-muted);font-size:13px}
.guia-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.guia-fields label{display:grid;gap:7px;color:#344054;font-size:14px;font-weight:600!important}.guia-fields .wide{grid-column:1/-1}
.guia-fields input,.guia-fields select,.guia-fields textarea,.guia-duration select,.guia-billing-block input,.guia-billing-block select,.guia-billing-block textarea{width:100%;min-height:46px;border:1px solid #d0d5dd;border-radius:9px;background:#fff;padding:11px 12px;color:#101828;font-size:15px;font-weight:500;outline:none}
.guia-fields input:focus,.guia-fields select:focus,.guia-fields textarea:focus,.guia-duration select:focus,.guia-billing-block input:focus,.guia-billing-block select:focus{border-color:#78aaf1;box-shadow:0 0 0 3px rgba(11,103,227,.10)}
.guia-image-uploader{position:relative;border:2px dashed #c4cfdd;border-radius:12px;background:#f8fafc;min-height:150px;overflow:hidden}.guia-image-uploader>input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}
.guia-image-preview{min-height:150px;display:grid;place-items:center;align-content:center;gap:4px;padding:18px;text-align:center}.guia-image-preview strong{color:#174686;font-size:16px}.guia-image-preview span{color:var(--guia-muted);font-size:12px}.guia-image-preview img{max-width:220px;max-height:120px;object-fit:contain;border-radius:9px}
.guia-image-status{position:absolute;right:10px;bottom:8px;z-index:3;font-size:11px;color:var(--guia-muted)}
.guia-plan-list{display:grid;gap:9px}.guia-plan-option{display:grid;grid-template-columns:22px 1fr;align-items:start;gap:9px;padding:12px;border:1px solid #dfe4ea;border-radius:10px;cursor:pointer}.guia-plan-option:has(input:checked){border:2px solid var(--guia-blue);background:#f3f7ff}
.guia-plan-option span{display:grid;gap:2px}.guia-plan-option strong{font-size:14px}.guia-plan-option small{color:var(--guia-muted);font-size:11px;line-height:1.4}.guia-duration{display:grid;gap:7px;margin-top:15px;font-size:13px;font-weight:600!important}
.guia-total-box{margin:16px 0;padding:16px;border-radius:12px;background:linear-gradient(135deg,var(--guia-blue),var(--guia-blue-dark));color:#fff}.guia-total-box span,.guia-total-box small{display:block;color:#fff!important}.guia-total-box span{font-size:12px;opacity:.86}.guia-total-box strong{display:block;margin:3px 0;color:#fff!important;font-size:30px}.guia-total-box small{font-size:12px;opacity:.9}
.guia-billing-block,.guia-payment-block{margin-top:18px;padding-top:17px;border-top:1px solid #edf0f4}.guia-billing-block h3,.guia-payment-block h3{margin:0 0 12px;font-size:16px}.guia-billing-block .form-row{width:100%!important;float:none!important;margin:0 0 10px!important}
.guia-payment-block #order_review{width:100%!important;float:none!important}.guia-payment-block table.shop_table{font-size:13px}.guia-payment-block #payment{background:#f8fafc!important;border-radius:11px!important}.guia-payment-block #place_order{width:100%;min-height:50px;border-radius:9px!important;background:var(--guia-blue)!important;font-size:15px!important;font-weight:700!important}
.guia-publish-page .sidebar{display:none!important}
@media(max-width:980px){.guia-publish-checkout{grid-template-columns:1fr!important}.guia-order-panel{position:static}}
@media(max-width:680px){.guia-fields{grid-template-columns:1fr}.guia-fields .wide{grid-column:auto}.guia-publish-heading h1{font-size:30px}}

/* =========================================================
   V3.1 — PUBLICAR: 50/50, SIMPLE, PRÁCTICO Y RESPONSIVE
   ========================================================= */
.guia-publish-checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
}
.guia-publish-left,
.guia-publish-right{
  min-width:0;
  width:100%;
}
.guia-panel{
  padding:22px!important;
  border-radius:14px!important;
}
.guia-order-panel{
  position:sticky;
  top:96px;
}
.guia-publish-heading{
  max-width:800px;
  margin-bottom:24px;
}
.guia-publish-heading h1{
  font-size:34px!important;
  line-height:1.18!important;
}
.guia-publish-heading p{
  font-size:15px!important;
}
.guia-panel-head{
  margin-bottom:17px!important;
}
.guia-panel-head h2{
  font-size:19px!important;
}
.guia-panel-head p{
  font-size:12.5px!important;
  line-height:1.45;
}
.guia-step{
  width:32px!important;
  height:32px!important;
  flex-basis:32px!important;
}
.guia-fields{
  gap:13px!important;
}
.guia-fields label{
  font-size:13.5px!important;
}
.guia-fields input,
.guia-fields select,
.guia-fields textarea,
.guia-duration select{
  min-height:43px!important;
  padding:9px 11px!important;
  font-size:14px!important;
}
.guia-fields textarea{
  min-height:105px!important;
}
.guia-image-uploader,
.guia-image-preview{
  min-height:125px!important;
}
.guia-plan-list{
  gap:8px!important;
}
.guia-plan-option{
  padding:10px 11px!important;
}
.guia-plan-option strong{
  font-size:13.5px!important;
}
.guia-plan-option small{
  font-size:11px!important;
}
.guia-duration{
  margin-top:13px!important;
  font-size:13px!important;
}
.guia-total-box{
  margin:14px 0!important;
  padding:14px 15px!important;
}
.guia-total-box strong{
  font-size:27px!important;
}
.guia-payment-block,
.guia-gateways-block{
  margin-top:15px;
  padding-top:15px;
  border-top:1px solid #edf0f4;
}
.guia-payment-block h3,
.guia-gateways-block h3{
  margin:0 0 10px!important;
  font-size:15px!important;
}
.guia-payment-block table.shop_table{
  margin-bottom:12px!important;
  font-size:12.5px!important;
}
.guia-payment-block table.shop_table th,
.guia-payment-block table.shop_table td{
  padding:9px 7px!important;
}
.guia-payment-methods #payment{
  margin:0!important;
  background:#f8fafc!important;
  border-radius:10px!important;
}
.guia-payment-methods .payment_methods{
  padding:12px!important;
}
.guia-payment-methods .payment_box{
  font-size:12.5px!important;
  line-height:1.5!important;
}
.guia-payment-methods .place-order{
  padding:12px!important;
}
.guia-payment-methods #place_order{
  display:block!important;
  width:100%!important;
  min-height:48px!important;
  margin:0!important;
  border:0!important;
  border-radius:9px!important;
  background:#0b67e3!important;
  color:#fff!important;
  font-family:"Open Sans",Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:700!important;
  cursor:pointer!important;
}
.guia-payment-methods #place_order:hover{
  background:#0957c2!important;
}
.guia-payment-methods .woocommerce-privacy-policy-text{
  font-size:11.5px!important;
  line-height:1.5!important;
  color:#667085!important;
}

@media(max-width:900px){
  .guia-publish-checkout{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .guia-order-panel{
    position:static!important;
  }
}
@media(max-width:640px){
  .guia-publish-page{
    padding:22px 0 44px!important;
  }
  .guia-publish-wrap{
    width:calc(100% - 18px)!important;
  }
  .guia-panel{
    padding:16px!important;
    border-radius:12px!important;
  }
  .guia-publish-heading{
    margin-bottom:18px!important;
  }
  .guia-publish-heading h1{
    font-size:27px!important;
  }
  .guia-publish-heading p{
    font-size:14px!important;
  }
  .guia-fields{
    grid-template-columns:1fr!important;
  }
  .guia-fields .wide{
    grid-column:auto!important;
  }
  .guia-total-box strong{
    font-size:25px!important;
  }
}

/* Confirmación de pedido Guía Uruguay */
.guia-thankyou-status{
  margin:18px 0;
  padding:16px 18px;
  border:1px solid #cfe0fb;
  border-radius:10px;
  background:#f5f9ff;
  font-family:"Open Sans",Arial,sans-serif;
}
.guia-thankyou-status strong{
  display:block;
  margin-bottom:4px;
  font-size:16px;
  color:#0b4f9f;
}
.guia-thankyou-status p{
  margin:0;
  font-size:14px;
  color:#475467;
}

/* V3.3 — Página nativa de pedido recibido WooCommerce */
.woocommerce-order-received .woocommerce{
  width:min(1050px,calc(100% - 30px));
  margin:34px auto 60px;
  font-family:"Open Sans",Arial,sans-serif;
}
.woocommerce-order-received .woocommerce-order{
  display:grid;
  gap:18px;
}
.woocommerce-order-received .woocommerce-notice--success{
  padding:16px 18px;
  border:1px solid #b7dfc5;
  border-radius:10px;
  background:#f2fbf5;
  color:#176b36;
  font-size:16px;
  font-weight:700;
}
.woocommerce-order-received ul.order_details{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0!important;
  padding:0!important;
}
.woocommerce-order-received ul.order_details li{
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:12px!important;
  border:1px solid #e2e8f0!important;
  border-radius:9px;
  background:#fff;
  font-size:11px;
}
.woocommerce-order-received ul.order_details li strong{
  display:block;
  margin-top:3px;
  font-size:13px;
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .wc-bacs-bank-details{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:18px;
}
@media(max-width:700px){
  .woocommerce-order-received ul.order_details{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:440px){
  .woocommerce-order-received ul.order_details{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   V3.4 — FICHA DE COMERCIO RESPONSIVE Y CENTRADA
   ========================================================= */

/* Nunca permitir que la ficha genere ancho extra u overflow lateral. */
.single-product,
.single-product main,
.single-product .wrap,
.single-product .layout,
.single-product .layout > section,
.single-product .guia-profile,
.single-product .guia-profile-info,
.single-product .guia-item-lower{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

.single-product{
  overflow-x:hidden!important;
}

.single-product .layout > section{
  width:100%!important;
  margin:0!important;
  padding:0!important;
}

/* Imagen: marco estable, siempre lleno y sin deformación. */
.single-product .guia-profile-photo{
  width:100%!important;
  max-width:360px!important;
  aspect-ratio:4 / 3!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0 auto!important;
  overflow:hidden!important;
  border-radius:14px!important;
  background:#eef2f6!important;
  border:1px solid #e1e6ed!important;
}

.single-product .guia-profile-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
}

/* Si no hay imagen, el placeholder ocupa exactamente el mismo marco. */
.single-product .guia-profile-photo .biz-placeholder{
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
}

/* Evitar que emails, URLs o direcciones largas empujen la ficha a la derecha. */
.single-product .guia-contact-main,
.single-product .guia-contact-main span,
.single-product .guia-contact-main a,
.single-product .guia-section,
.single-product .guia-section p{
  min-width:0!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}

/* Tablet */
@media(max-width:900px){
  .single-product .page{
    padding-top:20px!important;
  }

  .single-product .wrap.layout{
    display:block!important;
    width:calc(100% - 28px)!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:0!important;
  }

  .single-product .guia-profile{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:20px!important;
    width:100%!important;
  }

  .single-product .guia-profile-photo{
    max-width:520px!important;
    aspect-ratio:16 / 10!important;
  }

  /* En móvil/tablet la sidebar no debe desplazar ni ensuciar la ficha. */
  .single-product .sidebar{
    display:none!important;
  }
}

/* Móvil */
@media(max-width:600px){
  .single-product .page{
    padding:14px 0 30px!important;
  }

  .single-product .wrap.layout{
    width:calc(100% - 20px)!important;
    margin:0 auto!important;
  }

  .single-product .guia-item-breadcrumb{
    margin-bottom:14px!important;
    font-size:12px!important;
    line-height:1.45!important;
  }

  .single-product .guia-item-title{
    font-size:27px!important;
    line-height:1.18!important;
    margin-bottom:10px!important;
  }

  .single-product .guia-item-top{
    align-items:flex-start!important;
    gap:10px!important;
    flex-wrap:wrap!important;
  }

  .single-product .guia-profile{
    gap:16px!important;
  }

  .single-product .guia-profile-photo{
    width:100%!important;
    max-width:none!important;
    aspect-ratio:4 / 3!important;
    border-radius:12px!important;
  }

  .single-product .guia-contact-row{
    width:100%!important;
    grid-template-columns:26px minmax(0,1fr)!important;
    gap:9px!important;
    align-items:start!important;
    padding:11px 0!important;
  }

  .single-product .guia-contact-action{
    grid-column:2!important;
    justify-self:start!important;
    margin-top:5px!important;
  }

  .single-product .guia-contact-main b{
    font-size:12px!important;
  }

  .single-product .guia-contact-main span,
  .single-product .guia-contact-main a{
    font-size:14px!important;
    line-height:1.5!important;
  }

  .single-product .guia-item-lower{
    margin-top:20px!important;
  }

  .single-product .guia-section{
    margin-bottom:22px!important;
  }

  .single-product .guia-section h2{
    font-size:18px!important;
  }

  .single-product .guia-section p{
    font-size:14px!important;
    line-height:1.65!important;
  }

  .single-product .guia-osm-map{
    height:260px!important;
  }
}


/* =========================================================
   V3.5 — PUBLICAR EMPRESA PROFESIONAL
   PUBLICACIÓN BASE + COMPLEMENTOS OPCIONALES
   ========================================================= */

.guia-publish-page{
  background:#f4f7fb!important;
  padding:38px 0 70px!important;
}

.guia-publish-wrap{
  width:min(1240px,calc(100% - 32px))!important;
  margin:0 auto!important;
}

.guia-publish-shell,
.guia-publish-shell *{
  box-sizing:border-box;
}

.guia-publish-heading{
  max-width:760px!important;
  margin-bottom:26px!important;
}

.guia-publish-heading .guia-eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  min-height:26px!important;
  padding:5px 9px!important;
  border-radius:999px!important;
  background:#eaf2ff!important;
  color:#0b67e3!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.9px!important;
}

.guia-publish-heading h1{
  margin:10px 0 6px!important;
  color:#111827!important;
  font-size:36px!important;
  line-height:1.12!important;
  letter-spacing:-.7px!important;
}

.guia-publish-heading p{
  margin:0!important;
  color:#667085!important;
  font-size:15px!important;
  line-height:1.55!important;
}

.guia-publish-checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
  width:100%!important;
}

.guia-publish-left{
  display:grid!important;
  gap:18px!important;
}

.guia-publish-left,
.guia-publish-right{
  min-width:0!important;
  width:100%!important;
}

.guia-panel{
  width:100%!important;
  padding:22px!important;
  border:1px solid #e3e8ef!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(15,23,42,.055)!important;
}

.guia-order-panel{
  position:sticky!important;
  top:96px!important;
}

.guia-panel-head{
  display:flex!important;
  align-items:flex-start!important;
  gap:11px!important;
  margin-bottom:18px!important;
}

.guia-step{
  display:grid!important;
  place-items:center!important;
  flex:0 0 32px!important;
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
  background:#eaf2ff!important;
  color:#0b67e3!important;
  font-size:13px!important;
  font-weight:800!important;
}

.guia-panel-head h2{
  margin:0 0 2px!important;
  color:#111827!important;
  font-size:19px!important;
  line-height:1.25!important;
}

.guia-panel-head p{
  margin:0!important;
  color:#667085!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}

.guia-fields{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:13px!important;
}

.guia-fields .wide{
  grid-column:1/-1!important;
}

.guia-fields label{
  display:grid!important;
  gap:6px!important;
  min-width:0!important;
  color:#344054!important;
  font-size:13px!important;
  font-weight:700!important;
}

.guia-fields input,
.guia-fields select,
.guia-fields textarea{
  width:100%!important;
  min-width:0!important;
  min-height:44px!important;
  margin:0!important;
  padding:10px 11px!important;
  border:1px solid #d0d5dd!important;
  border-radius:9px!important;
  outline:none!important;
  background:#fff!important;
  color:#101828!important;
  box-shadow:none!important;
  font-size:14px!important;
  font-weight:500!important;
}

.guia-fields textarea{
  min-height:108px!important;
  resize:vertical!important;
}

.guia-fields input:focus,
.guia-fields select:focus,
.guia-fields textarea:focus{
  border-color:#7baaf0!important;
  box-shadow:0 0 0 3px rgba(11,103,227,.10)!important;
}

.guia-image-uploader{
  position:relative!important;
  min-height:132px!important;
  overflow:hidden!important;
  border:1.5px dashed #b9c6d8!important;
  border-radius:12px!important;
  background:#f8fafc!important;
}

.guia-image-uploader>input[type=file]{
  position:absolute!important;
  inset:0!important;
  z-index:4!important;
  width:100%!important;
  height:100%!important;
  opacity:0!important;
  cursor:pointer!important;
}

.guia-image-preview{
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:4px!important;
  min-height:132px!important;
  padding:15px!important;
  text-align:center!important;
}

.guia-image-preview img{
  width:auto!important;
  max-width:220px!important;
  height:auto!important;
  max-height:92px!important;
  object-fit:contain!important;
  border-radius:8px!important;
}

.guia-image-preview strong{
  color:#174686!important;
  font-size:14px!important;
}

.guia-image-preview span{
  color:#667085!important;
  font-size:11px!important;
}

.guia-image-status{
  position:absolute!important;
  right:10px!important;
  bottom:7px!important;
  z-index:5!important;
  color:#667085!important;
  font-size:10.5px!important;
}

.guia-purchase-section{
  padding-top:17px!important;
  margin-top:17px!important;
  border-top:1px solid #edf0f4!important;
}

.guia-base-section{
  padding-top:0!important;
  margin-top:0!important;
  border-top:0!important;
}

.guia-purchase-title{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:12px!important;
}

.guia-purchase-kicker{
  display:block!important;
  margin-bottom:2px!important;
  color:#0b67e3!important;
  font-size:9.5px!important;
  font-weight:800!important;
  letter-spacing:1px!important;
}

.guia-purchase-title h3,
.guia-payment-heading h3{
  margin:0!important;
  color:#111827!important;
  font-size:16px!important;
  line-height:1.3!important;
}

.guia-required-pill,
.guia-optional-pill{
  flex:0 0 auto!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  font-size:9.5px!important;
  font-weight:800!important;
}

.guia-required-pill{
  background:#eaf2ff!important;
  color:#0b67e3!important;
}

.guia-optional-pill{
  background:#f2f4f7!important;
  color:#667085!important;
}

.guia-duration-cards{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
}

.guia-duration-card{
  position:relative!important;
  min-width:0!important;
  cursor:pointer!important;
}

.guia-duration-card input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}

.guia-duration-card span{
  display:grid!important;
  place-items:center!important;
  min-height:92px!important;
  padding:10px 5px!important;
  border:1px solid #dfe4ea!important;
  border-radius:11px!important;
  background:#fff!important;
  text-align:center!important;
  transition:border-color .15s ease,background .15s ease,box-shadow .15s ease!important;
}

.guia-duration-card strong{
  color:#101828!important;
  font-size:20px!important;
  line-height:1!important;
}

.guia-duration-card small{
  margin-top:2px!important;
  color:#667085!important;
  font-size:10px!important;
}

.guia-duration-card b{
  margin-top:6px!important;
  color:#0b67e3!important;
  font-size:12.5px!important;
}

.guia-duration-card input:checked + span{
  border-color:#0b67e3!important;
  background:#f3f7ff!important;
  box-shadow:inset 0 0 0 1px #0b67e3!important;
}

.guia-addon-group{
  padding:13px!important;
  border:1px solid #e5e9ef!important;
  border-radius:12px!important;
  background:#fbfcfe!important;
}

.guia-addon-group + .guia-addon-group{
  margin-top:11px!important;
}

.guia-addon-heading{
  margin-bottom:9px!important;
}

.guia-addon-heading strong{
  display:block!important;
  color:#111827!important;
  font-size:13.5px!important;
}

.guia-addon-heading small{
  display:block!important;
  margin-top:1px!important;
  color:#667085!important;
  font-size:10.5px!important;
  line-height:1.4!important;
}

.guia-addon-options{
  display:grid!important;
  gap:7px!important;
}

.guia-addon-option{
  display:grid!important;
  grid-template-columns:18px minmax(0,1fr) auto!important;
  gap:8px!important;
  align-items:center!important;
  min-width:0!important;
  padding:9px 10px!important;
  border:1px solid #dfe4ea!important;
  border-radius:9px!important;
  background:#fff!important;
  cursor:pointer!important;
}

.guia-addon-option:has(input:checked){
  border-color:#0b67e3!important;
  background:#f3f7ff!important;
  box-shadow:inset 0 0 0 1px #0b67e3!important;
}

.guia-addon-option input{
  margin:0!important;
}

.guia-addon-copy{
  display:block!important;
  min-width:0!important;
}

.guia-addon-copy strong{
  display:block!important;
  color:#1d2939!important;
  font-size:12px!important;
  line-height:1.3!important;
}

.guia-addon-copy small{
  display:block!important;
  margin-top:1px!important;
  color:#667085!important;
  font-size:9.5px!important;
  line-height:1.35!important;
}

.guia-addon-price{
  white-space:nowrap!important;
  color:#0b67e3!important;
  font-size:11px!important;
}

.guia-banner-upload-wrap{
  margin-top:11px!important;
  padding-top:11px!important;
  border-top:1px solid #e4e7ec!important;
}

.guia-banner-upload-wrap[hidden]{
  display:none!important;
}

.guia-banner-upload-label{
  display:flex!important;
  align-items:baseline!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-bottom:8px!important;
}

.guia-banner-upload-label strong{
  color:#1d2939!important;
  font-size:12px!important;
}

.guia-banner-upload-label span{
  color:#667085!important;
  font-size:9.5px!important;
}

.guia-banner-uploader,
.guia-banner-uploader .guia-image-preview{
  min-height:112px!important;
}

.guia-total-professional{
  margin:17px 0 0!important;
  padding:15px 16px!important;
  border-radius:13px!important;
  background:linear-gradient(135deg,#0b67e3 0%,#084d9d 100%)!important;
  color:#fff!important;
}

.guia-total-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:6px!important;
}

.guia-total-row[hidden]{
  display:none!important;
}

.guia-total-row span,
.guia-total-row b{
  color:#fff!important;
  font-size:11px!important;
}

.guia-total-row span{
  opacity:.88!important;
}

.guia-total-divider{
  height:1px!important;
  margin:10px 0!important;
  background:rgba(255,255,255,.22)!important;
}

.guia-total-main{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
}

.guia-total-main span{
  color:#fff!important;
  font-size:12px!important;
  font-weight:700!important;
}

.guia-total-main strong{
  color:#fff!important;
  font-size:29px!important;
  line-height:1!important;
}

.guia-total-professional>small{
  display:block!important;
  margin-top:5px!important;
  color:#fff!important;
  opacity:.8!important;
  font-size:10px!important;
}

/* NO SE MUESTRA RESUMEN NATIVO DE LA ORDEN */
.guia-publish-shell .guia-payment-block,
.guia-publish-shell .woocommerce-checkout-review-order-table{
  display:none!important;
}

.guia-payment-professional{
  margin-top:17px!important;
  padding-top:17px!important;
  border-top:1px solid #edf0f4!important;
}

.guia-payment-heading{
  margin-bottom:10px!important;
}

/* WooCommerce funciona por debajo, pero visualmente queda integrado al diseño. */
.guia-payment-methods #payment{
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}

.guia-payment-methods #payment ul.payment_methods{
  display:grid!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  list-style:none!important;
}

.guia-payment-methods #payment ul.payment_methods>li{
  margin:0!important;
  padding:11px 12px!important;
  border:1px solid #dfe4ea!important;
  border-radius:10px!important;
  background:#fff!important;
  line-height:1.4!important;
}

.guia-payment-methods #payment ul.payment_methods>li:has(input:checked){
  border-color:#0b67e3!important;
  background:#f3f7ff!important;
  box-shadow:inset 0 0 0 1px #0b67e3!important;
}

.guia-payment-methods #payment ul.payment_methods li input{
  margin:0 7px 0 0!important;
  vertical-align:middle!important;
}

.guia-payment-methods #payment ul.payment_methods li label{
  color:#1d2939!important;
  font-size:12px!important;
  font-weight:700!important;
  cursor:pointer!important;
}

.guia-payment-methods #payment .payment_box{
  position:static!important;
  width:auto!important;
  margin:9px 0 0!important;
  padding:10px!important;
  border:0!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#475467!important;
  box-shadow:none!important;
  font-size:10.5px!important;
  line-height:1.5!important;
}

.guia-payment-methods #payment .payment_box:before{
  display:none!important;
}

.guia-payment-methods #payment .place-order{
  margin:12px 0 0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

.guia-payment-methods .woocommerce-privacy-policy-text{
  margin:0 0 10px!important;
  color:#667085!important;
  font-size:10px!important;
  line-height:1.5!important;
}

.guia-payment-methods #place_order{
  display:block!important;
  float:none!important;
  width:100%!important;
  min-height:50px!important;
  margin:0!important;
  padding:13px 18px!important;
  border:0!important;
  border-radius:10px!important;
  background:#0b67e3!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(11,103,227,.20)!important;
  font-family:"Open Sans",Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-transform:none!important;
  cursor:pointer!important;
}

.guia-payment-methods #place_order:hover{
  background:#0957c2!important;
}

.guia-payment-methods #place_order:disabled{
  opacity:.6!important;
  cursor:not-allowed!important;
}

@media(max-width:900px){
  .guia-publish-checkout{
    grid-template-columns:1fr!important;
    gap:18px!important;
  }

  .guia-order-panel{
    position:static!important;
  }
}

@media(max-width:620px){
  .guia-publish-page{
    padding:22px 0 46px!important;
  }

  .guia-publish-wrap{
    width:calc(100% - 18px)!important;
  }

  .guia-publish-heading h1{
    font-size:28px!important;
  }

  .guia-publish-heading p{
    font-size:13.5px!important;
  }

  .guia-panel{
    padding:16px!important;
    border-radius:13px!important;
  }

  .guia-fields{
    grid-template-columns:1fr!important;
  }

  .guia-fields .wide{
    grid-column:auto!important;
  }

  .guia-duration-cards{
    grid-template-columns:1fr 1fr!important;
  }

  .guia-addon-option{
    grid-template-columns:18px minmax(0,1fr)!important;
  }

  .guia-addon-price{
    grid-column:2!important;
    justify-self:start!important;
  }

  .guia-banner-upload-label{
    display:block!important;
  }

  .guia-banner-upload-label span{
    display:block!important;
    margin-top:2px!important;
  }

  .guia-total-main strong{
    font-size:26px!important;
  }
}


/* =========================================================
   V3.6 — CUENTAS, RECLAMOS Y PANEL FRONTAL
   ========================================================= */

.guia-item-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}

.guia-claim-business,
.guia-owner-edit{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:8px 12px!important;
  border-radius:8px!important;
  font-size:12px!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.guia-claim-business{
  border:1px solid #0b67e3!important;
  background:#0b67e3!important;
  color:#fff!important;
}

.guia-owner-edit{
  border:1px solid #cbd5e1!important;
  background:#fff!important;
  color:#0b67e3!important;
}

.guia-auth-shell,
.guia-account-shell,
.guia-account-edit{
  width:100%!important;
  min-width:0!important;
}

.guia-auth-intro,
.guia-account-head{
  margin-bottom:22px!important;
}

.guia-auth-intro h1,
.guia-account-head h1{
  margin:8px 0 5px!important;
  color:#111827!important;
  font-size:32px!important;
  line-height:1.15!important;
}

.guia-auth-intro p,
.guia-account-head p{
  margin:0!important;
  color:#667085!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.guia-auth-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:20px!important;
}

.guia-auth-card{
  padding:24px!important;
  border:1px solid #e3e8ef!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(15,23,42,.055)!important;
}

.guia-auth-card h2{
  margin:0 0 3px!important;
  color:#111827!important;
  font-size:20px!important;
}

.guia-auth-card>p{
  margin:0 0 16px!important;
  color:#667085!important;
  font-size:12.5px!important;
}

.guia-auth-form{
  display:grid!important;
  gap:12px!important;
}

.guia-auth-form label{
  display:grid!important;
  gap:5px!important;
  color:#344054!important;
  font-size:12.5px!important;
  font-weight:700!important;
}

.guia-auth-form input[type=text],
.guia-auth-form input[type=email],
.guia-auth-form input[type=password]{
  width:100%!important;
  min-height:45px!important;
  padding:10px 11px!important;
  border:1px solid #d0d5dd!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#101828!important;
  box-shadow:none!important;
  font-size:14px!important;
}

.guia-auth-form button{
  width:100%!important;
  min-height:47px!important;
  border:0!important;
  border-radius:9px!important;
  background:#0b67e3!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  cursor:pointer!important;
}

.guia-auth-check{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:center!important;
  gap:7px!important;
  font-weight:600!important;
}

.guia-auth-lost{
  text-align:center!important;
  color:#0b67e3!important;
  font-size:12px!important;
  font-weight:700!important;
}

.guia-auth-error,
.guia-account-message{
  margin:0 0 16px!important;
  padding:11px 13px!important;
  border:1px solid #f5c2c7!important;
  border-radius:9px!important;
  background:#fff5f5!important;
  color:#9f1c27!important;
  font-size:12.5px!important;
}

.guia-honeypot{
  position:absolute!important;
  left:-99999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.guia-account-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px!important;
}

.guia-account-head-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}

.guia-account-new,
.guia-account-logout,
.guia-account-back{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:9px 13px!important;
  border-radius:8px!important;
  font-size:12px!important;
  font-weight:800!important;
}

.guia-account-new{
  background:#0b67e3!important;
  color:#fff!important;
}

.guia-account-logout,
.guia-account-back{
  border:1px solid #d0d5dd!important;
  background:#fff!important;
  color:#344054!important;
}

.guia-account-list{
  display:grid!important;
  gap:14px!important;
}

.guia-account-card{
  padding:18px!important;
  border:1px solid #e3e8ef!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(15,23,42,.045)!important;
}

.guia-account-card-title{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
}

.guia-account-card-title h2{
  margin:0!important;
  color:#111827!important;
  font-size:18px!important;
}

.guia-account-card-title span{
  flex:0 0 auto!important;
  padding:5px 8px!important;
  border-radius:999px!important;
  font-size:10px!important;
  font-weight:800!important;
}

.guia-account-card-title .is-live{
  background:#ecfdf3!important;
  color:#027a48!important;
}

.guia-account-card-title .is-pending{
  background:#fff7e8!important;
  color:#a15c00!important;
}

.guia-account-meta{
  display:flex!important;
  gap:7px 14px!important;
  flex-wrap:wrap!important;
  margin-top:7px!important;
  color:#667085!important;
  font-size:11.5px!important;
}

.guia-account-actions{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:12px!important;
}

.guia-account-actions a,
.guia-featured-manager-actions a,
.guia-featured-manager-actions button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:7px 10px!important;
  border:1px solid #b9c9df!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#0b67e3!important;
  font-size:11px!important;
  font-weight:800!important;
  cursor:pointer!important;
}

.guia-account-disabled{
  color:#98a2b3!important;
  font-size:11.5px!important;
}

.guia-featured-manager{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-top:14px!important;
  padding-top:14px!important;
  border-top:1px solid #edf0f4!important;
}

.guia-featured-manager strong{
  display:block!important;
  color:#111827!important;
  font-size:12.5px!important;
}

.guia-featured-manager small{
  display:block!important;
  margin-top:2px!important;
  color:#667085!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}

.guia-featured-manager-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:7px!important;
  flex-wrap:wrap!important;
}

.guia-featured-manager-actions form{
  margin:0!important;
}

.guia-account-empty{
  padding:30px!important;
  border:1px dashed #cbd5e1!important;
  border-radius:14px!important;
  background:#fff!important;
  text-align:center!important;
}

.guia-account-empty h2{
  margin:0 0 5px!important;
  font-size:19px!important;
}

.guia-account-empty p{
  margin:0 0 14px!important;
  color:#667085!important;
  font-size:13px!important;
}

.guia-account-empty a{
  display:inline-flex!important;
  min-height:40px!important;
  align-items:center!important;
  padding:9px 14px!important;
  border-radius:8px!important;
  background:#0b67e3!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
}

.guia-account-edit-form{
  display:grid!important;
  gap:18px!important;
}

.guia-account-save{
  justify-self:start!important;
  min-height:46px!important;
  padding:10px 18px!important;
  border:0!important;
  border-radius:9px!important;
  background:#0b67e3!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:800!important;
  cursor:pointer!important;
}

.guia-featured-purchase-shell{
  max-width:760px!important;
  margin:0 auto!important;
}

.guia-featured-checkout{
  display:block!important;
}

.guia-featured-purchase-panel{
  width:100%!important;
}

.guia-thankyou-account{
  margin-top:9px!important;
}

.guia-thankyou-account a{
  color:#0b67e3!important;
  font-weight:800!important;
}

@media(max-width:760px){
  .guia-auth-grid{
    grid-template-columns:1fr!important;
  }

  .guia-account-head,
  .guia-featured-manager{
    display:block!important;
  }

  .guia-account-head-actions,
  .guia-featured-manager-actions{
    justify-content:flex-start!important;
    margin-top:12px!important;
  }

  .guia-item-top{
    align-items:flex-start!important;
  }

  .guia-item-actions{
    justify-content:flex-start!important;
  }
}

@media(max-width:520px){
  .guia-auth-card,
  .guia-account-card{
    padding:15px!important;
  }

  .guia-auth-intro h1,
  .guia-account-head h1{
    font-size:26px!important;
  }

  .guia-account-card-title{
    align-items:flex-start!important;
    flex-direction:column!important;
  }

  .guia-claim-business,
  .guia-owner-edit,
  .guia-share{
    width:100%!important;
  }

  .guia-item-actions{
    width:100%!important;
  }
}


/* =========================================================
   V3.7 — PUBLICAR: MÓVIL, BANNER 300×250 Y LEGIBILIDAD
   ========================================================= */

/* Botón Publicar siempre disponible en el header móvil. */
.guia-mobile-publish{
  display:none!important;
}

/* Estructura resistente: dos mitades cuando existen ambas.
   Si una falta, la otra ocupa automáticamente todo el ancho. */
.guia-publish-checkout{
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:24px!important;
  width:100%!important;
}

.guia-publish-checkout > .guia-publish-left,
.guia-publish-checkout > .guia-publish-right{
  flex:1 1 0!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
}

/* Tipografía realmente legible en publicación y pago. */
.guia-publish-shell{
  font-size:16px!important;
}

.guia-publish-heading .guia-eyebrow,
.guia-purchase-kicker{
  font-size:13px!important;
}

.guia-publish-heading h1{
  font-size:38px!important;
}

.guia-publish-heading p{
  font-size:17px!important;
  line-height:1.6!important;
}

.guia-panel-head h2{
  font-size:22px!important;
}

.guia-panel-head p{
  font-size:15px!important;
  line-height:1.55!important;
}

.guia-fields label{
  font-size:15px!important;
}

.guia-fields input,
.guia-fields select,
.guia-fields textarea{
  min-height:48px!important;
  font-size:16px!important;
  line-height:1.45!important;
}

.guia-fields textarea{
  min-height:120px!important;
}

.guia-purchase-title h3,
.guia-payment-heading h3{
  font-size:19px!important;
}

.guia-required-pill,
.guia-optional-pill{
  font-size:12px!important;
}

.guia-duration-card span{
  min-height:108px!important;
}

.guia-duration-card strong{
  font-size:25px!important;
}

.guia-duration-card small{
  font-size:13px!important;
}

.guia-duration-card b{
  font-size:16px!important;
}

.guia-addon-heading strong{
  font-size:16px!important;
}

.guia-addon-heading small{
  font-size:14px!important;
}

.guia-addon-copy strong{
  font-size:15px!important;
}

.guia-addon-copy small{
  font-size:13px!important;
}

.guia-addon-price{
  font-size:15px!important;
}

.guia-banner-upload-label strong{
  font-size:15px!important;
}

.guia-banner-upload-label span{
  font-size:13px!important;
}

.guia-image-preview strong{
  font-size:16px!important;
}

.guia-image-preview span{
  font-size:13px!important;
}

.guia-image-status{
  position:static!important;
  display:block!important;
  padding:0 12px 10px!important;
  color:#b42318!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.45!important;
}

.guia-total-row span,
.guia-total-row b{
  font-size:14px!important;
}

.guia-total-main span{
  font-size:16px!important;
}

.guia-total-main strong{
  font-size:34px!important;
}

.guia-total-professional > small{
  font-size:13px!important;
}

.guia-payment-methods #payment ul.payment_methods > li{
  padding:14px!important;
}

.guia-payment-methods #payment ul.payment_methods li label{
  font-size:16px!important;
  line-height:1.5!important;
}

.guia-payment-methods #payment .payment_box{
  font-size:14px!important;
  line-height:1.6!important;
}

.guia-payment-methods .woocommerce-privacy-policy-text{
  font-size:13px!important;
  line-height:1.6!important;
}

.guia-payment-methods #place_order{
  min-height:56px!important;
  padding:15px 20px!important;
  font-size:18px!important;
  font-weight:800!important;
}

/* La advertencia de tamaño del banner debe verse claramente. */
.guia-banner-upload-wrap .guia-image-uploader{
  border-width:2px!important;
}

.guia-banner-upload-wrap .guia-banner-upload-label span{
  color:#b42318!important;
  font-weight:700!important;
}

/* Tablet y móvil: una única columna real, no una grilla heredada. */
@media(max-width:900px){
  .guia-publish-checkout{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
  }

  .guia-publish-checkout > .guia-publish-left,
  .guia-publish-checkout > .guia-publish-right{
    flex:0 0 auto!important;
    width:100%!important;
    max-width:100%!important;
  }

  .guia-order-panel{
    position:static!important;
  }
}

@media(max-width:720px){
  .header-in{
    position:relative!important;
    gap:10px!important;
  }

  .guia-mobile-publish{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;
    min-height:40px!important;
    padding:9px 13px!important;
    border-radius:8px!important;
    background:#0b67e3!important;
    color:#fff!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
  }
}

@media(max-width:620px){
  .guia-publish-wrap{
    width:calc(100% - 18px)!important;
  }

  .guia-publish-heading h1{
    font-size:31px!important;
  }

  .guia-publish-heading p{
    font-size:16px!important;
  }

  .guia-panel{
    padding:17px!important;
  }

  .guia-panel-head h2{
    font-size:20px!important;
  }

  .guia-panel-head p{
    font-size:14px!important;
  }

  .guia-fields label{
    font-size:14px!important;
  }

  .guia-fields input,
  .guia-fields select,
  .guia-fields textarea{
    font-size:16px!important;
  }

  .guia-duration-cards{
    grid-template-columns:1fr 1fr!important;
  }

  .guia-payment-methods #payment ul.payment_methods li label{
    font-size:15px!important;
  }

  .guia-payment-methods #place_order{
    min-height:58px!important;
    font-size:18px!important;
  }
}

@media(max-width:420px){
  .logo-directo{
    min-width:0!important;
    flex:1 1 auto!important;
  }

  .logo-directo img,
  .custom-logo{
    max-width:170px!important;
    height:auto!important;
  }

  .guia-mobile-publish{
    padding:9px 11px!important;
    font-size:13px!important;
  }

  .guia-duration-cards{
    grid-template-columns:1fr!important;
  }
}


/* =========================================================
   V3.9 — LEGIBILIDAD GENERAL + RECUPERACIÓN DE ACCESO
   ========================================================= */

/* Regla general: interfaces de gestión nunca por debajo de 14px. */
.guia-auth-shell,
.guia-account-shell,
.guia-account-edit,
.guia-recovery-shell,
.guia-publish-shell{
  font-size:16px!important;
  line-height:1.6!important;
}

.guia-auth-shell p,
.guia-account-shell p,
.guia-account-edit p,
.guia-recovery-shell p{
  font-size:16px!important;
  line-height:1.65!important;
}

.guia-auth-intro h1,
.guia-account-head h1,
.guia-recovery-head h1{
  font-size:34px!important;
  line-height:1.18!important;
}

.guia-auth-intro p,
.guia-account-head p,
.guia-recovery-head p{
  font-size:17px!important;
}

.guia-auth-card h2,
.guia-account-card-title h2,
.guia-account-edit h2{
  font-size:21px!important;
}

.guia-auth-card>p{
  font-size:15px!important;
}

.guia-auth-form label,
.guia-recovery-form label{
  font-size:15px!important;
}

.guia-auth-form input[type=text],
.guia-auth-form input[type=email],
.guia-auth-form input[type=password],
.guia-recovery-form input[type=text]{
  min-height:50px!important;
  font-size:16px!important;
}

.guia-auth-form button,
.guia-recovery-form button{
  min-height:50px!important;
  font-size:16px!important;
}

.guia-auth-check,
.guia-auth-lost,
.guia-recovery-back{
  font-size:14px!important;
}

.guia-account-card-title span{
  font-size:13px!important;
}

.guia-account-meta{
  font-size:15px!important;
  line-height:1.55!important;
}

.guia-account-actions a,
.guia-featured-manager-actions a,
.guia-featured-manager-actions button{
  min-height:42px!important;
  padding:9px 13px!important;
  font-size:14px!important;
}

.guia-account-disabled{
  font-size:14px!important;
}

.guia-featured-manager strong{
  font-size:16px!important;
}

.guia-featured-manager small{
  font-size:14px!important;
  line-height:1.55!important;
}

.guia-account-empty h2{
  font-size:22px!important;
}

.guia-account-empty p{
  font-size:16px!important;
}

.guia-account-empty a,
.guia-account-new,
.guia-account-logout,
.guia-account-back,
.guia-account-save{
  min-height:44px!important;
  font-size:15px!important;
}

.guia-auth-error,
.guia-account-message{
  font-size:15px!important;
  line-height:1.55!important;
}

/* Recuperación frontal */
.guia-recovery-shell{
  max-width:720px!important;
  margin:0 auto!important;
}

.guia-recovery-head{
  margin-bottom:20px!important;
}

.guia-recovery-head h1{
  margin:8px 0 7px!important;
  color:#111827!important;
}

.guia-recovery-head p{
  margin:0!important;
  color:#667085!important;
}

.guia-recovery-card{
  padding:26px!important;
  border:1px solid #e3e8ef!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(15,23,42,.055)!important;
}

.guia-recovery-card>h1{
  margin:0 0 8px!important;
  font-size:26px!important;
}

.guia-recovery-form{
  display:grid!important;
  gap:14px!important;
}

.guia-recovery-form label{
  display:grid!important;
  gap:6px!important;
  color:#344054!important;
  font-weight:700!important;
}

.guia-recovery-form input[type=text]{
  width:100%!important;
  padding:11px 12px!important;
  border:1px solid #d0d5dd!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#101828!important;
  box-shadow:none!important;
}

.guia-recovery-form input[type=text]:focus{
  border-color:#7baaf0!important;
  box-shadow:0 0 0 3px rgba(11,103,227,.10)!important;
  outline:none!important;
}

.guia-recovery-form button{
  width:100%!important;
  border:0!important;
  border-radius:9px!important;
  background:#0b67e3!important;
  color:#fff!important;
  font-weight:800!important;
  cursor:pointer!important;
}

.guia-recovery-success,
.guia-recovery-error{
  margin:0 0 16px!important;
  padding:12px 14px!important;
  border-radius:9px!important;
  font-size:15px!important;
  line-height:1.55!important;
}

.guia-recovery-success{
  border:1px solid #b7dfc5!important;
  background:#f2fbf5!important;
  color:#176b36!important;
}

.guia-recovery-error{
  border:1px solid #f5c2c7!important;
  background:#fff5f5!important;
  color:#9f1c27!important;
}

.guia-recovery-help{
  margin-top:18px!important;
  padding:14px!important;
  border:1px solid #e4e8ef!important;
  border-radius:10px!important;
  background:#f8fafc!important;
}

.guia-recovery-help strong{
  display:block!important;
  margin-bottom:3px!important;
  font-size:16px!important;
}

.guia-recovery-help p{
  margin:0!important;
  font-size:15px!important;
  color:#667085!important;
}

.guia-recovery-back{
  display:inline-block!important;
  margin-top:16px!important;
  color:#0b67e3!important;
  font-weight:700!important;
}

.guia-recovery-primary{
  display:inline-flex!important;
  align-items:center!important;
  min-height:44px!important;
  padding:9px 14px!important;
  border-radius:8px!important;
  background:#0b67e3!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
}

@media(max-width:620px){
  .guia-auth-intro h1,
  .guia-account-head h1,
  .guia-recovery-head h1{
    font-size:29px!important;
  }

  .guia-auth-intro p,
  .guia-account-head p,
  .guia-recovery-head p{
    font-size:16px!important;
  }

  .guia-recovery-card{
    padding:18px!important;
  }

  .guia-account-card-title h2{
    font-size:20px!important;
  }

  .guia-account-meta{
    font-size:14px!important;
  }
}


/* =========================================================
   V5.1 — ULTRALIVIANA
   ========================================================= */

/* Placeholder profesional sin archivos ni miniaturas */
.guia-smart-placeholder{
  width:100%;
  height:100%;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:6px;
  padding:18px;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(135deg,#0757c7 0%,#0b67e3 58%,#084b9e 100%);
}

.guia-smart-placeholder-brand{
  font-size:11px;
  letter-spacing:.09em;
  font-weight:900;
  opacity:.94;
}

.guia-smart-placeholder-mark{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#fff;
  color:#0757c7;
  font-size:19px;
  font-weight:900;
}

.guia-smart-placeholder-name{
  max-width:100%;
  font-size:17px;
  line-height:1.15;
  font-weight:900;
}

.guia-smart-placeholder-category{
  font-size:12px;
  font-weight:800;
}

.guia-smart-placeholder-location{
  font-size:12px;
  line-height:1.35;
  opacity:.9;
}

.guia-smart-placeholder-profile{
  min-height:330px;
  padding:26px;
}

.guia-smart-placeholder-profile .guia-smart-placeholder-mark{
  width:70px;
  height:70px;
  font-size:27px;
  border-radius:18px;
}

.guia-smart-placeholder-profile .guia-smart-placeholder-name{
  font-size:24px;
}

.guia-smart-placeholder-profile .guia-smart-placeholder-category{
  font-size:15px;
}

.guia-smart-placeholder-profile .guia-smart-placeholder-location{
  font-size:14px;
}

/* Carrusel CSS puro: cero JavaScript y cero AJAX */
.guia-featured-light{
  grid-column:1/-1;
  width:100%;
  min-width:0;
  margin:8px 0 18px;
  padding-top:18px;
  border-top:1px solid var(--line);
}

.guia-featured-light:first-child{
  border-top:0;
  padding-top:0;
}

.guia-featured-light-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:14px;
  margin-bottom:13px;
}

.guia-featured-light-head h2{
  margin:0 0 4px;
  font-size:21px;
  line-height:1.25;
}

.guia-featured-light-head p{
  margin:0;
  font-size:14px;
  line-height:1.5;
  color:var(--muted);
}

.guia-featured-light-pages{
  display:flex;
  gap:7px;
  flex:0 0 auto;
}

.guia-featured-light-pages a{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid #c7d6ef;
  border-radius:50%;
  background:#fff;
  color:var(--blue);
  font-size:26px;
  font-weight:800;
}

.guia-featured-light-viewport{
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  scrollbar-width:thin;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
}

.guia-featured-light-track{
  display:flex;
  gap:14px;
  width:max-content;
  min-width:100%;
  align-items:stretch;
}

.guia-featured-light-slide{
  display:flex;
  flex:0 0 calc((100% - 42px)/4);
  min-width:0;
  scroll-snap-align:start;
}

.guia-featured-light-slide .biz-card{
  width:100%;
}

/* No se muestran valoraciones inventadas */
.biz-stars{display:none!important}

@media(max-width:1180px){
  .guia-featured-light-slide{flex-basis:calc((100% - 28px)/3)}
}

@media(max-width:900px){
  .guia-featured-light-slide{flex-basis:calc((100% - 14px)/2)}
}

@media(max-width:620px){
  .guia-featured-light-slide{flex-basis:100%}
  .guia-featured-light-head h2{font-size:20px}
  .guia-featured-light-head p{font-size:14px}
  .guia-smart-placeholder-profile{min-height:270px}
}


/* V5.2 — paginación estable del directorio */
.pager{
  align-items:center;
}
.pager-status{
  border:0!important;
  background:transparent!important;
  color:#667085!important;
  font-size:13px!important;
  font-weight:700!important;
}


/* =========================================================
   V5.3 — BANNERS AUTOMÁTICOS POR ALCANCE
   ========================================================= */
.guia-banner-slot{
  width:300px;
  max-width:100%;
  margin:0 auto 20px;
}

.guia-banners{
  position:relative;
  width:300px;
  max-width:100%;
  aspect-ratio:6/5;
  margin:0 auto;
  overflow:hidden;
  border-radius:10px;
  background:#eef3f9;
  box-shadow:0 5px 18px rgba(17,35,68,.09);
}

.guia-banner-item{
  position:absolute;
  inset:0;
  display:block!important;
  width:100%;
  height:100%;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .45s ease,visibility .45s ease;
}

.guia-banner-item.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.guia-banner-item a{
  display:block;
  width:100%;
  height:100%;
}

.guia-banner-item img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px;
}

.guia-banner-target-wrap{
  margin:14px 0;
  padding:14px;
  border:1px solid #d9e3f0;
  border-radius:10px;
  background:#f7faff;
}

.guia-banner-target-wrap label{
  display:grid;
  gap:4px;
  margin-bottom:9px;
}

.guia-banner-target-wrap label strong{
  font-size:15px;
}

.guia-banner-target-wrap label span{
  font-size:13px;
  color:#667085;
  line-height:1.45;
}

.guia-banner-target-wrap select{
  width:100%;
  min-height:44px;
  padding:10px 12px;
  border:1px solid #c9d4e2;
  border-radius:8px;
  background:#fff;
  font-size:16px;
}

@media(prefers-reduced-motion:reduce){
  .guia-banner-item{
    transition:none;
  }
}


/* V5.4 — un banner por carga; sin rotación automática */
.guia-banner-item{
  transition:none!important;
}

/* V5.9 - ayuda sobre correo permitido en el registro */
.guia-auth-email-help{
  margin:-6px 0 2px;
  color:#667085;
  font-size:13px;
  line-height:1.45;
}


/* =========================================================
   V6.0 — NAVEGACIÓN SEO LOCAL
   ========================================================= */
.guia-seo-copy,
.guia-seo-links{
  margin:28px 0 0;
  padding:22px;
  border:1px solid #e1e6ee;
  border-radius:12px;
  background:#fff;
}

.guia-seo-copy h2,
.guia-seo-links h2{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.25;
}

.guia-seo-copy p{
  margin:0;
  color:#4b5565;
  font-size:16px;
  line-height:1.65;
}

.guia-seo-links-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px 12px;
}

.guia-seo-links-grid a{
  display:block;
  padding:9px 11px;
  border-radius:8px;
  background:#f5f7fa;
  color:#163c73;
  font-size:14px;
  font-weight:700;
  line-height:1.35;
  text-decoration:none;
}

.guia-seo-links-grid a:hover{
  background:#eef3f9;
  text-decoration:underline;
}

@media(max-width:900px){
  .guia-seo-links-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:600px){
  .guia-seo-copy,
  .guia-seo-links{
    padding:17px;
  }

  .guia-seo-copy h2,
  .guia-seo-links h2{
    font-size:21px;
  }

  .guia-seo-links-grid{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V6.1 — DESTACADOS SIN DESPLAZAMIENTO HORIZONTAL EN MÓVIL
   En teléfonos los destacados nacionales/locales dejan de ser
   un carrusel lateral. Se muestran como una lista vertical fija.
   ========================================================= */
@media(max-width:767px){

  .guia-featured-light{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
  }

  .guia-featured-light-head{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    align-items:flex-start!important;
    flex-wrap:wrap!important;
    box-sizing:border-box!important;
  }

  .guia-featured-light-head > div:first-child{
    flex:1 1 220px!important;
    min-width:0!important;
    max-width:100%!important;
  }

  .guia-featured-light-pages{
    max-width:100%!important;
    flex:0 0 auto!important;
  }

  .guia-featured-light-viewport{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
    overflow-y:visible!important;
    scroll-snap-type:none!important;
    -webkit-overflow-scrolling:auto!important;
    overscroll-behavior-x:none!important;
    touch-action:pan-y!important;
    box-sizing:border-box!important;
  }

  .guia-featured-light-track{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    transform:none!important;
  }

  .guia-featured-light-slide{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex:none!important;
    scroll-snap-align:none!important;
    box-sizing:border-box!important;
    transform:none!important;
  }

  .guia-featured-light-slide .biz-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    transform:none!important;
    box-sizing:border-box!important;
  }

  .guia-featured-light-slide .biz-card:hover,
  .guia-featured-light-slide .biz-card:focus-within{
    transform:none!important;
  }
}
