.record-card,
.post-list-card {
    min-width: 0;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 20px;
    background: rgba(255,255,255,.58);
    box-shadow: var(--sc-shadow);
    backdrop-filter: blur(20px);
}

.record-card {
    margin-bottom: 16px;
    padding: 18px;
}

.post-list-card {
    min-height: calc(100vh - 74px);
    padding: 20px;
}

.post-row,
.recent-summary {
    border: 1px solid var(--sc-line);
    border-radius: 10px;
    background: rgba(255,255,255,.46);
}
