/* Dropdown button — i2t3 component styles
 * Bootstrap button + dropdown menu (auto-initialised via data-bs-toggle from
 * the bundled Bootstrap JS — no own script). Only minor spacing tweaks here.
 */

.i2t3-dropdownbutton__headline {
    margin-bottom: .75rem;
}

.i2t3-dropdownbutton .dropdown-menu {
    margin-top: .25rem;
}
