.wr-archive-wrap,
.wr-single-wrap {
    padding: 48px 0;
}

.wr-archive-inner,
.wr-single-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.wr-archive-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
}

.wr-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wr-list li {
    margin-bottom: 16px;
}

.wr-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
    text-decoration: none;
    color: inherit;
}

a.wr-item:hover .wr-title {
    text-decoration: underline;
}

.wr-thumb {
    flex-shrink: 0;
    width: 340px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #ddd;
}

.wr-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wr-thumb-placeholder {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
}

.wr-meta {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 4px 0;
}

.wr-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.35;
    color: #1a3a4f;
}

/* ── Single recording page ─────────────────────────────────────────────────── */

.wr-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
    text-decoration: none;
}

.wr-back-btn__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #6D69FA;
    border-radius: 50%;
    flex-shrink: 0;
}

.wr-back-btn__label {
    font-size: 0.875rem;
    color: #555;
}

.wr-back-btn:hover .wr-back-btn__circle {
    background: #5753e0;
}

.wr-back-btn:hover .wr-back-btn__label {
    color: #1a3a4f;
}

.wr-single-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a3a4f;
    margin-bottom: 32px;
    line-height: 1.3;
}

.wr-player {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.wr-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wr-no-video {
    color: #888;
}

/* ── Responsive ────────────────────────────────────────────────────────────── */

@media (max-width: 640px) {
    .wr-item {
        flex-direction: column;
        gap: 16px;
    }

    .wr-thumb {
        width: 100%;
    }
}
