.acm-podcast-player {
    margin: 24px 0;
    padding: 18px 20px;
    border: 1px solid #d5d9dd;
    border-radius: 12px;
    background: linear-gradient(180deg, #fbfcfd 0%, #f1f5f8 100%);
}

.acm-podcast-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.acm-podcast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #0f5a6b;
    color: #fff;
}

.acm-podcast-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.acm-podcast-label {
    font-weight: 700;
    color: #102a43;
}

.acm-podcast-duration {
    font-size: 13px;
    color: #52606d;
}

.acm-podcast-player audio {
    width: 100%;
}
