.flux-podcast-chapters {
    margin-top: 1.25rem;
}

.flux-podcast-chapters-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 .75rem;
}

.flux-chapter-list {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    list-style: none;
    margin: 0;
    max-width: 720px;
    padding: 0;
}

.flux-chapter-item {
    margin: 0;
}

.flux-chapter-link {
    appearance: none;
    background: transparent;
    border: 0;
    color: #161616;
    cursor: pointer;
    display: inline-flex;
    align-items: flex-start;
    gap: .4rem;
    line-height: 1.3;
    padding: .22rem 0 .28rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.flux-chapter-link:hover,
.flux-chapter-link:focus {
    color: #161616;
    text-decoration: none;
}

.flux-chapter-time {
    font-weight: 700;
    white-space: nowrap;
}

.flux-chapter-play-icon {
    color: #fff;
    flex: 0 0 1rem;
    font-size: .75rem;
    line-height: 1.4;
    margin-top: .08rem;
    text-align: center;
}

.flux-chapter-title {
    overflow-wrap: anywhere;
}
