:root {
    --banner-display: block;
    /* --news-item-read-more-align: left; */
    --news-item-read-more-font-style: italic;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- header -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.logo {
    display: block;
    flex-shrink: 1;
    background: #fff;
}

.logo-social-wrapper {
    display: block;
}

.social__list {
    padding: 0.5em 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 0.7em;
    justify-content: center;
}

.social__link {
    border: 2px solid transparent;
    border-radius: 100%;
    display: block;
    padding: 8px;
}

.social__link:hover,
.social__link:focus {
    border: 2px solid #7b304e;
}

.social__icon {
    width: 24px;
    height: 24px;
    fill: #7b304e;
    transform: scale(0.8);
}

@media (min-width: 700px) {
    .logo-social-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        margin-bottom: 1em;
    }
    .logo-hamburger-wrapper {
        /* grid-column: 2 / 3; */
        /* justify-content: center; */
        grid-column: 1 / 3;
    }
    .social__list {
        grid-column: 3 / 4;
        justify-content: flex-end;
    }
}

.menu-search-wrapper {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0.6em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-form--header-area {
    width: 100%;
}

@media (min-width: 700px) {
    .search-form--header-area {
        width: 40%;
    }
    .header-nav-ul > li > a::before {
        content: "";
        width: 0.5em;
        height: 0.5em;
        background: #586b63;
        display: inline-block;
        margin-right: 0.5em;
        transform: translateY(-0.1em);
    }
}

@media (min-width: 1170px) {
    .search-form--header-area {
        width: 30%;
    }
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- news -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.news-item {
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.news-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: var(--news-list-items-separator-border, 1px dashed #d5d5d5);
}

.news-item__title,
.main-header__title {
    font-style: italic;
    font-weight: 600;
}

.news-item__read-more-link {
    padding: 0.3em 1.2em;
    border-radius: 0;
}

.news-item__read-more-icon {
    display: none;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- sidebar -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.sidebar__addon:not(.survey-addon) {
    padding-left: 0;
    padding-right: 1em;
}

.sidebar-first__inside > * + *::before {
    display: none;
}

.nav-addon .sf-menu li {
    border-bottom: 1px dashed #dadada;
}

.nav-addon .sf-menu > li > a {
    padding: 0.8em 0;
    line-height: 1.2;
    padding-left: 1.2em;
    position: relative;
}

.nav-addon .sf-menu > li > a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background: #586b63;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar__addon.nav-addon .sidebar__addon-header {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
