/* Cookie policy refresh, scoped to preserve saved legacy templates. */
.rk-cookie-refresh { margin-block-start: 0; background: var(--surface-0); }
.rk-cookie-refresh :where(.wp-block-group, p, h1, h2) { margin-block: 0; min-width: 0; }
.rk-cookie-refresh :where(p, li, td, th) { font-size: 16px; line-height: 1.65; }
.rk-cookie-refresh :where(h1, h2) { font-weight: 600; text-wrap: balance; }
.rk-cookie-refresh .cookie-hero { padding: 76px 0; background: linear-gradient(135deg, #edf3f9, #f7f8fa 65%, #edf3f9); border-bottom: 1px solid #e2e6eb; }
.rk-cookie-refresh .cookie-hero::before { content: none; }
.rk-cookie-refresh .cookie-hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 64px; }
.rk-cookie-refresh .eyebrow { margin-bottom: 18px; font-size: 12px; letter-spacing: .12em; }
.rk-cookie-refresh h1 { margin: 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.08; letter-spacing: -.045em; font-weight: 600; }
.rk-cookie-refresh .lead { margin-top: 22px; max-width: 590px; font-size: 18px; }
.rk-cookie-refresh :is(.cookie-summary-card, .cookie-panel) { padding: 26px; border-color: #dce2e9; border-radius: 10px; box-shadow: none; }
.rk-cookie-refresh :is(.cookie-summary-card, .cookie-panel) h2 { margin: 0 0 12px; font-size: 21px; line-height: 1.3; font-weight: 600; letter-spacing: -.02em; }
.rk-cookie-refresh .cookie-summary-card li + li { margin-top: 10px; }
.rk-cookie-refresh .cookie-content { padding: 64px 0 80px; }
.rk-cookie-refresh .cookie-content-grid { grid-template-columns: minmax(0, 1fr) 280px; gap: 64px; }
.rk-cookie-refresh .cookie-main { min-width: 0; gap: 16px; }
.rk-cookie-refresh .cookie-main h2 { margin: 24px 0 0; font-size: clamp(25px, 2.5vw, 30px); line-height: 1.2; letter-spacing: -.025em; font-weight: 600; }
.rk-cookie-refresh .cookie-main h2:first-child { margin-top: 0; }
.rk-cookie-refresh .cookie-panel p { overflow-wrap: anywhere; }
.rk-cookie-refresh .cookie-table-wrap { max-width: 100%; margin: 6px 0; border-color: #dce2e9; border-radius: 10px; }
.rk-cookie-refresh .cookie-table { min-width: 620px; }
.rk-cookie-refresh .cookie-table :is(th, td) { padding: 14px; font-size: 14px; border-color: #e2e6eb; }
.rk-cookie-refresh .cookie-table th { background: #edf3f9; }
.rk-cookie-refresh a { text-underline-offset: 4px; }
.rk-cookie-refresh :is(a, .cookie-table-wrap):focus-visible { outline: 3px solid var(--brand-primary); outline-offset: 4px; }
@media (max-width: 1100px) {
  .rk-cookie-refresh :is(.cookie-hero-grid, .cookie-content-grid) { gap: 36px; }
  .rk-cookie-refresh .cookie-content-grid { grid-template-columns: minmax(0, 1fr) 250px; }
}
@media (max-width: 900px) {
  .rk-cookie-refresh .cookie-hero { padding: 56px 0; }
  .rk-cookie-refresh :is(.cookie-hero-grid, .cookie-content-grid) { grid-template-columns: 1fr; }
  .rk-cookie-refresh .cookie-content { padding: 48px 0 56px; }
  .rk-cookie-refresh .cookie-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .rk-cookie-refresh .shell { width: calc(100% - 36px); }
  .rk-cookie-refresh .cookie-hero { padding: 40px 0; }
  .rk-cookie-refresh .lead { font-size: 16px; }
  .rk-cookie-refresh .cookie-side { grid-template-columns: 1fr; }
  .rk-cookie-refresh :is(.cookie-summary-card, .cookie-panel) { padding: 22px; }
}
