:root {
  --bg: #071019;
  --bg-soft: #112231;
  --panel: rgba(9, 20, 31, 0.78);
  --panel-strong: rgba(11, 26, 39, 0.94);
  --panel-border: rgba(143, 209, 255, 0.16);
  --text: #eff8ff;
  --muted: #95b2c3;
  --accent: #84ffd8;
  --accent-strong: #31d9ad;
  --warm: #ffc981;
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

body[data-theme="light"] {
  --bg: #eff5f7;
  --bg-soft: #d8e6ea;
  --panel: rgba(255, 255, 255, 0.84);
  --panel-strong: rgba(255, 255, 255, 0.96);
  --panel-border: rgba(17, 56, 79, 0.12);
  --text: #112331;
  --muted: #607b8a;
  --accent: #18cda0;
  --accent-strong: #0ab48a;
  --warm: #d79233;
  --line: rgba(17, 35, 49, 0.09);
  --shadow: 0 18px 60px rgba(13, 31, 45, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Noto Sans SC", sans-serif;
  color: var(--text);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(58, 151, 173, 0.24), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 201, 129, 0.14), transparent 24%),
    linear-gradient(180deg, #061018 0%, #0a151e 48%, #081119 100%);
}

body[data-theme="light"] {
  background:
    radial-gradient(circle at top left, rgba(58, 151, 173, 0.16), transparent 32%),
    radial-gradient(circle at top right, rgba(255, 201, 129, 0.12), transparent 24%),
    linear-gradient(180deg, #eef6f8 0%, #e8f0f3 48%, #edf4f7 100%);
}

button,
select,
input {
  font: inherit;
}

.bg-orb,
.bg-grid {
  pointer-events: none;
  position: fixed;
  inset: auto;
}

.bg-orb {
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
}

.orb-a {
  top: -120px;
  left: -110px;
  background: #3eb9d7;
}

.orb-b {
  right: -120px;
  top: 240px;
  background: #f1a74c;
}

.bg-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 88%);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1580px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 18px 0 28px;
}

.hero {
  margin-bottom: 18px;
}

.hero-bar,
.panel {
  border: 1px solid var(--panel-border);
  border-radius: 30px;
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-bar {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
}

.hero-bar::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(132, 255, 216, 0.22), transparent 68%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hero-tools {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
}

.hero-select {
  display: grid;
  gap: 6px;
  min-width: 108px;
}

.hero-select span {
  color: var(--muted);
  font-size: 0.74rem;
}

.hero-select select {
  min-width: 108px;
  padding: 8px 10px;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  max-width: none;
}

.hero-text {
  margin-top: 8px;
  max-width: 44ch;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.9rem;
}

.workspace {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.1fr) 360px;
  gap: 18px;
  align-items: start;
}

.panel {
  padding: 18px;
}

.controls-panel,
.source-panel,
.results-panel {
  min-height: 100%;
}

.panel-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.panel-heading p,
.note,
.source-header span {
  color: var(--muted);
}

