/* Custom Post Navigation — 5 ссылок вместо 2 */

.cnav-heading {
    font-size: 1.17em;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 8px;
}

.cnav-list {
    flex-direction: column !important;
    gap: 8px !important;
    margin-top: 0 !important;
}

.cnav-list li {
    flex: none;
}

.cnav-list a {
    word-break: break-word;
    overflow-wrap: break-word;
}
