:root {
    --dropdown-bg-color: #004329;
    --dropdown-bg-color-focus: #006e43;
}

select.dark-dropdown {
    box-sizing: border-box;
    background-color: var(--dropdown-bg-color);
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    display: grid;
    min-width: 325px;
}
select.dark-dropdown:hover {
    background-color: var(--dropdown-bg-color-focus);
}

.template--blog-landing-page .blog-post .blog-short-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.score-highlight-body a {
    color: white;
}

#nav-search-btn {
    padding: 0 5px;
    border: none;
    background: none;
    background-image: none;
    color: white;
}

.score-megamenu .nav--search {
    width: 125px;
}

@media (min-width: 1200px) {
    .blog-filters {
        margin-top: 0;
        justify-content: center;
    }
    .blog-filters .filters-wrapper {
        width: inherit;
        display: flex;
        justify-content: center;
        padding: 0;
    }
}