.upload-zone {
  position: relative;
  display: grid;
  justify-items: start;
  gap: 8px;
  padding: 22px;
  margin-bottom: 14px;
  border-radius: 24px;
  border: 1px dashed rgba(130, 255, 217, 0.45);
  background:
    radial-gradient(circle at top right, rgba(130, 255, 217, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(41, 88, 108, 0.34), rgba(14, 27, 38, 0.7));
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.upload-zone:hover,
.upload-zone.is-dragover {
  transform: translateY(-2px);
  border-color: var(--accent);
  background: linear-gradient(180deg, rgba(52, 106, 130, 0.45), rgba(14, 27, 38, 0.82));
}

.upload-zone input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-icon {
  position: relative;
  width: 54px;
  height: 54px;
  margin-bottom: 6px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(132, 255, 216, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.upload-icon span:first-child {
  position: absolute;
  inset: 15px 17px 22px;
  border-radius: 999px;
  background: var(--accent);
}

.upload-icon span:last-child {
  position: absolute;
  left: 20px;
  top: 17px;
  width: 13px;
  height: 13px;
  border-left: 3px solid #06211e;
  border-top: 3px solid #06211e;
  transform: rotate(45deg);
}

.upload-title {
  font-size: 0.98rem;
  font-weight: 700;
}

.upload-subtitle {
  line-height: 1.5;
  font-size: 0.9rem;
  color: var(--muted);
}

.control-grid {
  display: grid;
  gap: 10px;
}

.field {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.field span {
  color: var(--muted);
  font-size: 0.92rem;
}

select,
input[type="range"] {
  width: 100%;
}

select {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  background: rgba(4, 14, 21, 0.92);
}

body[data-theme="light"] select {
  border: 1px solid rgba(17, 35, 49, 0.12);
  color: #112331;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

input[type="range"] {
  accent-color: var(--accent-strong);
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}

input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}

input[type="range"]::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: var(--accent-strong);
  margin-top: -5px;
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: var(--accent-strong);
}

.actions {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.dual-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.dual-actions .primary-btn,
.dual-actions .results-download-btn {
  width: 100%;
  min-width: 0;
}

.primary-btn,
.secondary-btn,
.map-card-header button {
  border: 0;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.primary-btn,
.secondary-btn {
  padding: 11px 14px;
  border-radius: 14px;
  font-weight: 700;
}

.primary-btn {
  color: #06211e;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.secondary-btn {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

button:hover:not(:disabled) {
  transform: translateY(-1px);
}

button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

body[data-theme="light"] .field,
body[data-theme="light"] .tip-item,
body[data-theme="light"] .toggle-option,
body[data-theme="light"] .source-preview,
body[data-theme="light"] .map-card,
body[data-theme="light"] .source-stage {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

body[data-theme="light"] .primary-btn:disabled,
body[data-theme="light"] .secondary-btn:disabled,
body[data-theme="light"] .map-card-header button:disabled {
  opacity: 0.6;
}

.note {
  margin-top: 12px;
  line-height: 1.55;
  font-size: 0.92rem;
}

.tip-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.tip-item {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.tip-item strong {
  font-size: 0.94rem;
}

.tip-item span {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.source-preview {
  margin-bottom: 0;
  padding: 14px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
}

.source-stage {
  margin-bottom: 12px;
  padding: 12px;
  gap: 10px;
}

.source-stage .source-header {
  width: 100%;
  margin-bottom: 0;
}

.source-stage .upload-icon {
  margin-bottom: 8px;
}

.source-empty-state {
  position: absolute;
  inset: 64px 18px 18px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 21, 31, 0.16), rgba(8, 21, 31, 0.28));
  pointer-events: none;
}

.source-stage.has-image .source-empty-state {
  display: none;
}

.source-stage.has-image {
  border-style: solid;
  border-color: var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
}

.source-stage.has-image:hover,
.source-stage.has-image.is-dragover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
  border-color: rgba(132, 255, 216, 0.35);
}

.source-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
}

.source-preview canvas,
.map-card canvas {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.28) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255, 255, 255, 0.28) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.1) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.1) 75%),
    linear-gradient(180deg, rgba(29, 47, 62, 0.96), rgba(29, 47, 62, 0.96));
  background-size: 22px 22px;
  background-position: 0 0, 0 11px, 11px -11px, -11px 0;
}

body[data-theme="light"] .source-preview canvas,
body[data-theme="light"] .map-card canvas {
  background:
    linear-gradient(45deg, rgba(17, 35, 49, 0.12) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(17, 35, 49, 0.12) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(17, 35, 49, 0.12) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(17, 35, 49, 0.12) 75%),
    linear-gradient(180deg, rgba(224, 231, 236, 0.98), rgba(224, 231, 236, 0.98));
  background-size: 22px 22px;
  background-position: 0 0, 0 11px, 11px -11px, -11px 0;
}

body[data-theme="light"] .source-empty-state {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.45), rgba(224, 231, 236, 0.72));
}

body[data-theme="light"] .source-stage {
  border-color: rgba(17, 35, 49, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(243, 247, 249, 0.92));
}

body[data-theme="light"] .source-stage:hover,
body[data-theme="light"] .source-stage.is-dragover {
  border-color: rgba(24, 205, 160, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 245, 247, 0.96));
}

body[data-theme="light"] input[type="range"] {
  accent-color: #18cda0;
  background: rgba(17, 35, 49, 0.18);
  box-shadow: inset 0 0 0 1px rgba(17, 35, 49, 0.06);
}

body[data-theme="light"] input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}

body[data-theme="light"] input[type="range"]::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}

body[data-theme="light"] input[type="range"]::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: transparent;
}

body[data-theme="light"] input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

