.ra-accordion {
    margin: 2rem 0;
}

.ra-item {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 0.75rem 0;
}

.ra-summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.ra-summary::-webkit-details-marker {
    display: none;
}

.ra-title {
    font-size: 1rem;
}

.ra-date {
    font-size: 0.85rem;
    opacity: 0.6;
}

.ra-content {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.ra-item[open] .ra-title {
    text-decoration: underline;
}
