@import url("/spanish4/fall-qa-1/styles.css");

.tense-grid {
  display: grid;
  gap: 0.65rem;
  margin: 0.75rem 0 0;
}

.tense-block {
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 18%, transparent);
}

.tense-block h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.tense-block p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.compact-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin: 0.5rem 0 0;
}

.compact-table th,
.compact-table td {
  text-align: left;
  padding: 0.35rem 0.5rem;
  border-bottom: 1px solid color-mix(in srgb, var(--fg) 12%, transparent);
  vertical-align: top;
}

.compact-table th {
  font-weight: 600;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sheet--tight p {
  margin: 0.4rem 0 0;
}

.sheet--tight p:first-of-type {
  margin-top: 0;
}
