/* MatchdayHotels V11.0.27.4 - Ground Essentials + full-width supporter culture */
.mdh-v1127-enrichment{
  margin:20px 0;
  padding:18px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(18,29,37,.98),rgba(11,21,28,.98));
  box-shadow:0 10px 28px rgba(0,0,0,.16);
  color:#eef4f7;
}
.mdh-v1127-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.mdh-v1127-heading h2{margin:3px 0 0;font-size:clamp(1.12rem,2.4vw,1.55rem);line-height:1.15;color:#fff}
.mdh-v1127-kicker{display:block;font-size:.7rem;font-weight:900;letter-spacing:.12em;color:#b9c7cf}
.mdh-v1127-no-score{flex:0 0 auto;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:6px 9px;font-size:.67rem;font-weight:800;color:#cbd7dd;background:rgba(255,255,255,.035)}
.mdh-v1127-essential-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mdh-v1127-essential-card{min-width:0;padding:13px 14px;border:1px solid rgba(255,255,255,.105);border-radius:13px;background:rgba(255,255,255,.035)}
.mdh-v1127-card-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px;color:#fff;font-size:.82rem;font-weight:900}
.mdh-v1127-essential-card p,.mdh-v1127-culture-grid p{margin:0;color:#c6d2d9;font-size:.85rem;line-height:1.52}
.mdh-v1127-live-chip{display:inline-flex;flex:0 0 auto;border-radius:999px;padding:4px 6px;background:rgba(255,190,80,.11);border:1px solid rgba(255,190,80,.35);color:#ffd08a;font-size:.55rem;letter-spacing:.05em;font-weight:900}
.mdh-v1127-rivalry{display:flex;gap:10px;align-items:center;margin:0 0 12px;padding:10px 12px;border-left:3px solid currentColor;border-radius:9px;background:rgba(255,255,255,.04)}
.mdh-v1127-rivalry strong{color:#fff;white-space:nowrap}.mdh-v1127-rivalry span{color:#c6d2d9;font-size:.82rem}
.mdh-v1127-worth-knowing{margin-top:12px;padding:12px 13px;border:1px dashed rgba(255,255,255,.16);border-radius:12px;background:rgba(0,0,0,.09)}
.mdh-v1127-worth-knowing>strong{display:block;margin-bottom:8px;font-size:.78rem;color:#fff}
.mdh-v1127-worth-knowing>div{display:flex;flex-wrap:wrap;gap:7px}.mdh-v1127-worth-knowing span{border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.07);font-size:.72rem;font-weight:700;color:#dce5e9}
.mdh-v1127-operational-note,.mdh-v1127-culture-note{margin:12px 0 0;padding-top:11px;border-top:1px solid rgba(255,255,255,.09);color:#9fb0b9;font-size:.72rem;line-height:1.45}
.mdh-v1127-operational-note strong{color:#d9e2e6}
.mdh-v1127-sources{margin-top:10px;color:#9fb0b9;font-size:.72rem}.mdh-v1127-sources summary{cursor:pointer;font-weight:800;color:#c4d0d6}.mdh-v1127-sources p{margin:7px 0 0;line-height:1.45}
.mdh-v1127-culture-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mdh-v1127-culture-grid article{padding:12px 13px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.03)}.mdh-v1127-culture-grid strong{display:block;margin-bottom:6px;color:#fff;font-size:.8rem}
.mdh-v1127-external-note{margin:10px 0 0;padding-top:9px;border-top:1px solid rgba(255,255,255,.09);color:#98a9b2;font-size:.67rem;line-height:1.4}.mdh-v1127-external-note strong{color:#b9c7cf}
.mdh-v1127-media{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px;padding:10px 11px;border:1px solid rgba(255,255,255,.1);border-radius:11px;background:rgba(255,255,255,.03)}
.mdh-v1127-media-copy{display:grid;gap:2px}.mdh-v1127-media-copy strong{font-size:.78rem;color:#fff}.mdh-v1127-media-copy span{font-size:.67rem;color:#98a9b2}.mdh-v1127-load-media{appearance:none;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.07);color:#fff;padding:8px 10px;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}.mdh-v1127-load-media:hover{background:rgba(255,255,255,.11)}
.mdh-v1127-media-grid{display:grid;gap:10px;width:100%}

/* V11.0.27.4: the culture panel is a page-level section, never a sidebar/grid utility card. */
.mdh-v1127-culture{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  grid-column:1 / -1 !important;
  flex:0 0 100% !important;
  align-self:stretch !important;
  clear:both;
}
.mdh-v1127-culture-grid{width:100%;min-width:0}

@media(max-width:720px){.mdh-v1127-enrichment{padding:14px;border-radius:15px}.mdh-v1127-essential-grid,.mdh-v1127-culture-grid{grid-template-columns:1fr}.mdh-v1127-heading{display:grid}.mdh-v1127-no-score{justify-self:start}.mdh-v1127-card-title{align-items:flex-start}.mdh-v1127-rivalry{display:grid}.mdh-v1127-media{align-items:stretch;flex-direction:column}.mdh-v1127-load-media{width:100%}}
