/* Visit restrictions stay visible before readers plan a trip. */
.visit-alert{margin:1.25rem 0;padding:1rem 1.15rem;border-left:4px solid #9c6831;background:#fff4e6;border-radius:7px;color:#563b23}
.visit-alert p{margin:.5rem 0 0;line-height:1.75;font-size:.95rem}
.visit-alert-compact{padding:.75rem 1rem;font-size:13px}
.visit-status{font-size:.86rem;color:var(--muted)}

.building-photo,.card-photo{margin:0 0 22px}
.building-photo img,.card-photo img{display:block;width:100%;height:auto;border-radius:9px;background:var(--soft)}
.building-photo figcaption,.card-photo figcaption{font-size:11px;color:var(--muted);line-height:1.65;margin-top:7px;overflow-wrap:anywhere}
.card-photo{margin-bottom:12px}
.card-photo img{max-height:190px;object-fit:contain}
.card-photo figcaption{font-size:10px}

.fact-note{font-size:13px;line-height:1.8;color:var(--muted);margin:-8px 0 22px;padding-left:12px;border-left:2px solid var(--line)}
.fact-note+.fact-note{margin-top:0}

@media(max-width:760px){
  .card-photo img{max-height:210px}
}
