:root {
  --md-primary-fg-color: #111111;
  --md-typeset-a-color: #1f6feb;
  --postq-ink: #15191e;
  --postq-muted: #56616d;
  --postq-line: #d7dde3;
  --postq-panel: #f5f7f8;
  --postq-accent: #1f6feb;
}

.md-typeset table {
  border-collapse: collapse;
  width: 100%;
}

.md-typeset table,
.md-typeset th,
.md-typeset td {
  border: 1px solid var(--md-default-fg-color--lightest);
}

.md-typeset th,
.md-typeset td {
  padding: 0.55rem 0.7rem;
  vertical-align: top;
}

.md-typeset th {
  background: var(--md-default-bg-color);
  font-weight: 700;
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset h2 {
  font-weight: 700;
}

.postq-hero {
  background: linear-gradient(135deg, #111820 0%, #25303a 100%);
  border-radius: 0.35rem;
  color: #ffffff;
  margin: 0 0 1.5rem;
  padding: 2.3rem 2.5rem;
}

.postq-hero h1 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.035em;
  margin: 0 0 0.65rem;
}

.postq-hero p {
  color: #d9e0e6;
  font-size: 1.05rem;
  margin: 0;
  max-width: 46rem;
}

.postq-kicker {
  color: #9fc2ee !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 0.7rem !important;
  text-transform: uppercase;
}

.postq-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  margin: 1rem 0 1.8rem;
}

.postq-card {
  background: var(--postq-panel);
  border: 1px solid var(--postq-line);
  border-radius: 0.3rem;
  color: var(--postq-ink);
  min-height: 8rem;
  padding: 1rem 1.1rem;
}

.postq-card h3 {
  font-size: 0.95rem;
  margin: 0 0 0.45rem;
}

.postq-card p {
  color: var(--postq-muted);
  font-size: 0.86rem;
  margin: 0 0 0.65rem;
}

.postq-card a {
  font-weight: 700;
}

.postq-visual {
  background: #ffffff;
  border: 1px solid var(--postq-line);
  border-radius: 0.3rem;
  display: block;
  margin: 1.2rem auto 1.8rem;
  max-width: 100%;
}

.postq-meta {
  border-left: 0.2rem solid var(--postq-accent);
  color: var(--postq-muted);
  font-size: 0.85rem;
  margin: 1rem 0;
  padding: 0.55rem 0 0.55rem 0.8rem;
}

@media screen and (max-width: 44rem) {
  .postq-hero {
    padding: 1.5rem;
  }
}
