.me360-sidebar-latest-posts {
    background-color: #ffffff;
    border: 1px solid #d6d9dd;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 0 #ffffff;
    padding: 20px 20px 25px;
    margin: 0 0 20px;
}

.me360-sidebar-latest-posts__title {
    font-family: ClashDisplay, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1e2132;
    margin-bottom: 23px;
}

.me360-sidebar-latest-posts__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.me360-sidebar-latest-posts__item {
    margin: 0 0 10px;
    padding: 0;
    line-height: 18.9px;
}

.me360-sidebar-latest-posts__item:last-child {
    margin-bottom: 0;
}

.me360-sidebar-latest-posts__link {
    display: block;
    font-family: ClashDisplay, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1e2132;
    text-decoration: none;
}

.me360-sidebar-latest-posts__link:hover {
    text-decoration: underline;
}

/*
 * Na /aktywnosc/ ten box renderuje się wewnątrz natywnego widgetu WP
 * (activity_right), który motyw BuddyBoss już stylizuje identycznym białym
 * boxem — bez tego override'u boxy dublują się. Na /panel/ (Elementor,
 * bez natywnego wrappera) własny box zostaje potrzebny, więc reset jest
 * scoped tylko do #secondary-right.
 */
#secondary-right .me360-sidebar-latest-posts {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
