/* News list mobile fix - 2026-06-05 */
@media screen and (max-width: 767px) {
    .entry-list-mobile .entry-item {
        display: block;
        width: 100%;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .entry-list-mobile .typo-img {
        float: none !important;
        width: 100% !important;
        margin: 0 0 12px 0 !important;
    }

    .entry-list-mobile .entry-img img {
        width: 100% !important;
        max-width: 360px;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

    .entry-list-mobile .typo-text {
        overflow: visible !important;
        text-align: left;
    }

    .entry-list-mobile .entry-title h2 {
        font-size: 18px;
        line-height: 1.45;
    }

    .pagebar,
    .pagination {
        display: block !important;
        text-align: center;
        margin-top: 22px;
    }

    .pagination .page-item {
        display: inline-block !important;
        margin: 3px;
        padding: 6px 10px;
    }
}
