/**
 * Styling for the tab structure module.
 */

section.tab-structure-block {
    margin: var(--spacing-11) auto;
}

section.tab-structure-block > .heading {
    margin-bottom: var(--spacing-11);
}
section.tab-structure-block > .heading:empty {
    display: none;
}

section.tab-structure-block > .tab-structure > .tab-buttons {
    margin-bottom: var(--spacing-9);
}
