:root {
  --bg: #f5f7fb;
  --panel: #ffffff;
  --panel-soft: #f3f6fb;
  --line: #d8e1ef;
  --text: #1b2430;
  --muted: #6f7a88;
  --blue: #2f6fff;
  --blue-strong: #1f5ae0;
  --danger: #ff5a67;
  --success: #16a36a;
  --shadow-lg: 0 18px 42px rgba(23, 48, 92, 0.12);
  --shadow-md: 0 10px 26px rgba(23, 48, 92, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  background: linear-gradient(180deg, #f6f8fc 0%, #edf2fb 100%);
  color: var(--text);
  padding: 14px 14px 82px;
}
body.is-race-mode { padding: 0; overflow: hidden; background: #dfe8f7; }
body.is-race-mode .site-footer,
body.is-race-mode .bottom-dock {
  display: none !important;
}
button, input, textarea, select { font: inherit; }
a { color: inherit; }
.site-body { min-height: 100vh; }
.app-shell, .mobile-shell { width: min(1120px, 100%); margin: 0 auto; }
.app-tab-panel { display: none; }
.app-tab-panel.is-active { display: block; }
.card-panel, .admin-card, .admin-summary-card, .admin-hero, .admin-login-card {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(211, 220, 235, 0.95);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}
.eyebrow, .micro-label {
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 10px; font-size: clamp(30px, 6vw, 42px); line-height: 1.15; }
h2 { margin-bottom: 0; font-size: 24px; }
h3 { margin-bottom: 6px; font-size: 20px; }
p, li, .field span, .winner-label, .inline-message, .guide-list p, .ranking-status, .admin-card-head p, .admin-summary-card span, .admin-summary-card small, .admin-brand p, .admin-user-box span {
  color: var(--muted);
}

.section-head, .field-head, .button-row, .ranking-head, .admin-card-head, .admin-hero, .admin-submit-row, .notice-rotator-head, .bottomsheet-head, .starter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.field-head-stack { align-items: flex-start; flex-direction: column; gap: 4px; }
.inline-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.maintenance-banner {
  margin: 0 0 8px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 90, 103, 0.08);
  color: var(--danger);
  border: 1px solid rgba(255, 90, 103, 0.18);
}
.site-footer {
  margin: 20px 0 12px;
  padding: 16px 12px 8px;
  text-align: center;
}
.site-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #516074;
}
.site-footer-links a {
  text-decoration: none;
  font-weight: 700;
}
.site-footer-links a:hover,
.site-footer-links a:focus-visible {
  color: var(--blue-strong);
}
.site-footer-copy {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--muted);
}
.policy-page-body {
  padding-bottom: 32px;
}
.policy-shell {
  width: min(920px, 100%);
  margin: 0 auto;
}
.policy-card {
  padding: 22px 18px;
}
.policy-header {
  margin-bottom: 18px;
}
.policy-header h1 {
  margin-bottom: 8px;
}
.policy-header p {
  margin-bottom: 0;
}
.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 12px 0 0;
  font-size: 13px;
  color: #516074;
}
.policy-section + .policy-section {
  margin-top: 20px;
}
.policy-section h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.policy-section p {
  margin-bottom: 10px;
  line-height: 1.7;
}
.policy-section ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.7;
}
.policy-section li + li {
  margin-top: 4px;
}
.policy-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #516074;
}
.policy-back-link:hover,
.policy-back-link:focus-visible {
  color: var(--blue-strong);
}

@media (min-width: 768px) {
  .policy-card {
    padding: 28px 30px;
  }
}

.notice-rotator {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 4px 6px;
  margin: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.banner-rotator { padding: 0; margin: 0; border-radius: 0; overflow: hidden; }
.notice-rotator-head span { font-size: 12px; color: var(--muted); }
.notice-rotator-logo {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.notice-rotator-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}

.notice-rotator-body {
  min-width: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,250,255,0.96));
  border: 1px solid rgba(47,111,255,0.10);
  box-shadow: 0 10px 24px rgba(26, 50, 94, 0.08);
}

.notice-rotator-label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(47,111,255,0.08);
  border: 1px solid rgba(47,111,255,0.10);
}

.notice-rotator-label strong {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--blue-strong);
}

.notice-rotator-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2f6fff;
  box-shadow: 0 0 0 4px rgba(47,111,255,0.12);
}

