.boating-card { margin: 24px 0; padding: clamp(20px, 4vw, 32px); }
.boating-card h2 { margin-top: 0; }
.boating-facts, .boating-periods { margin: 16px 0; }
.boating-facts > div, .boating-periods > div { padding: 14px 0; border-bottom: 1px solid var(--c-line, #e5e7eb); }
.boating-facts dt, .boating-periods dt { font-weight: 700; color: var(--c-ink); }
.boating-facts dd, .boating-periods dd { margin: 5px 0 0; line-height: 1.65; }
.boating-zone + .boating-zone { border-top: 2px solid var(--c-line, #e5e7eb); margin-top: 28px; padding-top: 20px; }
.boating-zone h3 { font-size: 1.3rem; line-height: 1.35; }
.boating-notice { border-left: 4px solid #cc431d; padding-left: 16px; font-weight: 600; }
.boating-card a { text-decoration: underline; text-underline-offset: 3px; }
.boating-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 20px; }
.boating-actions a, .boating-zone > a { display: inline-flex; align-items: center; min-height: 44px; }
.boating-card .muted { font-size: .875rem; line-height: 1.65; }
.boating-zone, .boating-card { overflow-wrap: anywhere; min-width: 0; }
@media (min-width: 650px) { .boating-facts > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .boating-facts dd { margin: 0; } }
