/* _content/PodcastRadar.Web/Components/BuildFooter.razor.rz.scp.css */
.build-footer[b-w80xedyk6y] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .35rem 1rem;
    width: min(1120px, calc(100% - 2rem));
    margin: 1.5rem auto 0;
    border-top: 1px solid #30382f;
    padding: 1rem 0;
    text-align: center;
    color: var(--muted, #aeb7a6);
    font-size: .8rem;
    overflow-wrap: anywhere;
}

.build-footer code[b-w80xedyk6y] { font-size: inherit; }

@media (max-width: 768px) {
    .build-footer[b-w80xedyk6y] {
        flex-direction: column;
        padding-bottom: calc(5rem + env(safe-area-inset-bottom));
    }
}
/* _content/PodcastRadar.Web/Components/EpisodeChapterPlayer.razor.rz.scp.css */
.chapter-player[b-6v1g4lsh9w] { min-width: 0; }
.current-chapter[b-6v1g4lsh9w] { display: grid; gap: .25rem; margin-block: .5rem; overflow-wrap: anywhere; }
.current-chapter > span[b-6v1g4lsh9w], .chapter-time[b-6v1g4lsh9w] { color: var(--text-secondary); font-size: .8rem; }
.chapter-position[b-6v1g4lsh9w] { display: block; width: 100%; min-height: 44px; padding: 0; margin: 0; accent-color: var(--accent); }
.chapter-time[b-6v1g4lsh9w] { display: flex; justify-content: space-between; font-variant-numeric: tabular-nums; }
.chapter-actions[b-6v1g4lsh9w] { display: flex; flex-wrap: wrap; gap: .5rem; margin-block: .5rem; }
.chapter-actions button[b-6v1g4lsh9w] { min-height: 44px; }
.chapter-feedback[b-6v1g4lsh9w] { color: var(--text-secondary); font-size: .8rem; }
.chapter-feedback:empty[b-6v1g4lsh9w] { display: none; }
.ad-caption[b-6v1g4lsh9w] { color: var(--warning); font-size: .8rem; margin-top: .5rem; }
.ad-markers[b-6v1g4lsh9w] { position: relative; height: 44px; background: var(--surface-raised); margin-block: .25rem .5rem; }
.ad-marker[b-6v1g4lsh9w] { position: absolute; height: 44px; min-width: 2px; padding: 0; border: 0; border-radius: 0; background: var(--warning); cursor: pointer; }
.ad-marker:disabled[b-6v1g4lsh9w] { cursor: default; opacity: .5; }
/* _content/PodcastRadar.Web/Components/EpisodeProcessingPanel.razor.rz.scp.css */
.episode-processing[b-n2k40239y3] { margin-block: .5rem 1rem; min-width: 0; max-width: 620px; }
summary[b-n2k40239y3] { min-height: 44px; align-content: center; cursor: pointer; font-size: .875rem; }
.processing-labels[b-n2k40239y3] { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.processing-labels li[b-n2k40239y3] { border: 1px solid var(--border-subtle); padding: .25rem .5rem; font-size: .8rem; }
.ad-review-note[b-n2k40239y3], .ad-review-message[b-n2k40239y3] { font-size: .8rem; color: var(--text-secondary); }
.ad-review-message:empty[b-n2k40239y3] { display: none; }
.ad-review-list[b-n2k40239y3] { list-style: none; padding: 0; }
.ad-review-list li[b-n2k40239y3] { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: .5rem; border-top: 1px solid var(--border-subtle); padding-block: .5rem; }
.ad-review-list li > span[b-n2k40239y3] { font-variant-numeric: tabular-nums; }
.ad-review-list li > div[b-n2k40239y3] { display: flex; flex-wrap: wrap; gap: .5rem; }
button[b-n2k40239y3] { min-height: 44px; }
/* _content/PodcastRadar.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-kostqgj7fq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-kostqgj7fq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
