.tee-off-card {
  gap: 0;
}

.tee-off-card > span {
  color: var(--green-2);
  font-size: clamp(1.58rem, 3vw, 2.24rem);
  font-weight: 950;
  line-height: 1.02;
  margin-bottom: 6px;
  text-transform: none;
}

.tee-off-shell {
  display: grid;
  gap: 12px;
}

.tee-off-kicker {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.35;
  margin: 0;
}

.tee-off-question {
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  line-height: 1.13;
  margin: 0;
  min-height: 0;
}

.tee-off-form,
.tee-off-options {
  display: grid;
  gap: 10px;
}

.tee-off-form {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.tee-off-option {
  align-items: center;
  background: #fbfcf9;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  font-size: 0.93rem;
  font-weight: 800;
  gap: 10px;
  grid-template-columns: auto 1fr;
  min-height: 48px;
  padding: 10px 12px;
}

.tee-off-option input {
  accent-color: var(--green);
  margin: 0;
  min-height: auto;
  width: auto;
}

.tee-off-option span {
  margin-bottom: 0;
}

.tee-off-vote {
  justify-self: start;
  min-width: 104px;
}

.tee-off-note,
.tee-off-status {
  color: var(--muted);
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.4;
  margin: 0;
}

.tee-off-status {
  min-height: 1.2em;
}

.tee-off-error {
  color: #8f3d2a;
}

.tee-off-results {
  display: grid;
  gap: 14px;
}

.tee-off-result-row {
  display: grid;
  gap: 7px;
}

.tee-off-result-label {
  align-items: baseline;
  color: var(--ink);
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
  line-height: 1.25;
}

.tee-off-percent {
  color: var(--green);
  font-size: 1rem;
  font-weight: 950;
}

.tee-off-answer {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: none;
}

.tee-off-bar {
  background: #e8eee9;
  border-radius: 999px;
  height: 9px;
  overflow: hidden;
}

.tee-off-bar-fill {
  background: linear-gradient(90deg, var(--green), var(--gold));
  border-radius: inherit;
  display: block;
  height: 100%;
  min-width: 8px;
}

.tee-off-card-footer,
.tee-off-footer-main {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.tee-off-card-footer {
  border-top: 1px solid var(--line);
  margin-top: 2px;
  padding-top: 10px;
}

.tee-off-footer {
  display: grid;
  gap: 8px;
}

.tee-off-back,
.tee-off-home,
.tee-off-suggest {
  background: transparent;
  border: 0;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  min-height: 0;
  padding: 0;
  width: auto;
}

.tee-off-home {
  color: var(--gold);
  white-space: nowrap;
}

.tee-off-suggest {
  color: var(--muted);
  justify-self: start;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.destination-card--signal .destination-media {
  position: relative;
}

.destination-image-link {
  display: block;
}

.destination-card--signal .destination-media img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

@media (max-width: 640px) {
  .tee-off-card-footer,
  .tee-off-footer-main {
    align-items: flex-start;
    flex-direction: column;
  }

  .tee-off-vote {
    justify-self: stretch;
  }
}
