.wn-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 28px;
}

.wn-month {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--border);
}

.wn-entry {
    margin-bottom: 24px;
}

.wn-date {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 6px;
}

.wn-list {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wn-list li {
    line-height: 1.5;
}
