﻿.Column > div > div > a,
.Column > div > div > a > div {
    width: 100%;
    display: inline-block;
}

.SectionExpandable ~ .SectionExpandable {
    margin-top: 0px;
}

.btn {
    height: 40px;
    padding: var(--space-none) var(--space-base);
    align-items: center;
}

.button-group.justified .btn {
    justify-content: center;
}

