.vorpass-episodes {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.vorpass-episode {
    border-bottom: 1px solid color-mix(in srgb, currentColor 15%, transparent);
    padding-bottom: 1.5rem;
}

.vorpass-episode:last-of-type {
    border-bottom: 0;
}

.vorpass-episode__title {
    margin: 0 0 0.25rem;
    font-size: 1.15rem;
    line-height: 1.3;
}

.vorpass-episode__label {
    display: inline-block;
    margin-right: 0.4rem;
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem;
    background: color-mix(in srgb, currentColor 12%, transparent);
    font-size: 0.8em;
    letter-spacing: 0.02em;
}

.vorpass-episode__meta {
    margin: 0 0 0.75rem;
    opacity: 0.7;
    font-size: 0.9rem;
}

.vorpass-episode__audio {
    width: 100%;
    max-width: 40rem;
    margin-bottom: 0.75rem;
}

.vorpass-episode__text {
    font-size: 0.95rem;
    line-height: 1.5;
}

.vorpass-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
}

.vorpass-pagination__status {
    opacity: 0.6;
    font-size: 0.9rem;
}

.vorpass-empty {
    padding: 1rem 0;
    opacity: 0.7;
}

.vorpass-error {
    border-left: 3px solid color-mix(in srgb, currentColor 60%, transparent);
    padding-left: 1rem;
    margin: 1rem 0;
}

.vorpass-error__detail {
    font-family: monospace;
    font-size: 0.85rem;
    opacity: 0.7;
}

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

.vorpass-latest__item {
    padding: 0.75rem 0;
    border-bottom: 1px solid color-mix(in srgb, currentColor 15%, transparent);
}

.vorpass-latest__item:first-child {
    padding-top: 0;
}

.vorpass-latest__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.vorpass-latest__title {
    margin: 0 0 0.15rem;
    font-size: 0.95rem;
    line-height: 1.35;
}

.vorpass-latest__meta {
    margin: 0;
    opacity: 0.7;
    font-size: 0.8rem;
    font-variant-numeric: tabular-nums;
}
