.select2-container .select2-selection--single {
    padding: 10px !important;
    border: 0.0625rem solid var(--border);
    background: white;
    min-height: auto;
    font-size: inherit;
    box-shadow: none;
    height: auto;
}
.select2-dropdown {
    border: 0.0625rem solid var(--border);
}
.select2-selection__rendered {
    color: var(--dxt-color-text) !important;
    opacity: 1 !important;
}
.js-webform-select2 {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    scale: 1.2;
    right: 5px;
}

a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

.social-icons a {
    text-decoration: none;
}

.site-logo {
    margin-right: 16px;
}

.site-name a {
    text-decoration: unset;
    color: var(--color-primary);
}

.site-name a:hover {
    color: var(--color-primary);
    text-decoration: underline;
}

a.btn:hover {
    text-decoration: none;
}

footer#footer {
    position: unset;
}