.wr-accordion {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 8px;
    background: #f9f9f7;
}

.wr-accordion.empty {
    padding: 16px;
    text-align: center;
}

.wr-year {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 8px 0;
    background: #ffffff;
    overflow: hidden;
}

.wr-year__summary {
    cursor: pointer;
    padding: 12px 14px;
    font-weight: 600;
    list-style: none;
}

.wr-year__summary::-webkit-details-marker {
    display: none;
}

.wr-year__summary::after {
    content: '+';
    float: right;
    font-weight: 700;
}

.wr-year[open] .wr-year__summary::after {
    content: '−';
}

.wr-year__list {
    margin: 0;
    padding: 0 14px 12px 14px;
    list-style: none;
}

.wr-year__item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-top: 1px solid #f0f0f0;
    gap: 12px;
    flex-wrap: wrap;
}

.wr-year__item:first-child {
    border-top: 0;
}

.wr-year__link {
    text-decoration: none;
}

.wr-year__link:hover {
    text-decoration: underline;
}

.wr-year__date {
    color: #777;
    font-size: 0.9em;
    white-space: nowrap;
}

.wr-year__snippet {
    flex-basis: 100%;
    color: #555;
    font-size: 0.92em;
    margin-top: 4px;
}

@media (max-width: 600px) {
    .wr-year__item {
        flex-direction: column;
        align-items: flex-start;
    }
    .wr-year__date {
        white-space: normal;
    }
}
