/* mod_latestnews_custom — общие стили HangaPro / Kaipai Food */

@media (max-width: 1024px) {
    .mod-latestnews-custom {
        display: none !important;
    }

    .moduletable:has(.mod-latestnews-custom) > .module-title,
    .moduletable:has(.mod-latestnews-custom) > .moduletitle,
    .moduletable:has(.mod-latestnews-custom) > h3,
    .moduletable:has(.mod-latestnews-custom) > h4 {
        display: none !important;
    }
}

.mod-latestnews-custom .news-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.mod-latestnews-custom .news-thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 4px;
}

.mod-latestnews-custom .news-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod-latestnews-custom .news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mod-latestnews-custom .news-title {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
}

.mod-latestnews-custom .news-title a {
    color: inherit;
    text-decoration: none;
}

.mod-latestnews-custom .news-date,
.mod-latestnews-custom .news-cat {
    display: none !important;
}
