/*
Theme Name: HSF App Theme
Theme URI: https://www.havasuscannerfeed.com/
Author: Havasu Scanner Feed
Description: App-style WordPress theme for Havasu Scanner Feed v3.0.
Version: 0.1.63
Text Domain: hsf-app-theme
*/

:root {
  --hsf-bg: #070B12;
  --hsf-card: #111827;
  --hsf-card-soft: #0B1220;
  --hsf-blue: #2563EB;
  --hsf-blue-soft: #1D4ED8;
  --hsf-muted: #94A3B8;
  --hsf-text: #F8FAFC;
  --hsf-border: #1F2937;
  --hsf-yellow: #FACC15;
  --hsf-red: #DC2626;
  --hsf-radius: 18px;
  --hsf-sponsor-height: 150px;
  --hsf-live-dock-height: 132px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--hsf-bg);
  color-scheme: dark;
}

body {
  min-height: 100vh;
  margin: 0;
  padding: 0 0 calc(var(--hsf-sponsor-height) + 34px);
  background: var(--hsf-bg);
  color: var(--hsf-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

body.hsf-loaded .hsf-loading-screen {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.admin-bar .hsf-app-shell {
  padding-top: 32px;
}

a {
  color: #60A5FA;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #93C5FD;
}

img,
video,
iframe {
  max-width: 100%;
}

body,
.hsf-content-card,
.hsf-entry-content,
.hsf-post-card {
  -webkit-user-select: none;
  user-select: none;
}

input,
textarea,
select,
[contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
}

img {
  -webkit-user-drag: none;
  user-drag: none;
}

.hsf-watermark-layer {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12vh 3vw;
  align-content: space-evenly;
  justify-items: center;
  padding: 8vh 4vw;
  pointer-events: none;
  user-select: none;
  opacity: 0.16;
  overflow: hidden;
}

.hsf-watermark-tile {
  max-width: 260px;
  color: #0F3D91;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  transform: rotate(-18deg);
  white-space: pre-line;
  letter-spacing: 0;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
}

.hsf-watermark-tile strong,
.hsf-watermark-tile em {
  display: block;
  font-style: normal;
}

.hsf-watermark-tile em {
  margin-top: 2px;
}

.hsf-app-shell {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 24px 18px 0;
}

.hsf-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0 20px;
}

.hsf-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.hsf-brand-logo {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 999px;
  object-fit: cover;
}

.hsf-brand h1 {
  margin: 0;
  color: var(--hsf-text);
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.hsf-brand-mobile {
  display: none;
}

.hsf-brand p {
  margin: 5px 0 0;
  color: var(--hsf-muted);
  font-size: clamp(17px, 2.6vw, 24px);
  font-weight: 800;
  line-height: 1.15;
}

.hsf-live-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 48px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--hsf-red);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
}

.hsf-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(58px, 1fr));
  gap: clamp(12px, 4vw, 38px);
  align-items: center;
  margin: 0 0 26px;
  padding: 0;
}

.hsf-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hsf-nav img {
  display: block;
  width: min(86px, 100%);
  max-height: 82px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.24));
}

.hsf-main {
  min-height: 55vh;
}

.hsf-section-title {
  margin: 0 0 18px;
  color: #60A5FA;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.1;
  letter-spacing: 0;
}

.hsf-section-subtitle {
  margin: -8px 0 20px;
  color: var(--hsf-muted);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
}

.hsf-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 -2px 22px;
  padding: 10px 2px 14px;
  background: linear-gradient(180deg, var(--hsf-bg) 0%, var(--hsf-bg) 82%, rgba(7, 11, 18, 0) 100%);
}

.hsf-headlines-toolbar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 0;
  z-index: 10;
  margin: 0 -2px 22px;
  padding: 10px 2px 14px;
  background: linear-gradient(180deg, var(--hsf-bg) 0%, var(--hsf-bg) 82%, rgba(7, 11, 18, 0) 100%);
}

.hsf-headlines-toolbar-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.hsf-headlines-toolbar .hsf-pill-row {
  position: static;
  top: auto;
  margin: 0;
  padding: 0;
  background: transparent;
}

.hsf-search-form {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--hsf-border);
  border-radius: var(--hsf-radius);
  background: linear-gradient(180deg, #0F172A 0%, #0B1220 100%);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.04);
}

