.article-sidebar {
    padding-left: 24px;
}

.article-sidebar > section + section {
    margin-top: 24px;
}

.article-sidebar__search,
.article-sidebar__panel,
.article-sidebar__simrs {
    padding: 23px;
    background: #ffffff;
    border: 1px solid #dfe9e3;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(23, 51, 42, .055);
}

.article-sidebar__eyebrow {
    display: block;
    margin-bottom: 5px;
    color: #079447;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.article-sidebar__search {
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 15%, rgba(255, 216, 20, .22), transparent 28%),
        linear-gradient(135deg, #075b35, #079447);
    border: 0;
}

.article-sidebar__search .article-sidebar__eyebrow {
    color: #b3edcc;
}

.article-sidebar__search h2,
.article-sidebar__heading h2,
.article-sidebar__services h2,
.article-sidebar__simrs h2 {
    margin: 0;
    color: #17332a;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.article-sidebar__search h2 {
    color: #ffffff;
    font-size: 1.18rem;
}

.article-sidebar__search > p {
    margin: 6px 0 16px;
    color: rgba(255, 255, 255, .75);
    font-size: .74rem;
}

.article-sidebar__search-control {
    display: grid;
    overflow: hidden;
    align-items: center;
    padding-left: 13px;
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 8px 22px rgba(0, 52, 30, .17);
    grid-template-columns: 20px minmax(0, 1fr) auto;
}

.article-sidebar__search-control > i {
    color: #079447;
    font-size: .78rem;
}

.article-sidebar__search-control input {
    min-width: 0;
    padding: 12px 9px;
    color: #17332a;
    font-size: .8rem;
    background: transparent;
    border: 0;
    outline: 0;
}

.article-sidebar__search-control input::placeholder {
    color: #8a9a93;
}

.article-sidebar__search-control button {
    align-self: stretch;
    padding: 0 16px;
    color: #ffffff;
    font-size: .76rem;
    font-weight: 700;
    background: #17332a;
    border: 0;
    cursor: pointer;
}

.article-sidebar__search-control button:hover,
.article-sidebar__search-control button:focus-visible {
    background: #071c15;
}

.article-sidebar__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 17px;
}

.article-sidebar__heading > a,
.article-sidebar__heading > i {
    flex: 0 0 auto;
    margin-top: 18px;
    color: #087443;
}

.article-sidebar__heading > a {
    font-size: .7rem;
    font-weight: 700;
}

.article-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.article-sidebar__list article {
    display: grid;
    align-items: start;
    gap: 12px;
    grid-template-columns: 72px minmax(0, 1fr);
}

.article-sidebar__visual {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    color: #087443;
    font-size: 1.4rem;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 216, 20, .2), transparent 35%),
        #eaf6ef;
    border-radius: 11px;
}

.article-sidebar__list article > div > span,
.article-sidebar__list article > div > small,
.article-sidebar__ranking small {
    display: block;
    color: #839189;
    font-size: .62rem;
}

.article-sidebar__list i,
.article-sidebar__ranking small i {
    margin-right: 4px;
    color: #079447;
}

.article-sidebar__list h3,
.article-sidebar__ranking h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.38;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article-sidebar__list h3 a,
.article-sidebar__ranking h3 a {
    color: #17332a;
}

.article-sidebar__list h3 a:hover,
.article-sidebar__ranking h3 a:hover {
    color: #079447;
}

.article-sidebar__ranking {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-sidebar__ranking li {
    display: grid;
    align-items: start;
    gap: 12px;
    padding: 13px 0;
    border-top: 1px solid #edf2ef;
    grid-template-columns: 34px minmax(0, 1fr);
}

.article-sidebar__ranking li:first-child {
    padding-top: 0;
    border-top: 0;
}

.article-sidebar__ranking li:last-child {
    padding-bottom: 0;
}

.article-sidebar__ranking li > span {
    color: #b5d9c4;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
}

.article-sidebar__ranking h3 {
    margin-top: 0;
}

.article-sidebar__services {
    padding: 23px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 216, 20, .15), transparent 28%),
        #102f24;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(16, 47, 36, .16);
}

.article-sidebar__services .article-sidebar__eyebrow {
    color: #8ee7b6;
}

.article-sidebar__services h2 {
    margin-bottom: 16px;
    color: #ffffff;
}

.article-sidebar__services > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.article-sidebar__services a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px;
    color: #dceae3;
    font-size: .68rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
    transition: color .2s ease, background-color .2s ease;
}

.article-sidebar__services a:hover {
    color: #17332a;
    background: #ffffff;
}

.article-sidebar__services a i {
    color: #8ee7b6;
}

.article-sidebar__services a:hover i {
    color: #079447;
}

.article-sidebar__simrs {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.article-sidebar__simrs-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 1.15rem;
    background: #087443;
    border-radius: 13px;
    box-shadow: 0 8px 20px rgba(7, 116, 67, .18);
}

.article-sidebar__simrs p {
    margin: 8px 0 0;
    color: #6e7e76;
    font-size: .74rem;
    line-height: 1.58;
}

@media (max-width: 991.98px) {
    .article-sidebar {
        padding-left: 15px;
    }

    .article-sidebar > section {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 479.98px) {
    .article-sidebar__search,
    .article-sidebar__panel,
    .article-sidebar__services,
    .article-sidebar__simrs {
        padding: 19px;
    }

    .article-sidebar__services > div {
        grid-template-columns: 1fr;
    }
}
