/* ── Single: Diagnoza (CPT diagnosis) ────────────────────────────────────── */

.dg-hero-inner {
    padding-bottom: 40px;
}

/* Figma (3067:33463): 16px gap between eyebrow/tytuł/opis (from .hl3-inner), 40px before the buttons */
.dg-hero-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

@media (max-width: 600px) {
    .dg-hero-btns {
        flex-direction: column;
        align-items: stretch;
    }
}
