.Episode {

    &-field {
        margin-bottom: 10px;
    }

    &-save-draft-button {
        margin-right: 20px;
    }

    &-delete-draft-button {
        margin-right: 20px;
    }

    &-section-header {
        color: #1c1c1c;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .card {
        margin-bottom: 50px;
    }

    &-details-grid {
        display: grid;
        grid-template-columns: 2fr 1.2fr 1fr 1fr 1fr 1fr;
    }

    &-details-grid-new {
        display: grid;
        grid-template-columns: 2fr 1.2fr 1fr 1fr 1fr 1fr 1fr;
    }

    &-optional-settings-row {
        display: flex;
    }

    &-optional-settings-small-field {
        width: 80%;
    }

    .Episode-optional-settings-dropdown {
        width: 80%;

        .Select__placeholder {
            font-size: 12px;
        }
    }

    &-season-number {

        .FRCControl-error-message {
            padding-right: 5px;
        }
    }

    .RichTextEditor {
        min-height: 305px;
    }

    &-upload-disabled {
        opacity: 0.25;
    }

    &-upload-file {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: $episode-upload-area-height;
        justify-content: center;
    }

    &-upload-file-header {
        font-size: 24px;
        margin-bottom: 10px;
    }

    &-upload-file-description {
        font-size: 14px;
        margin-bottom: 32px;

        label {
            color: var(--blue);
            cursor: pointer;
            font-weight: 500;
        }
    }

    &-circle {
        @include circle(80px, rgba($blue, 0.05), var(--blue));
    }

    .PodcastFile {
        height: 38px;
        opacity: 0.3;
        width: 38px;
    }

    &-upload-episode-art {
        align-items: center;
        border: dashed 2px var(--gray-400);
        border-radius: 3px;
        display: flex;
        flex-direction: column;
        height: 161px;
        justify-content: center;
        margin-right: 25px;
        padding: 20px;
        text-align: center;
        width: 161px;

        .Coverart {
            stroke: rgba($blue, 0.2);
            width: 60px;
        }
    }

    &-upload-episode-art-text {
        color: var(--blue);
        font-size: 12px;
        font-weight: 500;
    }

    &-publish-date-row {
        display: flex;
    }

    &-publish-date {
        margin-right: 10px;
    }

    &-publish-set-now-link {
        margin-left: 20px;
    }

    &-hide-upload {
        border: 0;
    }

    &-upload-failed {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 270px;
        justify-content: space-around;
    }

    &-label-with-dot {
        display: flex;
        margin-right: 100px;

        .FRCLabel {
            margin-left: 5px;
        }
    }

    &-ad-inventory {
        display: flex;

        .form-control {
            width: 68px;
        }
    }

    &-see-requirements {
        color: var(--blue);
        font-size: 12px;
        font-weight: bold;
        margin-top: 25px;
        text-transform: uppercase;
    }

    &-audio-requirements {
        text-align: left;
        padding: 15px;
    }

    &-audio-requirements-list {
        text-align: left;
        margin-bottom: 0;
        padding-left: 15px;
    }

    &-audio-requirements-header {
        font-weight: bold;
        margin-bottom: 10px;
    }

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

    &-audio-requirements-loudness {
        margin-top: 20px;
    }

    &-ad-inventory-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    &-transcription-header {
        font-size: 24px;
        margin-top: 40px;
    }

    .Alert {
        margin-bottom: 20px;
    }
}

.was-validated {

    .FRCControl-error {

        .UploadArea {
            border-color: var(--red);
        }
    }
}

.FormFieldChildRadio {
    margin-left: 25px;
    white-space: nowrap;
}
