/* bm/dates — terminy / kalendarz przez shortcode */
.bm-dates__head {
    text-align: center;
    margin-bottom: var(--sp-5, 48px);
}

/* Specyficznosc 0,2,0 > .h2 (0,1,0) — inaczej `margin:0 0 28px` z .h2 zeruje
   boczne marginesy i naglowek (max-width 820px) ucieka do lewej mimo text-align:center. */
.bm-dates__head .bm-dates__title {
    margin-left: auto;
    margin-right: auto;
}

.bm-dates__accent {
    font-style: italic;
    color: var(--sec-link, var(--c-primary, #333));
}

.bm-dates__body {
    margin-top: var(--sp-4, 32px);
}