body[data-theme="light"] input[type="range"]::-moz-range-thumb {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

body[data-theme="light"] .upload-icon {
  background: linear-gradient(180deg, rgba(24, 205, 160, 0.18), rgba(17, 35, 49, 0.04));
  border: 1px solid rgba(17, 35, 49, 0.08);
}

.source-preview canvas {
  aspect-ratio: 1 / 1;
}

.source-options {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.toggle-option {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  cursor: pointer;
}

.toggle-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.toggle-box {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.toggle-option input:checked + .toggle-box {
  border-color: rgba(132, 255, 216, 0.65);
  background: linear-gradient(180deg, rgba(132, 255, 216, 0.3), rgba(49, 217, 173, 0.2));
}

.toggle-option input:checked + .toggle-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #06211e;
  border-bottom: 2px solid #06211e;
  transform: rotate(45deg);
}

.toggle-copy {
  display: grid;
  gap: 4px;
}

.toggle-copy strong {
  font-size: 0.92rem;
}

.toggle-copy small {
  color: var(--muted);
  line-height: 1.5;
  font-size: 0.82rem;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.map-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(56px, auto) minmax(68px, auto) 1fr;
  align-content: start;
  padding: 12px;
  min-height: 316px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
}

.map-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.map-card-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: start;
  gap: 10px;
  margin-bottom: 8px;
}

.map-card-header h3 {
  margin: 0;
  min-height: 52px;
  line-height: 1.12;
  display: flex;
  align-items: flex-start;
}

.map-card-header button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.icon-download-btn {
  position: relative;
}

.icon-download-btn::after {
  content: attr(title);
  position: absolute;
  right: 0;
  top: -34px;
  padding: 6px 8px;
  border-radius: 10px;
  background: rgba(3, 10, 16, 0.92);
  color: #eff8ff;
  font-size: 0.72rem;
  line-height: 1;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease;
  white-space: nowrap;
}

body[data-theme="light"] .icon-download-btn::after {
  background: rgba(255, 255, 255, 0.96);
  color: #112331;
  border: 1px solid rgba(17, 35, 49, 0.1);
}

.icon-download-btn:hover:not(:disabled)::after {
  opacity: 1;
  transform: translateY(0);
}

.download-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.download-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2px;
  width: 2px;
  height: 8px;
  background: currentColor;
  border-radius: 2px;
  transform: translateX(-50%);
}

.download-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateX(-50%) rotate(45deg);
}


.map-desc {
  margin-bottom: 10px;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.82rem;
  min-height: 64px;
}

.map-card canvas {
  aspect-ratio: 1 / 1;
  align-self: end;
}

.results-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 12px;
  margin-top: 16px;
}

.controls-toolbar {
  justify-content: stretch;
  align-items: stretch;
  margin-top: 16px;
}

.export-field {
  margin-top: 14px;
}

.inline-field {
  display: grid;
  gap: 6px;
  min-width: 190px;
}

.controls-toolbar .inline-field {
  flex: 1 1 auto;
  min-width: 0;
}

.controls-toolbar .results-download-btn {
  min-width: 0;
  width: 100%;
}

.inline-field span {
  color: var(--muted);
  font-size: 0.78rem;
}

.results-download-btn {
  min-width: 140px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 24px;
}

.footer-copy {
  display: grid;
  gap: 6px;
  max-width: 62ch;
}

.footer-copy strong {
  font-size: 0.98rem;
}

.footer-copy p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.9rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
}

.footer-nav a,
.legal-topbar a,
.legal-home {
  color: var(--text);
  text-decoration: none;
  font-size: 0.92rem;
}

.footer-nav a:hover,
.legal-topbar a:hover,
.legal-home:hover {
  color: var(--accent);
}

.legal-shell {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100vw - 28px));
  margin: 0 auto;
  padding: 18px 0 28px;
}

.legal-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  padding: 16px 20px;
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.legal-brand {
  display: grid;
  gap: 4px;
}

.legal-brand strong {
  font-size: 1rem;
}

.legal-brand span {
  color: var(--muted);
  font-size: 0.88rem;
}

.legal-card {
  border: 1px solid var(--panel-border);
  border-radius: 28px;
  background: var(--panel);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  padding: 24px 26px;
}

.legal-card h1 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.1;
  margin-bottom: 10px;
}

.legal-card h2 {
  font-size: 1.08rem;
  margin-top: 24px;
  margin-bottom: 10px;
}

.legal-card p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 12px;
}

.legal-card ul {
  margin: 0 0 12px 18px;
  padding: 0;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 1080px) {
  .workspace {
    grid-template-columns: 1fr;
  }

  .hero-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-tools {
    order: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer,
  .legal-topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .inline-field,
  .results-download-btn {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100vw - 18px, 100%);
    padding: 12px 0 24px;
  }

  .hero-bar,
  .panel {
    padding: 18px;
    border-radius: 22px;
  }

  .map-grid {
    grid-template-columns: 1fr;
  }

  .actions,
  .source-header {
    flex-direction: column;
    align-items: stretch;
  }

  .results-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .inline-field,
  .results-download-btn {
    width: 100%;
  }
}
