.container--meteor {
  max-width: 1120px;
}

.meteor-intro .eyebrow {
  color: #755b12;
}

.meteor-panel,
.meteor-next,
.meteor-results-panel,
.meteor-accuracy {
  margin-top: 1.25rem;
}

.meteor-form,
.meteor-field,
.meteor-next__content,
.meteor-card,
.meteor-card__details,
.meteor-card__details div {
  min-width: 0;
}

.meteor-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.meteor-field {
  display: grid;
  gap: 0.45rem;
}

.meteor-field label {
  font-weight: 700;
}

.meteor-field input,
.meteor-field select {
  width: 100%;
}

.meteor-quick,
.meteor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.meteor-error,
.meteor-copy-status {
  min-height: 1.5em;
  margin: 0.75rem 0 0;
}

.meteor-error {
  color: #a12b24;
  font-weight: 700;
}

.meteor-next__content {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid #d9c26f;
  border-radius: 0.8rem;
  background: #fff9df;
  overflow-wrap: anywhere;
}

.meteor-next__content strong {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.meteor-results-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.meteor-results-header p {
  margin: 0;
  font-weight: 700;
}

.meteor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.meteor-card {
  padding: 1rem;
  border: 1px solid #d8e1df;
  border-radius: 0.9rem;
  background: #fff;
  overflow-wrap: anywhere;
}

.meteor-card h3,
.meteor-card p {
  margin-top: 0;
}

.meteor-card__english {
  margin-bottom: 0.55rem;
  color: #52605e;
}

.meteor-card__identity {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: #e8f4f1;
  color: #155b53;
  font-weight: 800;
}

.meteor-card__details {
  display: grid;
  gap: 0;
  margin: 0;
}

.meteor-card__details div {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.9fr) minmax(0, 1.1fr);
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-top: 1px solid #e7eceb;
}

.meteor-card__details dt {
  color: #53615f;
  font-weight: 700;
}

.meteor-card__details dd {
  margin: 0;
  font-weight: 700;
}

.meteor-accuracy h2 {
  margin-top: 0;
}

.meteor-article a {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .meteor-fields,
  .meteor-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .meteor-card__details div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .meteor-actions .button,
  .meteor-quick .button {
    flex: 1 1 calc(50% - 0.65rem);
  }
}