.hsf-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.hsf-search-input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #334155;
  border-radius: 12px;
  background: #020617;
  color: var(--hsf-text);
  font-size: 17px;
  font-weight: 700;
}

.hsf-search-input::placeholder {
  color: #64748B;
}

.hsf-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 0;
  border-radius: 12px;
  background: var(--hsf-blue);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.hsf-search-submit:hover,
.hsf-search-submit:focus {
  background: var(--hsf-blue-soft);
}

.hsf-search-summary {
  display: grid;
  gap: 4px;
  margin: 0 0 18px;
  padding: 0 2px;
}

.hsf-search-summary strong {
  color: var(--hsf-text);
  font-size: 18px;
  font-weight: 900;
}

.hsf-search-summary span {
  color: var(--hsf-muted);
  font-size: 15px;
  font-weight: 800;
}

.hsf-refresh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  margin-top: 0;
  padding: 0;
  border: 2px solid #334155;
  border-radius: 999px;
  background: var(--hsf-card-soft);
  color: #CBD5E1;
  cursor: pointer;
  box-shadow: none;
}

.hsf-refresh-button:hover,
.hsf-refresh-button:focus {
  border-color: var(--hsf-blue);
  background: var(--hsf-blue);
  color: #FFFFFF;
}

.hsf-refresh-icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.hsf-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 18px;
  border: 2px solid #334155;
  border-radius: 999px;
  background: var(--hsf-card-soft);
  color: #CBD5E1;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 900;
  line-height: 1;
}

.hsf-pill.is-active {
  border-color: var(--hsf-blue);
  background: var(--hsf-blue);
  color: #FFFFFF;
}

.hsf-card-list {
  display: grid;
  gap: 14px;
  margin: 0 0 28px;
}

.hsf-post-card {
  display: block;
  padding: 18px 20px;
  border: 1px solid var(--hsf-border);
  border-radius: var(--hsf-radius);
  background: var(--hsf-card);
  color: var(--hsf-text);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.04);
}

.hsf-post-card:hover,
.hsf-post-card:focus-within {
  border-color: #334155;
  background: #121C2E;
  color: var(--hsf-text);
}

.hsf-post-card.pinned {
  border-color: rgba(250, 204, 21, 0.7);
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.12);
}

.hsf-post-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.hsf-post-card-title-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.hsf-post-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.hsf-post-card-link:hover,
.hsf-post-card-link:focus {
  color: inherit;
}

.hsf-post-card h2 {
  margin: 0 0 12px;
  color: var(--hsf-text);
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.12;
}

.hsf-post-card-link:hover h2,
.hsf-post-card-link:focus h2 {
  color: #93C5FD;
}

.hsf-post-card-pin {
  flex: 0 0 auto;
  color: var(--hsf-yellow);
  font-size: 22px;
  line-height: 1;
  margin-top: 2px;
}

.hsf-post-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  color: var(--hsf-muted);
  font-size: clamp(15px, 2.6vw, 19px);
  font-weight: 900;
  text-transform: uppercase;
}

.hsf-post-card-excerpt {
  margin-top: 12px;
  color: #CBD5E1;
  font-size: clamp(16px, 2.8vw, 20px);
  line-height: 1.5;
}

.hsf-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #334155;
  color: #F8FAFC;
  font-size: 15px;
  font-weight: 900;
}

.hsf-badge-new {
  background: var(--hsf-blue);
}

.hsf-content-card {
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid var(--hsf-border);
  border-radius: var(--hsf-radius);
  background: var(--hsf-card);
}

.hsf-content-card h1,
.hsf-content-card h2,
.hsf-content-card h3,
.hsf-content-card h4 {
  color: var(--hsf-text);
  line-height: 1.14;
}

.hsf-content-card h1 {
  margin-top: 0;
  font-size: clamp(32px, 6vw, 52px);
}

.hsf-content-card p,
.hsf-content-card li {
  color: var(--hsf-text);
  font-size: clamp(18px, 3vw, 24px);
}

.hsf-entry-content ul,
.hsf-entry-content ol,
.hsf-entry-content li {
  font-size: 1em !important;
  line-height: 1.55;
}

.hsf-content-card .posted,
.hsf-posted {
  color: var(--hsf-muted);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.hsf-disclaimer-note {
  color: #8b949e;
  font-size: 0.92em;
  line-height: 1.55;
  opacity: 0.9;
  margin: 1rem 0 1.25rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.45);
}