.notice-rotator-track {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 24px;
  overflow: hidden;
}
.banner-rotator-track { position: relative; min-height: 148px; }
.notice-slide, .banner-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 360ms ease, transform 360ms ease;
  pointer-events: none;
}
.notice-slide {
  transform: translateX(34px);
  transition: opacity 340ms ease, transform 420ms cubic-bezier(.2,.8,.2,1);
}
.notice-slide.is-active, .banner-slide.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}
.notice-slide.is-active {
  transform: translateX(0);
}

.notice-slide.is-leaving {
  opacity: 0;
  transform: translateX(-30px);
  pointer-events: none;
  position: absolute;
}

.notice-slide.is-entering {
  opacity: 0;
  transform: translateX(38px);
  pointer-events: none;
  position: absolute;
}

.notice-slide.is-entering.is-active {
  opacity: 1;
  transform: translateX(0);
}

.notice-slide p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 24px;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #354255;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(0.5px);
}
.banner-slide {
  min-height: 148px;
  border-radius: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #dce7ff 0%, #eef4ff 100%);
  display: grid;
  align-items: end;
  aspect-ratio: 3.7 / 1;
}
.banner-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-copy {
  position: relative;
  z-index: 1;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(10,17,32,0.02), rgba(10,17,32,0.24));
  color: #fff;
}
.banner-copy strong { display: block; font-size: 22px; margin-bottom: 6px; }
.banner-copy p { margin: 0; color: rgba(255,255,255,0.92); }

