.venue-toolbar { display:flex; align-items:center; justify-content:space-between; gap:14px; margin:0 0 18px; padding:14px 18px; border:1px solid var(--line); border-radius:14px; background:white; }
.venue-toolbar strong { display:block; font-size:15px; overflow-wrap:anywhere; }
.venue-toolbar span, .venue-history-note, .saved-venue { font-size:13px; color:var(--muted); }
.venue-history-note { margin:0 0 16px; }
.venue-history-note:empty { display:none; }
.saved-venue { margin-top:7px; }
.venue-dialog { width:min(540px,calc(100% - 24px)); max-height:calc(100dvh - 32px); overflow:auto; border:1px solid var(--line); border-radius:20px; padding:28px; color:var(--ink); box-shadow:0 24px 80px #10243c33; }
.venue-dialog::backdrop { background:#10243c80; }
.venue-dialog [hidden] { display:none !important; }
.venue-dialog .venue-logo { width:138px; height:51px; object-fit:contain; margin-bottom:20px; }
.venue-dialog h2 { font-size:25px; line-height:1.2; margin:0 0 14px; }
.venue-dialog p { line-height:1.6; color:#526477; }
.venue-dialog label { display:block; font-weight:650; margin:20px 0 8px; }
.venue-dialog select { width:100%; min-height:48px; }
.venue-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:22px; }
.venue-actions .btn { min-height:48px; white-space:normal; }
.venue-dialog .btn.primary { background:#0876bd; }
.venue-dialog #venueError { color:#b42318; margin:16px 0; }
.venue-dialog #venueError:empty { display:none; }
.venue-dialog :focus-visible, .venue-toolbar :focus-visible { outline:3px solid #0876bd; outline-offset:3px; }
@media(max-width:480px) { .venue-dialog { padding:22px; } .venue-actions { flex-direction:column; } .venue-toolbar { align-items:flex-start; } .venue-toolbar .btn { font-size:13px; padding:10px; } }
