.gabay-interview-complete {
  max-width: 1120px;
  margin: 32px auto;
  padding: 0 18px;
}

.gabay-complete-card {
  padding: clamp(22px,4vw,38px);
  background: #fffaf0;
  border: 1px solid rgba(0,88,63,.18);
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(18,54,45,.08);
}

.gabay-complete-kicker {
  color: #08785a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.gabay-complete-card h2 {
  color: #00583f;
  margin: 6px 0 12px;
  font-size: clamp(28px,5vw,44px);
}

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

.gabay-result-grid > div {
  padding: 16px;
  background: white;
  border: 1px solid rgba(0,88,63,.14);
  border-radius: 16px;
}

.gabay-result-grid span {
  display: block;
  margin-bottom: 5px;
  color: #61746e;
  font-size: 13px;
}

.gabay-result-grid strong {
  color: #12362d;
}

.gabay-result-actions,
.gabay-rating-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gabay-result-actions button,
.gabay-rating-buttons button {
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #00583f;
  border-radius: 12px;
  background: #00583f;
  color: white;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.gabay-result-actions .secondary,
.gabay-rating-buttons button {
  background: white;
  color: #00583f;
}

.gabay-result-actions a {
  padding: 11px;
  color: #00583f;
  font-weight: 700;
}

.gabay-helpfulness {
  margin-top: 26px;
  padding-top: 20px;
  border-top:
    1px solid rgba(0,88,63,.15);
}

.gabay-complete-card button:focus-visible,
.gabay-complete-card a:focus-visible,
.gabay-complete-card h2:focus-visible {
  outline: 3px solid #e8ad25;
  outline-offset: 3px;
}

.gabay-rating-buttons button:disabled {
  opacity: .55;
  cursor: default;
}

#gabayRatingMessage {
  min-height: 24px;
  color: #08785a;
  font-weight: 700;
}

@media (max-width:720px) {

  .gabay-result-grid {
    grid-template-columns: 1fr;
  }

  .gabay-result-actions,
  .gabay-rating-buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gabay-result-actions button,
  .gabay-result-actions a,
  .gabay-rating-buttons button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