.hsf-disclaimer-note p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.hsf-disclaimer-note strong,
.hsf-disclaimer-note b {
  color: inherit;
}

.hsf-article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.hsf-article-nav-button {
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 16px 18px;
  border: 1px solid #334155;
  border-radius: 16px;
  background: linear-gradient(180deg, #0F172A 0%, #111827 100%);
  color: var(--hsf-text);
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.05);
}

.hsf-article-nav-button:hover,
.hsf-article-nav-button:focus {
  border-color: var(--hsf-blue);
  background: linear-gradient(180deg, #12203A 0%, #111827 100%);
  color: var(--hsf-text);
}

.hsf-article-nav-button.is-previous {
  text-align: left;
}

.hsf-article-nav-button.is-next {
  text-align: right;
}

.hsf-article-nav-button span,
.hsf-article-nav-button em {
  display: block;
  font-style: normal;
}

.hsf-article-nav-button span {
  color: #60A5FA;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hsf-article-nav-button strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--hsf-text);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.18;
}

.hsf-article-nav-button em {
  color: var(--hsf-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hsf-article-nav-button.is-disabled {
  opacity: 0.5;
}

.hsf-page-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
}

.hsf-button,
.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 15px;
  border: 1px solid #334155;
  border-radius: 999px;
  background: var(--hsf-card);
  color: var(--hsf-text);
  font-weight: 900;
}

.hsf-button:hover,
.page-numbers:hover,
.page-numbers.current {
  border-color: var(--hsf-blue);
  background: var(--hsf-blue);
  color: #FFFFFF;
}

.hsf-button-danger,
.hsf-button-danger:hover,
.hsf-button-danger:focus {
  border-color: var(--hsf-red);
  background: var(--hsf-red);
  color: #FFFFFF;
}

.hsf-account-actions {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin-top: 18px;
}

.hsf-account-actions .hsf-button {
  width: min(360px, 100%);
}

.hsf-account-preferences {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.98));
}

.hsf-account-preferences-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.hsf-account-preferences-head h2 {
  margin: 0 0 6px;
  font-size: 1.35rem;
}

.hsf-account-preferences-head p {
  margin: 0;
  color: var(--hsf-muted);
  line-height: 1.55;
}

.hsf-account-preferences-status {
  min-width: 84px;
  text-align: right;
  color: #93C5FD;
  font-size: 0.92rem;
  font-weight: 800;
}

.hsf-account-preferences-status.is-error {
  color: #FCA5A5;
}

.hsf-account-preferences-list {
  display: grid;
  gap: 12px;
}

.hsf-account-preference-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(51, 65, 85, 0.95);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.9);
}

.hsf-account-preference-copy {
  display: grid;
  gap: 4px;
}

.hsf-account-preference-copy strong {
  font-size: 1.02rem;
  color: #E2E8F0;
}

.hsf-account-preference-copy span {
  color: var(--hsf-muted);
  font-size: 0.9rem;
}

.hsf-account-preference-stepper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.hsf-preference-stepper-button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid #334155;
  border-radius: 999px;
  background: #111827;
  color: #F8FAFC;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}

.hsf-preference-stepper-button:hover,
.hsf-preference-stepper-button:focus {
  border-color: var(--hsf-blue);
  background: var(--hsf-blue);
  color: #FFFFFF;
}

.hsf-preference-stepper-button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.hsf-account-preference-value {
  min-width: 42px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 900;
  color: #FFFFFF;
}

.hsf-account-preferences--full {
  padding-bottom: 22px;
}

.hsf-settings-sections {
  display: grid;
  gap: 18px;
}

.hsf-settings-group {
  padding: 16px;
  border: 1px solid rgba(51, 65, 85, 0.92);
  border-radius: 16px;
  background: rgba(2, 6, 23, 0.58);
}

.hsf-settings-group h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.hsf-settings-note {
  margin: -4px 0 12px;
  color: var(--hsf-muted);
  line-height: 1.55;
}

.hsf-settings-grid {
  display: grid;
  gap: 12px;
}

.hsf-setting-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(51, 65, 85, 0.95);
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.95);
}

.hsf-setting-copy {
  display: grid;
  gap: 4px;
}

.hsf-setting-copy strong {
  font-size: 1.02rem;
  color: #E2E8F0;
}

