/* Start Breadcrumbs */
.breadcrumbs__general {
    padding: 32px 0;
}

.breadcrumbs__general nav.breadcrumb {
    display: flex;
    gap: 3px;
}

.breadcrumbs__general nav.breadcrumb,
.breadcrumbs__general nav.breadcrumb a {
    font-family: 'neosanspro', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    color: var(--color-02);
}

.breadcrumbs__general nav.breadcrumb .actual-page, 
.breadcrumbs__general nav.breadcrumb .actual-page a {
    font-weight: 500;
}
/* End Breadcrumbs */

.select__place-origin-death .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    height: 38px;
}

.select__place-origin-death .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 36px;
    font-size: 16px;
    padding-left: 12px;
}

.select__place-origin-death .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    width: 30px;
}

.select__place-origin-death .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    border: 0;
    height: 12px;
    width: 12px;
    margin: 0;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-01);
}

@media (max-width: 992px) {
    .breadcrumbs__general {
        padding: 12px 0;
    }
}