.starter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
  gap: 16px;
}
.starter-main, .starter-side { min-width: 0; }
.starter-main, .selected-map-panel, .quick-tip-panel, .map-panel, .guide-panel { padding: 18px; }
.starter-copy { margin: 4px 0 0; font-size: 13px; line-height: 1.45; }
.starter-compact-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.compact-home-title { display: block; font-size: 18px; line-height: 1.3; color: var(--text); }
.compact-map-button { white-space: nowrap; }
.selected-map-top { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.compact-guide-pill-list { display:flex; flex-wrap:wrap; gap:8px; }
.compact-guide-pill-list span {
  border-radius:999px; padding:8px 10px; font-size:12px; color:#55657c;
  background:#f5f8ff; border:1px solid rgba(214,224,239,0.96);
}
.setup-form, .setup-section, .field, .admin-dashboard-form { display: grid; gap: 12px; }
.setup-form { margin-top: 18px; }
.count-stepper {
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  gap: 10px;
  align-items: center;
}
.stepper-button {
  height: 52px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--panel-soft);
  color: var(--text);
  font-size: 28px;
  cursor: pointer;
}
.count-value {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
  display: grid;
  place-items: center;
}
.count-value strong { font-size: 24px; line-height: 1; }
.count-value small { font-size: 12px; color: var(--muted); }
.count-chip-row { display: flex; gap: 8px; flex-wrap: wrap; }
.count-chip, .map-count-badge {
  border: 1px solid var(--line);
  background: #f5f8ff;
  color: var(--muted);
  border-radius: 999px;
  padding: 10px 14px;
  cursor: pointer;
}
.count-chip.is-active {
  background: rgba(47,111,255,0.1);
  color: var(--blue-strong);
  border-color: rgba(47,111,255,0.2);
  font-weight: 700;
}
.name-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.field input, .field textarea, .field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  padding: 14px 14px;
}
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: rgba(47,111,255,0.45);
  box-shadow: 0 0 0 4px rgba(47,111,255,0.08);
}
.compact-field span { font-size: 12px; font-weight: 700; color: #516074; }
.compact-guide-list { margin: 0; padding-left: 18px; display: grid; gap: 8px; font-size: 14px; color: #425163; }
.selected-map-desc { margin: 14px 0 16px; line-height: 1.55; }
.panel-move-button { width: 100%; }

.map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.map-card {
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fbfdff;
  padding: 18px;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.map-card:hover { transform: translateY(-2px); }
.map-card.is-selected { border-color: rgba(47,111,255,0.32); box-shadow: 0 12px 24px rgba(47,111,255,0.12); }
.map-card-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(47,111,255,0.08);
  background: #eef4ff;
}
.map-card-category {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(47,111,255,0.08);
  color: #2456c9;
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 10px;
}
.map-chip, .map-preview-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.map-card strong { display: block; font-size: 18px; margin-bottom: 8px; }
.map-card p { margin-bottom: 10px; line-height: 1.5; }
.map-card small { color: var(--muted); }

.primary-button, .soft-button, .secondary-button, .inline-link-button, .admin-chip-link {
  border: 0;
  border-radius: 18px;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease, background 160ms ease;
}
.motion-button:hover { transform: translateY(-1px); }
.motion-button:active { transform: scale(0.985); }
.primary-button {
  background: linear-gradient(135deg, #3b82f6 0%, #2f6fff 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(47,111,255,0.26);
}
.soft-button, .secondary-button, .inline-link-button, .admin-chip-link {
  background: #f3f7ff;
  color: var(--blue-strong);
  border: 1px solid rgba(47,111,255,0.08);
}
.large-cta { min-height: 58px; font-size: 17px; font-weight: 800; }
.inline-message { min-height: 22px; font-size: 13px; }
.inline-message.is-success { color: var(--success); }
.inline-message.is-error { color: var(--danger); }
.inline-message.is-loading { color: var(--blue); }

.bottom-dock {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 4px 8px calc(env(safe-area-inset-bottom) + 4px);
  width: min(720px, calc(100vw - 28px));
  transform: translateX(-50%);
  border-radius: 20px 20px 0 0;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(214,224,239,0.96);
  box-shadow: 0 14px 28px rgba(23, 48, 92, 0.1);
}
.dock-item {
  border: 0;
  border-radius: 14px;
  padding: 5px 4px 6px;
  background: transparent;
  color: var(--muted);
  display: grid;
  gap: 3px;
  justify-items: center;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 160ms ease, box-shadow 180ms ease;
}
.dock-item:hover {
  transform: translateY(-1px);
}
.dock-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
}
.dock-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.dock-item strong { font-size: 11px; font-weight: 700; }
.dock-item.is-active {
  background: rgba(47,111,255,0.11);
  color: var(--blue-strong);
}

.admin-body { padding-bottom: 32px; }
.admin-layout {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  transition: grid-template-columns 180ms ease, width 180ms ease;
}
.admin-sidebar {
  position: sticky;
  top: 16px;
  align-self: start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(211,220,235,0.95);
  box-shadow: var(--shadow-lg);
  transition: padding 180ms ease, width 180ms ease, opacity 180ms ease;
}
.admin-sidebar-top { display: grid; gap: 12px; }
.admin-sidebar-toggle { width: 100%; }
.admin-sidebar-reopen {
  position: sticky;
  top: 16px;
  align-self: start;
  justify-self: start;
  z-index: 8;
  min-height: 44px;
  padding-inline: 14px;
}
.admin-brand h1 { margin-bottom: 6px; font-size: 26px; }
.admin-nav { display: grid; gap: 8px; margin-top: 18px; }
.admin-nav-item {
  border: 0;
  border-radius: 16px;
  padding: 13px 14px;
  text-align: left;
  background: #f5f8ff;
  color: #4a5a70;
  cursor: pointer;
}
.admin-nav-item.is-active { background: rgba(47,111,255,0.12); color: var(--blue-strong); font-weight: 700; }
.admin-user-box {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(214,224,239,0.96);
  display: grid;
  gap: 4px;
}
.admin-content { min-width: 0; }
.admin-body.is-sidebar-collapsed .admin-layout {
  width: min(1760px, 100%);
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.admin-body.is-sidebar-collapsed .admin-sidebar {
  padding: 0;
  width: 0;
  min-width: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}
.admin-body:not(.is-sidebar-collapsed):not(.is-map-focus) .admin-sidebar-reopen {
  display: none;
}
.admin-body.is-map-focus .admin-layout {
  width: min(1780px, 100%);
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.admin-body.is-map-focus .admin-sidebar {
  padding: 0;
  width: 0;
  min-width: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  border: 0;
  box-shadow: none;
}
.admin-panel { display: none; }
.admin-panel.is-active { display: block; }
.admin-hero, .admin-card, .admin-summary-card { padding: 20px; }
.admin-hero { margin-bottom: 16px; }
.admin-hero p { margin-bottom: 0; }
.admin-hero-actions { display: flex; gap: 8px; }
.admin-summary-row, .admin-grid-two, .map-preview-list { display: grid; gap: 14px; }
.admin-summary-row { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 16px; }
.admin-summary-card strong { display: block; margin: 6px 0; font-size: 30px; color: var(--text); }
.admin-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-card { margin-bottom: 16px; }
.setting-summary-list { display: grid; gap: 10px; }
.setting-summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f7faff;
  border: 1px solid rgba(214,224,239,0.96);
}
.admin-dashboard-form { gap: 0; }
.admin-page-message { margin-bottom: 16px; }
.map-preview-list { margin-bottom: 12px; }
.map-editor-card {
  padding: 16px;
  border-radius: 20px;
  background: #f8fbff;
  border: 1px solid rgba(214,224,239,0.96);
}
.map-editor-card-head, .map-editor-title, .map-editor-toolbar, .admin-quick-actions { display: flex; gap: 10px; align-items: center; justify-content: space-between; }
.map-editor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.map-editor-wide { grid-column: 1 / -1; }
.checkbox-row { display: flex; align-items: center; gap: 10px; }
.admin-submit-row { justify-content: flex-end; padding: 12px 0 2px; }
.admin-login-shell { min-height: 100vh; display: grid; place-items: center; }
.admin-login-card { width: min(420px, 100%); padding: 22px; }

@media (max-width: 1024px) {
  .starter-layout, .map-grid, .admin-layout, .admin-grid-two, .admin-summary-row { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; }
  .admin-sidebar-reopen {
    position: fixed;
    left: 14px;
    top: 14px;
  }
}

@media (max-width: 720px) {
  body { padding: 10px 10px 78px; }
  h1 { font-size: 28px; }
  .starter-main, .selected-map-panel, .quick-tip-panel, .map-panel, .guide-panel { padding: 16px; }
  .notice-rotator {
    gap: 9px;
    min-height: 38px;
    padding: 3px 4px;
  }

  .notice-rotator-logo {
    width: 32px;
    height: 32px;
  }

  .notice-rotator-body {
    min-height: 38px;
    gap: 7px;
    padding: 5px 10px;
  }

  .notice-rotator-label {
    min-height: 20px;
    padding: 0 8px;
  }

  .notice-rotator-label strong {
    font-size: 11px;
  }

  .notice-rotator-track {
    min-height: 20px;
  }

  .notice-slide p {
    height: 20px;
    font-size: 11px;
    transform: translateY(0);
  }
  .banner-rotator { padding: 0; }
  .name-list { grid-template-columns: 1fr; }
}


@media (max-width: 720px) {
  .banner-rotator-track { min-height: 104px; }
  .banner-slide { aspect-ratio: 3.9 / 1; }
  .banner-copy { padding: 10px 12px; }
  .banner-copy strong { font-size: 16px; }
  .banner-copy p { font-size: 11px; }
  .starter-compact-head { align-items: center; }
  .compact-home-title { font-size: 16px; }
  .compact-map-button { padding: 10px 12px; font-size: 12px; }
}

.admin-card.mini-subcard { margin-top: 10px; padding: 16px; border-radius: 20px; background: #f8fbff; }
.admin-banner-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.admin-banner-preview-card {
  border: 1px solid rgba(214,224,239,0.96);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.admin-banner-preview-frame {
  aspect-ratio: 3.8 / 1;
  background: #edf3ff;
}
.admin-banner-preview-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.admin-banner-preview-meta { padding: 10px 12px; }
.admin-banner-preview-meta strong { display:block; margin-bottom: 4px; font-size: 13px; color: var(--text); }
.admin-banner-preview-meta p { margin:0; font-size: 12px; line-height: 1.4; word-break: break-all; }
@media (max-width: 720px) {
  .admin-banner-preview-grid { grid-template-columns: 1fr; }
}


/* 3차 관전 몰입감 보정 */
body.is-race-mode { padding: 0; overflow: hidden; background: #dfe8f7; }
.notice-slide p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}
.starter-copy,
.compact-guide-pill-list,
.notice-rotator-head,
#commentary-focus {
  display: none !important;
}
.banner-rotator {
  border-radius: 0;
}
.banner-rotator-track,
.banner-slide {
  min-height: 118px;
  aspect-ratio: 3.9 / 1;
}
.banner-copy {
  padding: 12px 14px;
}
.banner-copy strong {
  font-size: 18px;
}
.banner-copy p {
  font-size: 11px;
}
@media (max-width: 720px) {
  body { padding: 10px 10px 78px; }
  .notice-slide p { font-size: 11px; line-height: 18px; }
  .banner-rotator-track, .banner-slide { min-height: 86px; aspect-ratio: 3.95 / 1; }
  .banner-copy { padding: 8px 10px; }
  .banner-copy strong { font-size: 14px; }
  .banner-copy p { font-size: 10px; }
}
