body {
    text-transform: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.post-body,
.news-body {
    text-align: left !important;
}

.header-menu .sublist {
    width: auto !important;
    min-width: 215px !important;
}

.header-menu .sublist li a {
    padding-right: 28px !important;
}

.first-level li ul.sublist::before {
    content: "" !important;
}

/* Clean, minimal mobile submenu rows */
.top-menu.mobile .first-level li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.top-menu.mobile .sublist li {
    overflow: visible !important;
}

.top-menu.mobile .first-level li>a {
    display: block;
    padding: 14px 44px 14px 16px;
    color: #333;
}

/* Strip the old bulky arrow-box down to a plain container */
.top-menu.mobile .sublist-toggle {
    background: none !important;
    border: none !important;
    width: 24px !important;
    height: 24px !important;
    top: 14px !important;
    right: 12px !important;
    left: auto !important;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Nested rows have smaller padding, so the chevron needs a smaller offset too */
.top-menu.mobile .first-level .sublist .sublist-toggle {
    top: 11px !important;
}

/* Draw one thin chevron with CSS instead of the old grey block */
.top-menu.mobile .sublist-toggle::before {
    content: "" !important;
    width: 8px;
    height: 8px;
    border-right: 2px solid #888;
    border-bottom: 2px solid #888;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

/* Rotate the chevron only when THIS item's own sublist is open, not a nested grandchild's */
.top-menu.mobile li:has(> ul.sublist[style*="display: block"])>.sublist-toggle::before,
.top-menu.mobile li:has(> ul.sublist[style*="display:block"])>.sublist-toggle::before {
    transform: rotate(-135deg);
}

/* Remove the stray triangle marker for good, the chevron above replaces it */
.top-menu.mobile .first-level li ul.sublist::before {
    content: "" !important;
    border-width: 0 !important;
}

/* Lighter, thinner nested rows */
.top-menu.mobile .first-level .sublist li {
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0;
}

.top-menu.mobile .first-level .sublist li>a {
    padding: 12px 16px 12px 28px;
    color: #555;
    font-size: 14px;
}

.top-menu.mobile .sublist-toggle::after {
    content: none !important;
    background: none !important;
}

@media (max-width: 767px) {
    .news-items .news-item {
        padding: 16px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .news-items .news-head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .news-items .news-title {
        font-size: 18px;
        font-weight: 600;
        color: #222;
        text-align: left;
    }

    .news-items .news-date {
        font-size: 13px;
        color: #888;
        font-weight: normal;
        margin-top: 2px;
    }

    .news-items .news-body {
        margin-top: 8px;
        font-size: 14px;
        color: #555;
        line-height: 1.5;
    }

    .news-items .buttons {
        margin-top: 12px;
        text-align: left;
    }

    .news-items .read-more {
        display: inline-block;
        padding: 8px 18px;
        background: #333;
        color: #fff !important;
        border-radius: 4px;
        font-size: 13px;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .news-items .news-item {
        padding: 24px 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .news-items .news-head {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        text-align: left;
        gap: 20px;
    }

    .news-items .news-title {
        font-size: 22px;
        font-weight: 600;
        color: #222;
        text-align: left;
    }

    .news-items .news-date {
        font-size: 14px;
        color: #888;
        font-weight: normal;
        white-space: nowrap;
    }

    .news-items .news-body {
        margin-top: 8px;
        font-size: 15px;
        color: #555;
        line-height: 1.6;
        max-width: 75%;
    }

    .news-items .buttons {
        margin-top: 14px;
        text-align: left;
    }

    .news-items .read-more {
        display: inline-block;
        padding: 9px 22px;
        background: #333;
        color: #fff !important;
        border-radius: 4px;
        font-size: 13px;
        text-decoration: none;
    }
}

@media (min-width: 768px) {
    .news-items .buttons {
        margin-top: 12px !important;
        text-align: left !important;
        clear: none !important;
        float: none !important;
    }

    .news-items .read-more {
        float: none !important;
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .news-items .news-body {
        min-height: 0 !important;
        height: auto !important;
    }
}