.hsf-setting-copy span {
  color: var(--hsf-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.hsf-stepper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.hsf-stepper-button {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  border: 1px solid #334155;
  border-radius: 999px;
  background: #111827;
  color: #F8FAFC;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

.hsf-stepper-button:hover,
.hsf-stepper-button:focus {
  border-color: var(--hsf-blue);
  background: var(--hsf-blue);
  color: #FFFFFF;
}

.hsf-stepper-value {
  min-width: 64px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 900;
}

.hsf-input,
.hsf-select {
  min-width: 160px;
  padding: 10px 12px;
  border: 1px solid #334155;
  border-radius: 12px;
  background: #0B1120;
  color: #F8FAFC;
  font-size: 0.98rem;
}

.hsf-input:focus,
.hsf-select:focus {
  outline: none;
  border-color: var(--hsf-blue);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.18);
}

.hsf-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 54px;
  height: 32px;
}

.hsf-toggle input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.hsf-toggle span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #1E293B;
  border: 1px solid #334155;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.hsf-toggle span::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #CBD5E1;
  transition: transform 0.15s ease, background 0.15s ease;
}

.hsf-toggle input:checked + span {
  background: var(--hsf-blue);
  border-color: var(--hsf-blue);
}

.hsf-toggle input:checked + span::after {
  transform: translateX(22px);
  background: #FFFFFF;
}

.hsf-alert-grid {
  display: grid;
  gap: 8px;
}

.hsf-alert-grid-head,
.hsf-alert-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px 76px;
  align-items: center;
  gap: 10px;
}

.hsf-alert-grid.show-only .hsf-alert-grid-head,
.hsf-alert-grid.show-only .hsf-alert-row {
  grid-template-columns: minmax(0, 1fr) 76px;
}

.hsf-alert-grid-head {
  padding: 0 8px 2px;
  color: #93C5FD;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hsf-alert-row {
  padding: 10px 8px;
  border-top: 1px solid rgba(51, 65, 85, 0.65);
}

.hsf-alert-label {
  color: #E2E8F0;
  font-weight: 700;
  line-height: 1.35;
}

.hsf-settings-group .hsf-toggle {
  justify-self: end;
}

.hsf-account-family-button {
  border-color: #2563EB;
  background: rgba(37, 99, 235, 0.14);
  color: #DBEAFE;
}

.hsf-account-book-button {
  border-color: #334155;
  background: rgba(17, 24, 39, 0.95);
  color: var(--hsf-text);
}

.hsf-account-book-button:hover,
.hsf-account-book-button:focus,
.hsf-account-family-button:hover,
.hsf-account-family-button:focus {
  border-color: var(--hsf-blue);
  background: var(--hsf-blue);
  color: #FFFFFF;
}

