body {
    padding-top: 4.5rem;
}

@media only screen and (max-width: 576px) { /* Bootstrap breakpoint 576px */
    body {
        padding-top: 5.5rem;
    }

    :root {
        scroll-behavior: auto !important;
        scroll-padding: 10.5rem;
    }
}

:root {
    scroll-behavior: auto !important;
    scroll-padding: 8.5rem;
}

.logo {
    width: 100px;
}

.poll-md {
    height: 40px;
}

.poll-sm {
    height: 10px;
    border-radius: 2px !important;
}

.text-sm {
    font-size: 14px;
}

.toast-container-z-index {
    z-index: 9999;
}

.vote-link, .vote-link:link, .vote-link:hover {
    color: inherit;
    text-decoration: inherit;
}

.progress-bar:has(.vote-link:hover) {
    background-color: #32d788 !important;
}

.link-offset-2 {
    text-underline-offset: 0.25em !important;
}

#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.poll-container {
    display: table;
}

.poll-container > .row {
    display: table-row;
}

.poll-container > .row > * {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-bottom: 1em;    
}

.poll-container > .col {
    width: 100%;
}