/* Golf Pool ARCHIVE — 2026 U.S. Open (/usopen2026). Builds on css/styles.css +
   css/golfpool1.css (the page reuses their class names); only the archive-specific
   bits live here. */

/* "ARCHIVED — FINAL RESULT" banner */
.gp-archive-banner { padding: 14px 16px; background: var(--golf-tint); border: 1px solid #d4e6d8;
  border-left: 5px solid var(--gold, #c8a24a); border-radius: 12px; }
.gp-archive-tag { display: inline-block; margin-bottom: 8px; padding: 3px 10px; border-radius: 999px;
  background: var(--golf); color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.gp-archive-event { font-weight: 800; font-size: 1rem; color: var(--ink); line-height: 1.35; }
.gp-archive-winner { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 8px; font-size: 1.1rem; }
.gp-archive-trophy { font-size: 1.15rem; }
.gp-archive-winner-nm { font-weight: 800; color: var(--ink); }
.gp-archive-winner-money { font-weight: 700; color: var(--golf); font-variant-numeric: tabular-nums; }
.gp-archive-note { margin-top: 8px; font-size: .8rem; color: var(--ink-soft); line-height: 1.4; }

/* the live page's freshness pill becomes a static "frozen" notice */
.gp-archive-page .gp-updated { font-style: italic; }
.gp-archive-page .gp-pin-hint { margin: 0 0 8px; }

.gp-archive-foot { margin: 4px 0 8px; text-align: center; font-size: .9rem; color: var(--ink-soft); }
