.subheading {
  margin: 28px 0 0;
  color: #f1d393;
  font: 700 1.15rem Georgia, serif;
}

.connectivity-section {
  border-color: #557d67;
}

.consent-panel,
.connectivity-prompt,
.optional-detail {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #4b725e;
  border-radius: 17px;
  background: #091b13;
}

.consent-panel h3,
.connectivity-prompt h3,
.optional-detail h3 {
  margin: 0 0 8px;
  font: 700 1.45rem Georgia, serif;
}

.consent-panel p,
.connectivity-prompt p,
.optional-detail p {
  color: var(--muted);
  line-height: 1.55;
}

.connectivity-prompt {
  border-color: #d0a953;
  background: linear-gradient(145deg, #31270f, #102219);
  box-shadow: 0 0 0 4px rgba(229, 189, 99, .08), var(--shadow);
}

.connectivity-prompt h3 {
  font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.answer-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.answer-actions button {
  min-width: 120px;
}

.optional-detail {
  border-color: #477c62;
}

.connectivity-controls {
  margin-top: 20px;
}

@media (max-width: 580px) {
  .answer-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .answer-actions button {
    min-width: 0;
  }
}
