.newsPopularCard[data-v-637609ce] {
    width: 100%;
    border-radius: 8px;
    font-family: Inter;
    color: #000;
    background: var(--news_background_color);
    margin-bottom: 30px;
    max-width: 300px
}

.newsPopularCardArea[data-v-637609ce] {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .2s
}

.newsPopularCardArea[data-v-637609ce]:hover {
    opacity: .6
}

.newsPopularCardTitle[data-v-637609ce] {
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    padding-top: 30px;
    padding-left: 38px;
    padding-bottom: 34px;
    letter-spacing: -1px;
    color: var(--news_text_color)
}

.newsPopularCardHr[data-v-637609ce] {
    color: var(--popular_card_hr_color)
}

.newsPopularCardImage[data-v-637609ce] {
    display: inline-block;
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 38px;
    border-radius: 50%
}

.newsPopularCardName[data-v-637609ce] {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding-left: 11px
}

.newsPopularCardAreaNewItem[data-v-637609ce] {
    padding-left: 31px;
    padding-right: 31px
}

.newsPopularCardAreaNewItemImage[data-v-637609ce] {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    display: inline-block
}

.newsPopularCardAreaNewItemSource[data-v-637609ce] {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    padding-left: 10px
}

.newsPopularCardAreaNewItemSource[data-v-637609ce],
.newsPopularCardAreaNewItemTimer[data-v-637609ce] {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: var(--news_text_header_color)
}

.newsPopularCardAreaNewItemTimer[data-v-637609ce] {
    display: none;
    font-size: 8px;
    line-height: 10px;
    float: right;
    padding-top: 10px
}

.newsPopularCardAreaNewItemTitle[data-v-637609ce] {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 40px;
    word-break: break-word;
    color: var(--news_text_header_color)
}

.newsPopularCardAreaNewItemTitle[data-v-637609ce]:hover {
    opacity: .6
}

@media screen and (max-width:600px) {
    .newsPopularCard[data-v-637609ce] {
        display: none
    }
}