@media (max-width: 700px) {
  .hsf-account-preferences-head {
    flex-direction: column;
  }

  .hsf-account-preferences-status {
    text-align: left;
  }

  .hsf-account-preference-row {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .hsf-account-preference-stepper {
    justify-self: stretch;
    justify-content: space-between;
    width: 100%;
  }

  .hsf-setting-card {
    grid-template-columns: 1fr;
  }

  .hsf-stepper {
    justify-self: stretch;
    justify-content: space-between;
    width: 100%;
  }

  .hsf-input,
  .hsf-select {
    width: 100%;
    min-width: 0;
  }

  .hsf-alert-grid-head,
  .hsf-alert-row {
    grid-template-columns: 1fr 68px 68px;
  }
}

body .pmpro,
body .pmpro_group_accounts,
body .pmprogroupacct,
body .pmprogroupacct_section,
body .pmpro_card,
body .pmpro_card_content,
body .pmpro_box,
body .pmpro_form,
body .pmpro_login_wrap,
body .pmpro_account,
body .pmpro_checkout {
  background: var(--hsf-card) !important;
  color: var(--hsf-text) !important;
}

body .pmpro h1,
body .pmpro h2,
body .pmpro h3,
body .pmpro h4,
body .pmpro h5,
body .pmpro h6,
body .pmpro p,
body .pmpro label,
body .pmpro legend,
body .pmpro span,
body .pmpro strong,
body .pmpro small,
body .pmpro li,
body .pmpro div,
body .pmpro .pmpro_card_title,
body .pmpro .pmpro_card_content,
body .pmpro .pmpro_form_field-label,
body .pmpro .pmpro_form_field > label {
  color: var(--hsf-text) !important;
}

body .pmpro a {
  color: #60A5FA !important;
}

body .pmpro input[type="text"],
body .pmpro input[type="email"],
body .pmpro input[type="password"],
body .pmpro input[type="url"],
body .pmpro input[type="tel"],
body .pmpro input[type="number"],
body .pmpro textarea,
body .pmpro select {
  background: #0F172A !important;
  color: var(--hsf-text) !important;
  border: 1px solid #334155 !important;
}

body .pmpro input::placeholder,
body .pmpro textarea::placeholder {
  color: #94A3B8 !important;
  opacity: 1 !important;
}

body .pmpro button,
body .pmpro .pmpro_btn,
body .pmpro input[type="submit"] {
  background: var(--hsf-blue) !important;
  color: #FFFFFF !important;
  border-color: var(--hsf-blue) !important;
}

body .pmpro .pmpro_table,
body .pmpro table {
  background: #0B1220 !important;
  color: var(--hsf-text) !important;
}

body .pmpro th,
body .pmpro td {
  color: var(--hsf-text) !important;
  border-color: #334155 !important;
}

  .hsf-article-nav {
    grid-template-columns: 1fr;
  }

  .hsf-article-nav-button {
    min-height: 92px;
  }

  .navigation.pagination {
    margin: 26px 0;
  }

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.hsf-empty {
  padding: 24px;
  border: 1px dashed #334155;
  border-radius: var(--hsf-radius);
  color: var(--hsf-muted);
  background: rgba(17, 24, 39, 0.68);
  font-weight: 800;
}

.hsf-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--hsf-border);
  border-radius: 999px;
  background: var(--hsf-card);
  color: var(--hsf-text);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.32);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.hsf-back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.hsf-back-to-top span {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.hsf-back-to-top:hover,
.hsf-back-to-top:focus {
  border-color: var(--hsf-blue);
  background: var(--hsf-blue);
  color: #FFFFFF;
}

.hsf-players-page {
  padding-bottom: calc(var(--hsf-sponsor-height) + 40px);
}

.hsf-players-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.hsf-player-grid {
  display: grid;
  gap: 14px;
}

.hsf-player-card {
  padding: 16px;
  border: 1px solid var(--hsf-border);
  border-radius: var(--hsf-radius);
  background: linear-gradient(180deg, #111827 0%, #0C1424 100%);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.04);
}

.hsf-players-page .hsf-section-title {
  margin-bottom: 8px;
}

.hsf-players-page .hsf-section-subtitle {
  max-width: 42rem;
}

.hsf-player-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 14px;
}

.hsf-player-title-wrap {
  min-width: 0;
  flex: 1 1 auto;
}

.hsf-player-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.hsf-player-main h3 {
  margin: 0;
  color: var(--hsf-text);
  font-size: clamp(26px, 5vw, 36px);
  line-height: 1;
}

.hsf-player-main p {
  margin: 5px 0 0;
  color: var(--hsf-muted);
  font-size: clamp(15px, 2.5vw, 18px);
  font-weight: 800;
  line-height: 1.2;
}

.hsf-player-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #334155;
  color: #CBD5E1;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hsf-player-state.is-playing {
  background: #14532D;
  color: #BBF7D0;
}

.hsf-player-state.is-error {
  background: #7F1D1D;
  color: #FECACA;
}

.hsf-listener-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #1F2937;
  color: #E2E8F0;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.hsf-player-actions {
  display: grid;
  grid-template-columns: 48px 1fr 1fr;
  gap: 10px;
  align-items: center;
}

.hsf-volume-toggle,
.hsf-player-toggle,
.hsf-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.hsf-volume-toggle {
  background: #1F2937;
  cursor: pointer;
}

.hsf-player-toggle {
  background: var(--hsf-blue);
  cursor: pointer;
}

.hsf-player-toggle.is-playing {
  background: var(--hsf-red);
}

.hsf-archive-link {
  background: #334155;
}

.hsf-volume-toggle:hover,
.hsf-volume-toggle:focus,
.hsf-player-toggle:hover,
.hsf-player-toggle:focus,
.hsf-archive-link:hover,
.hsf-archive-link:focus {
  color: #FFFFFF;
  filter: brightness(1.08);
}

.hsf-volume-row {
  margin: 12px 0 0;
  padding: 12px;
  border: 1px solid #1F2937;
  border-radius: 12px;
  background: #0B1220;
}

