:root {
    --news-item-read-more-align: right;
    --news-item-read-more-border-radius: 0;
    --news-item-read-more-font-style: italic;
}

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

.logo-area__inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.logo {
    display: block;
    padding: 20px 0 20px 20px;
}

.page--high-contrast .logo {
    background: #fff;
    padding: 20px;
}

.header-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2em;
    gap: 2em;
    background: var(--header-content-bg, rgb(35, 35, 35));
}

.header-content__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    width: 100%;
}

.header-content__item:not(:last-child) {
    padding-bottom: 2em;
    border-bottom: 1px solid #fff;
}

.header-content__text * {
    color: #fff;
    text-decoration: none;
}

.header-content__link:hover,
.header-content__link:focus {
    color: #fff;
    text-decoration: underline;
}

.banner-area {
    background: url(../images/banner-bg.jpg) top center repeat-x;
    padding-top: 20px;
}

@media (min-width: 700px) {
    .header-area__inside {
        position: relative;
    }
    .header-content {
        flex-direction: row;
        align-items: stretch;
        padding: 10px;
        gap: 15px;
        border-radius: 1em;
    }
    .header-content__item:not(:last-child) {
        border-bottom: none;
        padding-bottom: 0;
        border-right: 1px solid #fff;
        padding-right: 1em;
    }
}

@media (min-width: 1170px) {
    .header-content__item {
        flex-direction: row;
        padding-left: 2em;
    }
    .header-content__text p {
        font-size: 1.25em;
    }
    .header-content__item:last-child .header-content__text * {
        font-size: 1.1em;
    }
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*- main -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.main-area__inside {
    gap: 15px;
}

.main-column__inside {
    padding: 0 1.3em;
}

.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__read-more-icon {
    display: none;
}

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

.sidebar-second__inside {
    background: var(--sidebar-second-bg, #000);
    padding: 0 1em;
}

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

.search-form {
    transition: var(--transition);
}

.search-form:focus-within {
    box-shadow: none;
}

.nav-addon {
    background: var(--sidebar-nav-bg, #000);
    padding: 0;
}

.nav-addon .sf-menu li:not(:last-child) {
    border-bottom: var(--sidebar-nav-border, 1px solid #dadada);
}

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

.nav-addon .sidebar__addon-header {
    padding: 0.6em 0.6em 0 0.6em;
    color: #fff;
}

.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;
}
