/* ============================================================
   RAR MEDICAL MICROBIOLOGY · "Infections of the Airways" hub styles
   Scoped to .rar-topic-content. Prefix: air-.
   ============================================================ */

/* Section 1 — two columns: the "placing the lesion" card left, the small
   (expandable) airway map right. Stacks on narrow screens. */
.rar-topic-content .air-snap-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 280px);
    gap: 22px;
    align-items: start;
}
.rar-topic-content .air-snap-row .solid-text-card { margin: 0; }

/* condensed disease list inside the card */
.rar-topic-content .air-snap-list {
    margin: 10px 0 12px; padding-left: 20px;
}
.rar-topic-content .air-snap-list li {
    margin-bottom: 6px; font-size: 14.5px; line-height: 1.5; color: #111111;
}

/* airway map figure — full (portrait) image; fills its column, expandable */
.rar-topic-content .air-anatomy-fig { max-width: 100%; margin: 0; }
.rar-topic-content .air-anatomy-fig .atl-figure__img {
    width: 100%; height: auto; object-fit: contain; border-radius: 12px;
}

@media (max-width: 720px) {
    .rar-topic-content .air-snap-row { grid-template-columns: 1fr; }
    .rar-topic-content .air-snap-row .air-anatomy-fig { max-width: 360px; margin: 4px auto 0; }
}
