.article__rating {
    background: url('star.svg') 0 0 repeat-x;
    height: 24px;
    position: relative;
    width: 120px;
}
.article__rating__progress {
    background: url('star_filled.svg') 0 0 repeat-x;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}
.article__title-xxl {
    font-size: 48px;
    line-height: 1.25;
    color: #1f1f1f;
    font-weight: 600;
    margin: 12px 0;
}
.article__anons {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
}
.article-detail__banner__left .profile-name{
    font-weight: 500;
}
.article-detail__banner__right {
    position: relative;
    padding-left: 50px;
}
.article-detail__banner__right:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.67em;
    width: 1px;
    height: 75%;
    padding-left: 30px;
    border-left: 1px solid #CACBCE;
}
.article-detail__post-info {
    width: 250px;
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 12px;
    color: #A0A3A7;
    font-size: 14px;
}
.article-detail__post-info__row {
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.article-detail__post-info__views {
    display: flex;
    align-items: end;
}
.profile-icon-xl {
    width: 5em;
    height: 5em; 
    margin-top: 2em;
    margin-bottom: 42px;
}
.profile-icon-xl img {
    width: 5em;
    height: 5em; 
    object-fit: cover;
    border-radius: 50%;
}
.service-article {
    display: flex;
    gap: 40px;
    font-size: 20px;
    line-height: 1.4;
    margin-left: 8.333333%;
    margin-right: 25%;
    padding-top: 60px;
}
.article__social .social__inner {
    flex-direction: row;
    bottom: 40px;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    right: 12px;
    position: absolute;
    z-index: 10;
}
.article__social .social:has(.fixed) {
    left: auto;
    position: fixed;
}
.article__social .social:has(.sticky) {
    position: absolute;
}
.article__social .social .social__item {
    margin: 6px 0;
}
.badge {
  display: inline-block;
  border-radius: 6px;
  padding: 0 8px;
  background-color: #33AD4E1F;
  color: #33AD4E;
  text-wrap: nowrap;
}
.entry__item__views {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #A0A3A7;
    padding-right: 2px;
}
.icon--eye {
    width: 22px;
    height: 21px;
    background: url('eye.svg') 0 0 no-repeat;
    transform: scale(0.75);
}
.rating-row-fixed {
    bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    right: 12px;
    position: absolute;
    z-index: 10;
}