.hsf-volume-row label {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--hsf-muted);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hsf-volume-row input {
  width: 100%;
  accent-color: var(--hsf-blue);
}

.hsf-player-error {
  margin: 10px 0 14px;
  padding: 12px;
  border: 1px solid #7F1D1D;
  border-radius: 12px;
  background: rgba(127, 29, 29, 0.25);
  color: #FECACA;
  font-weight: 800;
}

.hsf-archive-player {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #334155;
  border-radius: var(--hsf-radius);
  background: linear-gradient(180deg, #111827 0%, #0B1220 100%);
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.04);
}

body.archive .hsf-archive-player {
  margin-bottom: calc(var(--hsf-sponsor-height) + 34px);
}

.hsf-archive-player-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin: 0 0 12px;
}

.hsf-archive-player-head h2 {
  margin: 0;
  color: var(--hsf-text);
  font-size: clamp(26px, 5vw, 36px);
  line-height: 1;
}

.hsf-archive-player-head p {
  margin: 6px 0 0;
  color: var(--hsf-muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.hsf-archive-player audio {
  display: block;
  width: 100%;
  margin: 10px 0 12px;
  border-radius: 999px;
  background: #020617;
}

.hsf-archive-day-jump {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.hsf-archive-day-jump .hsf-pill {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 15px;
  cursor: pointer;
}

.hsf-archive-day-jump .hsf-pill.is-active {
  border-color: var(--hsf-blue);
  background: var(--hsf-blue);
  color: #FFFFFF;
}

.hsf-archive-now {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 12px;
}

.hsf-archive-now strong {
  color: var(--hsf-text);
  font-size: 18px;
  font-weight: 900;
}

.hsf-archive-now span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #334155;
  color: #CBD5E1;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hsf-archive-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 12px;
}

.hsf-archive-controls .hsf-button {
  width: 100%;
  border-radius: 10px;
  background: #1F2937;
}

.hsf-archive-controls .hsf-button.is-playing {
  border-color: var(--hsf-red);
  background: var(--hsf-red);
  color: #FFFFFF;
}

.hsf-archive-list {
  display: grid;
  gap: 8px;
  max-height: 330px;
  overflow: auto;
  padding-right: 4px;
}

.hsf-archive-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--hsf-border);
  border-radius: 12px;
  background: #0B1220;
  color: var(--hsf-text);
  text-align: left;
  cursor: pointer;
}

.hsf-archive-item.is-active {
  border-color: var(--hsf-blue);
  background: rgba(37, 99, 235, 0.18);
}

