.ylc-top-stories {
    margin: 0 0 24px;
}

.ylc-top-stories-header {
    display: flex;
    align-items: center;
}

.ylc-top-stories-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #383838;
    font-family: "Roboto", sans-serif;
    margin: 0 0 20px;
}

.ylc-top-stories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ylc-top-stories-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ylc-top-stories-item:first-child {
    padding-top: 0;
}

.ylc-top-stories-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}

.ylc-top-stories-link:hover .ylc-top-stories-item-title {
    color: #F22B2B;
}
.ylc-top-stories-thumb-wrapper {
    position: relative;
}
.ylc-top-stories-thumb {
    flex-shrink: 0;
    width: 104px;
    height: 116px;
    border-radius: 10px;
    overflow: hidden;
}

.ylc-top-stories-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ylc-top-stories-category {
    font-size: 8px;
    line-height: 12px;
    color: #2c2c2c;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    background-color: #EDEDED;
    border-radius: 2.41px;
    padding: 2px 4px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(84%);
    white-space: nowrap;    
}
.ylc-top-stories-content {
    flex: 1;
    min-width: 0;
}

.ylc-top-stories-item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #383838;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 4px;
    font-family: "Roboto", sans-serif;
}

.ylc-top-stories-comment-count {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #383838;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: capitalize;
}
