/* Scoped to the optional cash weather widget; no global button/table changes. */
.venue-weather { margin: 0 0 20px; min-width: 0; color: #203550; }
.venue-weather[hidden], .venue-weather [hidden] { display: none !important; }
.venue-weather * { box-sizing: border-box; }
.venue-weather .vw-card { overflow: hidden; border: 1px solid #d7e5f5; border-radius: 20px; background: linear-gradient(115deg, #f0f7ff 0%, #f8fbff 60%, #fff9ed 100%); }
.venue-weather .vw-card.is-rain, .venue-weather .vw-card.is-storm { background: linear-gradient(115deg, #edf3fc, #f6f9ff 65%, #eef2fc); }
.venue-weather .vw-card.is-snow, .venue-weather .vw-card.is-fog { background: linear-gradient(115deg, #f0f6fa, #fcfdff); }
.venue-weather .vw-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 18px 22px 0; }
.venue-weather .vw-eyebrow { font-size: 10px; font-weight: 800; letter-spacing: .09em; color: #5b779a; }
.venue-weather .vw-top h3 { margin: 4px 0 0; font-size: 18px; font-weight: 750; line-height: 1.3; color: #203550; }
.venue-weather .vw-badge { display: inline-flex; align-items: center; border: 1px solid #d1dfef; border-radius: 20px; background: #ffffffab; padding: 5px 10px; font-size: 11px; font-weight: 600; color: #536983; line-height: 1.4; }
.venue-weather .is-stale .vw-badge { color: #885214; background: #fff3de; border-color: #edd7b0; }
.venue-weather .vw-overview { display: grid; grid-template-columns: 1fr 1fr minmax(220px, 1.2fr); gap: 22px; padding: 18px 22px; }
.venue-weather .vw-hero-day { min-width: 0; }
.venue-weather .vw-hero-day + .vw-hero-day { padding-left: 22px; border-left: 1px solid #d9e4f1; }
.venue-weather .vw-hero-date { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px; font-size: 13px; font-weight: 700; }
.venue-weather .vw-hero-date small { font-size: 12px; font-weight: 400; color: #637790; }
.venue-weather .vw-hero-reading { display: flex; align-items: center; gap: 12px; margin-top: 8px; }
.venue-weather .vw-hero-reading > div { min-width: 0; }
.venue-weather .vw-hero-reading strong { font-size: 38px; line-height: 1.15; font-weight: 650; letter-spacing: -.04em; }
.venue-weather .vw-hero-reading span { display: block; margin-top: 4px; font-size: 11px; color: #637790; }
.venue-weather .vw-icon { width: 62px; height: 62px; display: inline-block; vertical-align: middle; flex: 0 0 auto; }
.venue-weather .vw-icon.is-small { width: 38px; height: 38px; }
.venue-weather .vw-hero-day > p { margin: 8px 0 0; font-size: 13px; color: #506781; line-height: 1.4; overflow-wrap: anywhere; }
.venue-weather .vw-advice { display: flex; flex-direction: column; justify-content: center; border-radius: 14px; background: #ffffffb0; padding: 14px 16px; }
.venue-weather .vw-advice-mark { font-size: 20px; color: #5386c4; margin-bottom: 2px; }
.venue-weather .vw-advice strong { font-size: 14px; line-height: 1.4; }
.venue-weather .vw-advice p { margin: 6px 0 0; font-size: 12px; color: #5b6e86; line-height: 1.5; }
.venue-weather .vw-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-top: 1px solid #dce6f2; padding: 6px 14px; }
.venue-weather .vw-expand { appearance: none; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 8px; margin: 0; border: 0; border-radius: 8px; background: transparent; font: inherit; font-size: 13px; font-weight: 700; color: #2468b7; min-height: 44px; cursor: pointer; }
.venue-weather .vw-expand:hover { background: #e4effc; }
.venue-weather .vw-expand > span { font-size: 21px; font-weight: 400; }
.venue-weather .vw-footer > small { color: #667a94; font-size: 10px; padding: 0 8px; line-height: 1.6; }
.venue-weather .vw-footer a { color: #536f91; text-decoration: underline; text-underline-offset: 2px; }
.venue-weather .vw-week { padding: 18px 22px; border-top: 1px solid #dce6f2; background: #ffffffc7; }
.venue-weather .vw-calendar { display: grid; grid-template-columns: repeat(7, minmax(82px, 1fr)); gap: 8px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; padding: 3px 2px 8px; }
.venue-weather .vw-date { appearance: none; display: flex; align-items: center; flex-direction: column; gap: 4px; border: 1px solid #dce5f0; border-radius: 12px; padding: 10px 6px; margin: 0; background: white; color: #405774; cursor: pointer; font: inherit; min-width: 0; }
.venue-weather .vw-date[aria-pressed="true"] { border-color: #5c93d6; box-shadow: inset 0 0 0 1px #5c93d6; background: #edf5ff; color: #255f9f; }
.venue-weather .vw-date:hover { background: #f1f6fc; }
.venue-weather .vw-calendar.is-three { grid-template-columns: repeat(3, minmax(72px, 1fr)); }
.venue-weather .vw-disclaimer { margin: 0; padding: 8px 22px 14px; font-size: 10px; line-height: 1.5; color: #667a94; }
.venue-weather .vw-history-list { margin-top: 12px; }
.venue-weather .vw-history-row { display: grid; grid-template-columns: 72px minmax(140px, 1fr) 86px 64px 104px; align-items: center; gap: 10px; padding: 10px 0; border-top: 1px solid #dce6f2; font-size: 12px; }
.venue-weather .vw-history-row > span { display: flex; align-items: center; gap: 4px; min-width: 0; }
.venue-weather .vw-history-row > small { color: #637790; }
@media (max-width: 700px) {
  .venue-weather .vw-history-row { grid-template-columns: 1fr 1fr; }
  .venue-weather .vw-history-row > span:nth-child(2) { grid-row: span 2; }
  .venue-weather .vw-history-row > small { grid-column: 1 / -1; }
}
.venue-weather .vw-date > span { font-size: 12px; font-weight: 600; white-space: nowrap; }
.venue-weather .vw-date > strong { font-size: 20px; }
.venue-weather .vw-date > small { font-size: 10px; color: #657b95; }
.venue-weather .vw-parts-heading { display: flex; align-items: baseline; flex-wrap: wrap; justify-content: space-between; gap: 6px; padding: 16px 0 10px; font-size: 13px; }
.venue-weather .vw-parts-heading span { color: #70819b; font-size: 11px; }
.venue-weather .vw-parts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.venue-weather .vw-part { border: 1px solid #e2e9f3; border-radius: 12px; padding: 12px; background: white; min-width: 0; }
.venue-weather .vw-part-name { font-size: 12px; font-weight: 600; color: #526c8c; }
.venue-weather .vw-part > div { display: flex; align-items: center; gap: 8px; margin: 6px 0; }
.venue-weather .vw-part strong { font-size: 24px; font-weight: 650; }
.venue-weather .vw-part p { font-size: 11px; line-height: 1.45; min-height: 32px; margin: 0 0 10px; overflow-wrap: anywhere; color: #5c728e; }
.venue-weather .vw-part dl { margin: 0; font-size: 10px; line-height: 1.5; }
.venue-weather .vw-part dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 3px; padding: 3px 0; }
.venue-weather .vw-part dt { color: #71839a; }
.venue-weather .vw-part dd { margin: 0; color: #405875; font-weight: 600; }
.venue-weather .vw-note { margin: 14px 0 0; font-size: 11px; line-height: 1.5; color: #71839a; }
.venue-weather .vw-setup, .venue-weather .vw-empty { display: flex; gap: 14px; align-items: center; padding: 14px 18px; border: 1px solid #dbe6f3; border-radius: 16px; background: #f8fbff; }
.venue-weather .vw-setup > div, .venue-weather .vw-empty > div { flex: 1; min-width: 0; }
.venue-weather .vw-setup strong, .venue-weather .vw-empty strong { font-size: 13px; color: #405e81; }
.venue-weather .vw-setup p, .venue-weather .vw-empty p { margin: 4px 0 0; font-size: 12px; line-height: 1.5; color: #6b7f99; }
.venue-weather .vw-setup details { margin-top: 4px; }
.venue-weather .vw-setup summary { padding: 8px 0; min-height: 36px; cursor: pointer; font-size: 12px; color: #366fae; }
.venue-weather button:focus-visible, .venue-weather summary:focus-visible, .venue-weather a:focus-visible { outline: 3px solid #2e7bd3; outline-offset: 3px; }
@media (max-width: 850px) {
  .venue-weather .vw-overview { grid-template-columns: 1fr 1fr; gap: 16px; }
  .venue-weather .vw-advice { grid-column: 1 / -1; display: block; padding: 12px 14px; }
  .venue-weather .vw-advice-mark { float: right; margin: 0 0 0 10px; }
  .venue-weather .vw-advice p { margin-top: 4px; }
  .venue-weather .vw-parts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  .venue-weather { margin-bottom: 16px; }
  .venue-weather .vw-card { border-radius: 17px; }
  .venue-weather .vw-top { padding: 14px 14px 0; gap: 8px; }
  .venue-weather .vw-top h3 { font-size: 16px; }
  .venue-weather .vw-badge { font-size: 10px; padding: 4px 8px; }
  .venue-weather .vw-overview { padding: 16px 14px; gap: 12px; }
  .venue-weather .vw-hero-day + .vw-hero-day { padding-left: 12px; }
  .venue-weather .vw-hero-reading { gap: 5px; }
  .venue-weather .vw-hero-reading strong { font-size: 32px; }
  .venue-weather .vw-hero-reading .vw-icon { width: 46px; height: 46px; }
  .venue-weather .vw-hero-reading span { font-size: 10px; line-height: 1.45; }
  .venue-weather .vw-hero-day > p { font-size: 12px; }
  .venue-weather .vw-hero-date { display: block; }
  .venue-weather .vw-hero-date small { display: block; margin-top: 3px; font-size: 10px; }
  .venue-weather .vw-footer { padding: 4px 10px 12px; gap: 0; }
  .venue-weather .vw-footer > small { flex-basis: 100%; }
  .venue-weather .vw-week { padding: 12px; }
  .venue-weather .vw-part { padding: 10px; }
  .venue-weather .vw-setup { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 8px; padding: 12px; }
  .venue-weather .vw-setup-icon { align-self: flex-start; }
  .venue-weather .vw-setup > .vw-badge { grid-column: 2; justify-self: start; margin: 0; }
}
@media (max-width: 360px) {
  .venue-weather .vw-hero-reading { gap: 4px; flex-wrap: wrap; }
  .venue-weather .vw-hero-reading .vw-icon { width: 28px; height: 28px; }
  .venue-weather .vw-hero-reading strong { font-size: 24px; }
  .venue-weather .vw-hero-reading > div { flex: 1 1 40px; }
  .venue-weather .vw-part > div { gap: 4px; }
  .venue-weather .vw-part .vw-icon { width: 28px; height: 28px; }
  .venue-weather .vw-part strong { font-size: 22px; }
}
