#tde-slider-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.tde-slider {
    flex: 1;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.tde-slider iframe,
.tde-slider blockquote {
    max-width: 100%;
    margin: 0 auto;
}

.tde-episode {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tde-prev,
.tde-next {
    padding: 12px 20px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

.tde-prev:disabled,
.tde-next:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.tde-loading {
    color: #888;
    font-style: italic;
}

.tde-error {
    color: #c00;
}

.tde-ad-slot {
    min-height: 100px;
    margin-top: 20px;
}