.hsf-archive-item span {
  color: var(--hsf-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.hsf-archive-item em {
  color: var(--hsf-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.hsf-codes-page {
  padding-bottom: calc(var(--hsf-sponsor-height) + var(--hsf-live-dock-height) + 54px);
}

.hsf-page-heading {
  margin: 0 0 18px;
}

.hsf-code-search {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid var(--hsf-border);
  border-radius: 14px;
  background: var(--hsf-card);
}

.hsf-code-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

.hsf-code-search-row input[type="search"] {
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #334155;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.9);
  color: var(--hsf-text);
}

.hsf-code-search-button,
.hsf-code-search-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.hsf-code-search-button {
  background: var(--hsf-blue);
  color: #FFFFFF;
}

.hsf-code-search-clear {
  background: #334155;
  color: var(--hsf-text);
}

.hsf-code-search-note {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.7);
}

.hsf-code-search-note strong {
  color: var(--hsf-text);
  font-size: 0.98rem;
  font-weight: 900;
}

.hsf-code-search-note span {
  color: var(--hsf-muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.hsf-code-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hsf-code-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid var(--hsf-border);
  border-radius: 12px;
  background: var(--hsf-card);
}

.hsf-code-row strong {
  color: #60A5FA;
  font-size: 17px;
  font-weight: 900;
}

.hsf-code-row span {
  color: var(--hsf-text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.hsf-sponsor {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 50;
  width: min(920px, calc(100vw - 28px));
  min-height: var(--hsf-sponsor-height);
  transform: translateX(-50%);
  padding: 10px;
  border: 1px solid #1F2937;
  border-radius: 18px;
  background: #0B1220;
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.35);
}

.hsf-live-dock {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 55;
  width: 222px;
  min-height: var(--hsf-live-dock-height);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--hsf-blue);
  border-radius: 18px;
  background: rgba(11, 18, 32, 0.98);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
}

.hsf-live-dock.is-visible {
  opacity: 1;
  pointer-events: auto;
}

body.hsf-live-dock-visible .hsf-live-dock {
  transform: none;
}

.hsf-live-dock-title strong,
.hsf-live-dock-title span {
  display: block;
}

.hsf-live-dock-title strong {
  color: var(--hsf-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.hsf-live-dock-title span {
  margin-top: 4px;
  color: var(--hsf-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.hsf-live-dock-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.hsf-live-dock-button {
  display: grid;
  gap: 2px;
  min-height: 52px;
  padding: 7px 8px;
  border: 1px solid #334155;
  border-radius: 12px;
  background: #111827;
  color: var(--hsf-text);
  cursor: pointer;
}

.hsf-live-dock-button span {
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.hsf-live-dock-button em {
  color: var(--hsf-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.hsf-live-dock-button.is-playing {
  border-color: var(--hsf-red);
  background: var(--hsf-red);
}

.hsf-live-dock-button.is-playing em,
.hsf-live-dock-button.needs-resume em {
  color: #FFFFFF;
}

.hsf-live-dock-button.needs-resume {
  border-color: var(--hsf-yellow);
  background: #854D0E;
}

.hsf-sponsor img {
  display: block;
  width: 100%;
  max-height: calc(var(--hsf-sponsor-height) - 20px);
  object-fit: contain;
  border-radius: 10px;
}

.hsf-loading-screen {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  gap: 14px;
  padding: 24px;
  background: rgba(7, 11, 18, 0.98);
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.hsf-loading-mark {
  position: relative;
  width: 124px;
  height: 124px;
  display: grid;
  place-items: center;
}

.hsf-loading-mark img {
  position: relative;
  z-index: 2;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hsf-loading-ring {
  position: absolute;
  inset: 0;
  border: 4px solid rgba(96, 165, 250, 0.22);
  border-top-color: #60A5FA;
  border-right-color: rgba(96, 165, 250, 0.42);
  border-radius: 999px;
  animation: hsfSpin 1.2s linear infinite;
}

.hsf-loading-copy {
  text-align: center;
}

.hsf-loading-copy strong,
.hsf-loading-copy span {
  display: block;
}

.hsf-loading-copy strong {
  color: var(--hsf-text);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.hsf-loading-copy span {
  margin-top: 4px;
  color: var(--hsf-muted);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hsf-login-page {
  padding-bottom: calc(var(--hsf-sponsor-height) + 40px);
}

.hsf-login-card {
  max-width: 560px;
  margin: 0 auto;
}

.hsf-login-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
}

.hsf-login-logo {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
}

.hsf-login-head h1 {
  margin: 0;
  color: var(--hsf-text);
  font-size: clamp(30px, 6vw, 44px);
  line-height: 1.05;
}

.hsf-login-head p {
  margin: 6px 0 0;
  color: var(--hsf-muted);
  font-size: 16px;
  font-weight: 800;
}

.hsf-login-message {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(96, 165, 250, 0.32);
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.16);
  color: #DBEAFE;
  font-weight: 800;
}

.hsf-login-form {
  display: grid;
  gap: 14px;
}

.hsf-login-field {
  display: grid;
  gap: 8px;
}

.hsf-login-field span {
  color: var(--hsf-muted);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.hsf-login-field input {
  width: 100%;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid var(--hsf-border);
  border-radius: 12px;
  background: #0B1220;
  color: var(--hsf-text);
  font-size: 18px;
}

.hsf-login-submit {
  width: 100%;
}

.hsf-login-links {
  margin-top: 14px;
}

@keyframes hsfSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 680px) {
  :root {
    --hsf-sponsor-height: 118px;
    --hsf-live-dock-height: 76px;
  }

  body {
    padding-bottom: calc(var(--hsf-sponsor-height) + var(--hsf-live-dock-height) + 54px);
  }

  body.admin-bar .hsf-app-shell {
    padding-top: 46px;
  }

  .hsf-watermark-layer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14vh 7vw;
    padding: 10vh 5vw;
    opacity: 0.14;
  }

  .hsf-watermark-layer .hsf-watermark-tile:nth-child(n+5) {
    display: none;
  }

  .hsf-watermark-tile {
    max-width: 160px;
    font-size: 10px;
  }

  .hsf-app-shell {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hsf-login-page,
  .hsf-players-page {
    padding-bottom: calc(var(--hsf-sponsor-height) + 80px);
  }

  .hsf-login-head {
    align-items: flex-start;
  }

  .hsf-brand-logo {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .hsf-brand-full,
  .hsf-brand-subtitle {
    display: none;
  }

  .hsf-brand-mobile {
    display: inline;
  }

  .hsf-brand h1 {
    font-size: 32px;
  }

  .hsf-live-badge {
    min-width: 64px;
    min-height: 40px;
    padding: 7px 12px;
    font-size: 17px;
  }

  .hsf-nav {
    gap: 8px;
    margin-bottom: 18px;
  }

  .hsf-nav a {
    min-height: 58px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .hsf-nav img {
    max-height: 58px;
  }

  .hsf-content-card {
    margin-left: -2px;
    margin-right: -2px;
  }

  .hsf-pill {
    min-height: 45px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 15px;
  }

  .hsf-headlines-toolbar-actions {
    grid-template-columns: 1fr;
  }

  .hsf-search-form {
    padding: 12px;
  }

  .hsf-search-row {
    grid-template-columns: 1fr;
  }

  .hsf-search-submit {
    width: 100%;
  }

  .hsf-search-summary {
    margin-bottom: 14px;
  }

  .hsf-players-header {
    display: block;
  }

  .hsf-player-actions {
    grid-template-columns: 44px 1fr 1fr;
    gap: 8px;
  }

  .hsf-player-main {
    display: grid;
    gap: 10px;
  }

  .hsf-player-title-row {
    align-items: flex-start;
  }

  .hsf-volume-toggle,
  .hsf-player-toggle,
  .hsf-archive-link {
    min-height: 44px;
    font-size: 13px;
  }

  .hsf-archive-player-head {
    display: block;
  }

  .hsf-archive-player-head .hsf-player-state {
    margin-top: 10px;
  }

  .hsf-archive-controls {
    gap: 8px;
  }

  .hsf-archive-day-jump {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hsf-archive-day-jump .hsf-pill {
    min-height: 40px;
    padding: 7px 8px;
    font-size: 13px;
  }

  .hsf-archive-controls .hsf-button {
    min-height: 40px;
    padding: 7px 8px;
    font-size: 13px;
  }

  .hsf-archive-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.archive .hsf-archive-player {
    margin-bottom: calc(var(--hsf-sponsor-height) + 60px);
  }

  .hsf-code-grid {
    grid-template-columns: 1fr;
  }

  .hsf-code-search-row {
    grid-template-columns: 1fr;
  }

  .hsf-live-dock {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    transform: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 12px 12px;
    text-align: center;
    border-color: #991B1B;
    background: rgba(8, 12, 20, 0.98);
    border-radius: 18px 18px 0 0;
  }

  body.hsf-live-dock-visible .hsf-sponsor {
    bottom: calc(var(--hsf-live-dock-height) + 34px);
  }

  .hsf-live-dock-title {
    display: none;
  }

  .hsf-live-dock-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hsf-live-dock-button {
    min-height: 48px;
    padding: 8px 6px;
    border-color: #DC2626;
    background: linear-gradient(180deg, #DC2626 0%, #B91C1C 100%);
    box-shadow: none;
    color: #FFFFFF;
  }

  .hsf-live-dock-button span {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .hsf-live-dock-button em {
    display: none;
  }

  .hsf-live-dock-button.is-playing,
  .hsf-live-dock-button.needs-resume {
    border-color: #DC2626;
    background: linear-gradient(180deg, #DC2626 0%, #B91C1C 100%);
    color: #FFFFFF;
  }

  .hsf-loading-screen {
    background: rgba(7, 11, 18, 0.92);
    transition-duration: 90ms;
  }

  .hsf-loading-screen {
    display: none !important;
  }

  .hsf-pill-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .hsf-headlines-toolbar {
    grid-template-columns: 1fr;
  }

  .hsf-refresh-button {
    justify-self: end;
    min-width: 44px;
    min-height: 44px;
  }

  .hsf-pill {
    min-height: 42px;
    padding: 6px 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .hsf-section-title {
    margin-bottom: 12px;
  }

  .hsf-back-to-top {
    right: 14px;
    bottom: calc(var(--hsf-live-dock-height) + 18px);
  }
}
