:root { --ink: #1d1f21; --muted: #6b7075; --line: #e3e5e8; --hi: #d14a2b; --bg: #ffffff; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--ink);
       font: 16px/1.65 "Helvetica Neue", Arial, sans-serif; }
.wrap { max-width: 800px; margin: 0 auto; padding: 0 22px; }
header { background: #1d1f21; color: #fff; padding: 26px 0; }
header .wrap { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; }
h1 { margin: 0; font-size: 22px; letter-spacing: .06em; text-transform: uppercase; }
.hours { color: #a9b0b6; font-size: 14px; }
.banner { background: #fdf1ee; border-bottom: 1px solid #f5d9d1; color: #8a3620;
          font-size: 15px; padding: 12px 0; }
h2 { font-size: 19px; margin: 34px 0 12px; }
p { margin: 0 0 14px; }
table { width: 100%; border-collapse: collapse; font-size: 15px; margin-bottom: 8px; }
th, td { padding: 10px 8px; border-bottom: 1px solid var(--line); text-align: left; }
td:last-child, th:last-child { text-align: right; white-space: nowrap; }
th { font-size: 12px; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); }
.note { color: var(--muted); font-size: 14px; }
.flag { color: var(--hi); font-weight: 600; }
footer { border-top: 1px solid var(--line); margin-top: 36px; padding: 22px 0 44px;
         color: var(--muted); font-size: 14px; }

/* Illustrations scale down rather than overflowing a phone. */
.figure { display: block; width: 100%; height: auto; margin: 18px 0 24px; border-radius: 6px; }
