.country-select + .select2-container {
    width: 188px !important;
}
.year-select + .select2-container {
    width: 128px !important;
}
.topic-select + .select2-container {
    width: 133px !important;
}
.filter-select + .select2-container.auto-width {
    width: auto !important;
}
.filter-select + .select2-container input::placeholder,
.filter-select + .select2-container textarea::placeholder {
    color: red;
}
.filter-select + .select2-container--default .select2-selection--multiple {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.filter-select
    + .select2-container
    .select2-search--inline
    .select2-search__field {
    font-family: Editorial New, ui-serif, Georgia, Cambria, Times New Roman,
        Times, serif;
    font-size: 1.75rem;
    height: auto;
    line-height: 1.28;
    margin: 0;
    max-height: 35px;
}
.filter-select
    + .select2-container
    .select2-search--inline
    .select2-search__field:hover {
    cursor: pointer;
}
.select2-dropdown {
    background-color: transparent;
}
.select2-dropdown,
.select2-container {
    border: none;
    border-radius: 0;
}
.select2-container {
    margin-top: 2px;
}
.select2-container--default .select2-results > .select2-results__options {
    background-color: #e9e9ed;
    border: solid #000 1px;
    border-radius: 10px;
}
.select2-container--default
    .select2-results__option.select2-results__option--selectable {
    color: #000;
}
.select2-container--default
    .select2-results__option.select2-results__option--selectable:hover,
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #52525e;
    color: #fff;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background: rgb(251, 91, 71);
    border-radius: 9999px;
    border-width: 0;
    display: inline-flex;
    margin-top: 0;
    padding: 6.5px 20px 2.5px 20px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    border-right: none;
    height: 100%;
    padding-left: 10px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    color: #fff;
    font-size: 26px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:focus {
    background: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    line-height: 1;
    padding-right: 0;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice.hoverooni {
    background: #ff2400;
}
ul.resources-list ul {
    list-style: disc;
    padding-left: 22px;
}
ul.resources-list ul li a {
    color: #fb5b47;
}
.resources-list p a,
ul.resources-list ul li a {
    text-decoration: underline;
}
.iframe-loader > div > div {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(103deg)
        brightness(106%) contrast(2000%);
}
.article-content:not(.is-truncated) .button.sc-button,
.laureate-biography-body:not(.is-truncated) .button.sc-button {
    display: inline-flex;
}
.search-result-outer-wrapper-laureates-slider {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}
.swiper-button-next,
.swiper-button-prev {
    color: rgb(209, 71, 46);
}
.col-span-6 {
    grid-column: span 6 / span 6;
}
.give-form-templates .give-section.payment .heading,
.give-form-templates .give-section.payment .subheading {
    color: #231f20;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-left: 20px; /* från 0 till 20px */
    padding-left: 0;
    text-align: left;
}
.give-form-templates .give-section.payment fieldset {
    margin: 0 !important;
    padding: 0 0 0 20px !important; /* Ändra från 0 till detta eller ta bort helt */
}
@media (min-width: 769px) {
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .md\:col-start-7 {
        grid-column-start: 7;
    }
}
@media (max-width: 768px) {
    .search-result-outer-wrapper-laureates-slider {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media (max-width: 400px) {
    .button + .button {
        margin-left: 0 !important;
        margin-top: 6px;
    }
}
