/* Guía Gourmet v1.1 — refinamientos visuales, logos destacados y geolocalización */

.gg10-logo-card{flex:0 0 150px;min-height:154px;padding:12px;gap:7px}
.gg10-logo-card img{width:88px;height:88px;object-fit:cover;border-radius:50%;display:block}
.gg10-logo-card strong{font-size:15px;line-height:1.12}
.gg10-logo-card small{font-size:11.5px}

.gg10-lifestyle{padding:12px 0 18px;background:#fff}
.gg11-lifestyle-card{position:relative;min-height:230px;border-radius:12px;overflow:hidden;background-size:cover;background-position:center;box-shadow:var(--gg10-shadow)}
.gg11-lifestyle-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(31,10,16,.76),rgba(53,19,27,.46) 48%,rgba(31,10,16,.72)),linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.24))}
.gg11-lifestyle-copy{position:relative;z-index:1;min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:28px}
.gg11-lifestyle-copy span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#dce8ae;margin-bottom:10px}
.gg11-lifestyle-copy h2{max-width:760px;font-size:clamp(30px,4.4vw,54px);line-height:1.02;letter-spacing:-.045em}
.gg11-lifestyle-copy h2::after{content:"";display:block;width:72px;height:5px;border-radius:3px;background:var(--gg10-olive);margin:18px auto 0}

.gg11-nearby-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.gg11-location-button{border:1px solid #c9d2a2;background:var(--gg10-olive-soft);color:#5b6c27;min-height:38px;padding:0 13px;border-radius:8px;font-weight:800;font-size:12px;cursor:pointer}
.gg11-location-button:hover{background:#e7edce}
.gg11-location-button:disabled{opacity:.65;cursor:default}
.gg11-location-status{margin:-8px 0 16px;color:var(--gg10-muted);font-size:12px}
.gg11-location-status.is-ok{color:#5b6c27}
.gg11-location-status.is-error{color:var(--gg10-burgundy)}

@media(max-width:819px){
  .gg10-logo-card{flex-basis:116px;min-height:124px;padding:9px}
  .gg10-logo-card img{width:66px;height:66px}
  .gg10-logo-card strong{font-size:13px}
  .gg10-logo-card small{font-size:10.5px}
  .gg11-lifestyle-card,.gg11-lifestyle-copy{min-height:190px}
  .gg11-lifestyle-copy{padding:22px 18px}
  .gg11-lifestyle-copy span{font-size:10.5px}
  .gg11-lifestyle-copy h2{font-size:30px}
  .gg11-nearby-actions{width:100%;justify-content:space-between;margin-top:8px}
  .gg11-location-button{min-height:36px}
  .gg11-location-status{margin:-4px 0 14px;font-size:11.5px}
}
.gg10-logo-card{min-height:126px;justify-content:center}
.gg10-logo-card img{width:96px;height:96px}
@media(max-width:819px){.gg10-logo-card{min-height:104px}.gg10-logo-card img{width:76px;height:76px}}
