/* Homepage latest articles only. Initial and AJAX rows share these selectors. */
.home-daily-updates {
    box-sizing: border-box; width: calc(100% - 30px); margin: 0 0 20px;
    padding: 20px; background: #fff; border: 1px solid #e3eceb;
    border-radius: 16px; box-shadow: 0 5px 22px rgba(20, 67, 61, .045);
}
.home-daily-updates .cmslist.newadd { float: none; width: 100%; min-height: 0; margin: 0; overflow: visible; }
.home-daily-updates .xyti {
    display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
    gap: 8px 16px; margin: 0 0 16px; padding: 0 0 16px;
    background: none; border-bottom: 1px solid #edf2f1; line-height: 1.6;
}
.home-daily-updates .xyti h3 { margin: 0; font-size: 15px; font-weight: 700; }
.home-daily-updates .xyti h3::before {
    content: ""; display: inline-block; width: 4px; height: 17px; margin-right: 9px;
    border-radius: 3px; background: #00a895; vertical-align: -3px;
}
.home-daily-updates .xyti h3 a, .home-daily-updates .xyti h3 a span { color: #137e72 !important; font-size: 15px !important; }
.home-daily-updates .xyti p {
    position: static !important; margin: 0; padding: 5px 10px; background: #f1f7f6;
    border-radius: 7px; color: #7a8c89; font-size: 12px !important; font-weight: 400 !important;
}
.home-daily-updates .xyti p span { margin: 0 4px; color: #137e72 !important; font-weight: 700; font-variant-numeric: tabular-nums; }
.home-daily-updates .xyti .tline { display: none; }
.home-daily-updates .newlist ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; margin: 0; padding: 0; }
.home-daily-updates .cmslist.newadd.newlist li {
    display: flex; align-items: center; gap: 7px; float: none; box-sizing: border-box;
    width: 100%; min-width: 0; height: auto; min-height: 54px; margin: 0; padding: 9px 11px;
    background: #f8fafb; border: 1px solid #edf1f3; border-radius: 9px;
    line-height: 20px; white-space: normal; overflow: hidden;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.home-daily-updates .cmslist.newadd.newlist li:hover,
.home-daily-updates .cmslist.newadd.newlist li:focus-within { background: #f1faf7; border-color: #b8ddd4; box-shadow: 0 2px 7px rgba(20, 100, 85, .06); }
.home-daily-updates .cmslist.newadd.newlist li::before { content: ""; flex: 0 0 5px; height: 5px; border-radius: 50%; background: #6ab9aa; }
.home-daily-updates .cmslist.newadd.newlist li > img { display: none; }
.home-daily-updates .cmslist.newadd.newlist li > em {
    flex: 0 0 auto; margin: 0; padding: 1px 3px; background: #fff1e8;
    border-radius: 4px; color: #a66727; font-size: 11px; line-height: 18px;
}
.home-daily-updates .cmslist.newadd.newlist li > a { flex: 1 1 0%; min-width: 0; color: #344451; text-decoration: none; }
.home-daily-updates .cmslist.newadd.newlist li a span {
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
    overflow: hidden; overflow-wrap: anywhere; margin: 0; font-size: 14px !important; font-weight: 600 !important; line-height: 20px;
}
.home-daily-updates .cmslist.newadd.newlist li .cms_daye_time {
    order: 3; flex: 0 0 auto; float: none; margin: 0; padding: 2px 6px;
    background: #fff; border: 1px solid #e7eded; border-radius: 5px; color: #8a989e;
    font-size: 11px !important; line-height: 18px; font-variant-numeric: tabular-nums; white-space: nowrap;
}
.home-daily-updates .newlist_ctrl { display: flex; justify-content: center; gap: 12px; padding: 18px 0 0; }
.home-daily-updates .newlist_ctrl input[type=button] {
    min-width: 104px; min-height: 38px; padding: 7px 22px; background: #fff;
    border: 1px solid #dce7e4; border-radius: 8px; color: #52706a; font-size: 13px; line-height: 22px;
}
.home-daily-updates .newlist_ctrl input.inext { background: #109c88; border-color: #109c88; color: #fff; }
.home-daily-updates .newlist_ctrl input:hover { border-color: #109c88; background: #edf8f4; color: #117f70; }
.home-daily-updates a:focus-visible, .home-daily-updates input:focus-visible { outline: 2px solid #109c88; outline-offset: 3px; }
@media (max-width: 1240px) { .home-daily-updates { width: 100%; } }
@media (max-width: 830px) {
    .home-daily-updates { padding: 14px; border-radius: 12px; margin-bottom: 16px; }
    .home-daily-updates .xyti { gap: 10px; padding-bottom: 12px; margin-bottom: 12px; }
    .home-daily-updates .newlist ul { grid-template-columns: minmax(0, 1fr); gap: 7px; }
    .home-daily-updates .cmslist.newadd.newlist li { padding: 9px 10px; min-height: 48px; }
    .home-daily-updates .newlist_ctrl input[type=button] { min-height: 42px; }
}
@media (prefers-reduced-motion: reduce) { .home-daily-updates .cmslist.newadd.newlist li { transition: none; } }
