Код:
/* Шапка */
#pun-shapka {
    background: url(https://forumstatic.ru/files/001b/e7/0b/98721.png) no-repeat top center, url(https://forumstatic.ru/files/001b/e7/0b/49546.jpg) top center / contain;
    height: 395px;
}

#shapka {
    border-radius: 10px 10px 0 0;
    margin: 0 auto;
    margin-bottom: 0;
}

#shapka::before {
    content: '';
    background: url(https://i.imgur.com/vNEGfxy.gif) no-repeat;
    position: absolute;
    width: 231px;
    height: 112px;
    top: 14px;
    left: 49px;
}

.shap-cont {
    position: relative;
    padding: 170px 20px 0 25px;
    width: 1040px;
    display: flex;
    justify-content: space-between;
}

.sh-left,
.sh-right {
    width: 137px;
    padding: 0 7px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.sh-left > img,
.sh-right > img {
    margin: 5px 0;
}

.ams_wrap,
.best-ep,
.best-post {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.shap-cont .ams_title,
.best-ep__title,
.best-post__title {
    color: #04b88b;
    font: 12px Play;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    background: #013126;
    border: 1px solid;
    border-image: linear-gradient(360deg, #009a73, #ff542e);
    border-image-slice: 1;
    padding: 3px 10px;
    text-align: center;
}

.shap-cont .ams_title {
    margin-bottom: 5px;
}

span.ams {
    position: relative;
}

.ams-link,
.best-ep__link,
.best-post__link {
    display: block;
    font: 10px Play;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--color-orange);
    text-align: center;
}

.best-ep__link {
    margin-top: 5px;
}

.ams-link {
    line-height: 90%;
}

.ams em {
    opacity: 0;
    background: #013126;
    border: 1px solid;
    border-image: linear-gradient(360deg, #009a73, #ff542e);
    border-image-slice: 1;
    position: absolute;
    width: 280px;
    padding: 10px;
    color: var(--color-accent-2);
    transition: opacity 0.8s ease;
    pointer-events: none;
    z-index: 10;
}

.ams:hover em {
    opacity: 1;
    pointer-events: auto;
}

.ams images {
    float: left;
    height: 80px;
    border: 1px solid;
    border-image: linear-gradient(180deg, #276b47, #00a179, #276b47);
    border-image-slice: 1;
    margin-right: 10px;
}

.ams images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avki a,
.avki2 a {
    background: #734931;
}

.avki div,
.avki2 div {
    height: 25px;
    width: 25px;
    border: 1px solid;
    border-image: linear-gradient(180deg, #276b47, #00a179, #276b47);
    border-image-slice: 1;
}

.avki div img,
.avki2 div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: opacity(0.6) grayscale(1);
}

.shap-cont .center {
    height: 176px;
    width: 226px;
    display: flex;
    flex-direction: column;
    margin-left: 7px;
    align-items: center;
    gap: 20px;
}

.shap-cont .text1 {
    font: 10px Play;
    text-transform: uppercase;
    color: var(--color-accent);
    text-align: center;
}

.orglinks {
    font: 11px Play;
    text-transform: uppercase;
    color: var(--color-accent);
    width: 178px;
    height: 68px;
    text-align: center;
    padding: 5px 15px;
    align-content: center;
    line-height: 140%;
}

.orglinks a {
    color: var(--color-accent);
}

.orglinks a:hover {
   color: var(--color-orange); 
}

.shap-cont #pun-status {
    width: 100%;
    text-align: center;
    padding: 0;
    font: 9px Play;
    text-transform: uppercase;
    color: var(--color-orange); 
}

#pun-status .container {
    padding: 8px 0 0;
    margin: 0;
}

#pun-status .item2 {display: block;}
.shap-cont .item3 {
    font: 9px Play;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--color-orange);
    text-align: center;
    margin-top: 8px;
}

.shap-cont .item3 a {color: var(--color-orange);}
.shap-cont .item3 a:hover {color: var(--color-accent);}
.shap-cont .item4 {display: none !important;}
#pun-status a {color: var(--color-orange);}
#pun-status a:hover {color: var(--color-accent);}

.shap-cont .avki,
.shap-cont .avki2 {
    display: flex;
    gap: 7px;
    justify-content: space-between;
}

.avki a:hover,
.avki2 a:hover {
    filter: grayscale(0%) opacity(100%);
}

.best-post__link {
    margin-top: 5px;
    font: 8px Play;
    overflow: hidden;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sh-left .text1, .sh-left .text2 {
margin: 10px 0;
max-height: 75px;
overflow-y: auto;
padding: 0 10px 0 0;
}

/*Новостные плашки*/
.news {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 25px;
}

.news a {
    color: var(--color-orange);
    font: 12px Play;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    background: #013126;
    border: 1px solid;
    border-image: linear-gradient(360deg, #009a73, #ff542e);
    border-image-slice: 1;
    padding: 9px 10px 8px 36px;
    position: relative;
}

.news a::before {
    content: '';
    background: url(https://forumstatic.ru/files/001b/e7/0b/79314.png) no-repeat;
    width: 30px;
    height: 28px;
    position: absolute;
    top: 1px;
    left: 1px;
}

.news a:hover {color: var(--color-accent);}