.EditPodcast {

    .card {
        margin-bottom: 50px;
    }

    &-art-and-summary {
        display: flex;

        .form-group {
            flex: 1;
        }
    }

    &-header-text {
        color: var(--gray-900);
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    &-form-group {

        .form-group {
            margin-bottom: 34px;
        }
    }

    &-select-language {
        flex: 1;
    }

    &-title {
        color: var(--gray-600);
        font-size: 24px;
        margin-bottom: 30px;
    }

    &-title-error {
        margin-top: 4px;
    }

    &-title-and-summary {
        width: 100%;
    }

    .text-muted .frc-alert {
        color: var(--gray-900);
        margin-bottom: 0;

        .frc-alert-children {
            font-size: 12px;
        }
    }

    &-showType {

        .form-check-label {
            margin-right: 70px;
        }
    }

    &-showType-serial {
        margin-bottom: 15px !important;

        .form-check-label {
            margin-right: 70px;
        }

        .Serialic-season-details {
            padding-top: 12px;
            display: block;
            margin-inline: 155px;
        }
    }

    &-rating {

        .form-check-label {
            margin-right: 90px;
        }
    }

    &-slug,
    &-apple-subscription-and-youtube {

        .Alert {
            margin-bottom: 0;

            .InfoGlyph {
                height: 18px;
                width: 18px;
            }
        }

        &-info {
            color: var(--gray-900);
            margin-bottom: 0;
            font-size: 12px;

            &-bold {
                font-weight: bold;
            }
        }
    }

    &-feed-type-apple-subs,
    &-feed-type-youtube {

        &-alert {
            border: none !important;
            width: 380px !important;

            .CloseGlyph {
                fill: var(--gray-700) !important;
            }

            .Glyph {
                height: 18px !important;
                width: 18px !important;
            }
        }

        &-popover {
            max-width: 400px !important;
        }
    }

    &-feed-type {

        .form-check-label {
            margin-right: 60px;
        }
    }

    #channel-id:disabled,
    #slug:disabled {
        color: var(--gray-600);
    }
}

.Podcast-delete-warning {
    margin-top: 20px;
}

.Podcast-modal-contents {
    font-size: 14px;
}
