.topic-art-box{
    position: relative;
}
.topic-art-box>div{
    background-color: #fff; /* білий фон для карточки */
    border-radius: 5px; /* округлі кути (за потреби) */
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.topic-art-box a.p_name{
    font-size: 16px;
    font-weight: bold;
}
.topic-art-box a.p_name:hover{
    text-decoration: none;
    color: var(--sm-link-color);
}
.topic-art-info{
    font-size: 16px;
    color: #000;
    margin-top: 14px;
}
.topic-art-date{
    margin-top: 30px;
    color: #535353;
    font-size: 14px;
}
.topic-art-box div img{
    height: 150px!important;
}
.topic-art-box .a-link{
    background-color: var(--sm-btn-color);
    width: 40px;
    height: 40px;
    font-size: 30px;
    border-radius: 20px;
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topic-art-box .a-link svg {
    fill: #fff;
    transform: rotate(90deg);
}
.topic-art-box .a-link a{
    padding: 10px;
    display: initial!important;
    line-height: initial!important;
    margin: 0!important;
}