.SocialMediaIngest {
    font-size: 14px;

    &-export {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    &-save {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    &-header {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 16px;
        padding-top: 10px;
        border-bottom: 1px solid var(--gray-400);
    }

    &-description {
        margin-bottom: 15px;
    }

    &-description-optional {
        font-size: 14px;
    }

    &-col-header {
        color: var(--gray-600);
        font-weight: 500;
    }

    .frc-alert {
        margin-top: 10px;
    }

    &-error-cell {
        color: var(--red);
    }

    &-instructions {
        background-color: var(--white);
        padding: 20px;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        margin-top: 30px;
        margin-bottom: 20px;
    }

    &-instructions-boxes {
        display: flex;
    }

    &-instructions-box {
        background-color: var(--gray-100);
        flex: 1;
        padding: 20px 20px 20px 50px;
        position: relative;
    }

    .FacebookIcon {
        height: 16px;
        width: 16px;
        margin-right: 6px;
        position: relative;
        top: -1px;
    }

    &-instructions-icon {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    &-instructions-box:not(:last-child) {
        margin-right: 28px;
    }

    &-instructions-header-bar {
        display: flex;
        justify-content: space-between;
    }

    &-instructions-header {
        font-size: 16px;
        font-weight: 500;
    }

    &-required-header {
        color: var(--gray-900);
    }

    &-step-number {
        background-color: black;
        color: white;
        border-radius: 20px;
        height: 20px;
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 15px;
        font-size: 12px;
        font-weight: bold;
    }

    &-step-body {
        font-size: 12px;
    }

    &-step-body:not(:last-child) {
        margin-bottom: 10px;
    }

    &-step-header {
        font-weight: 500;
        margin-bottom: 20px;
    }

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


.SocialMediaIngestModal {
    .ReactModal-content {
        max-width: 760px;
        font-size: 14px;
    }

    .ReactModal-body {
        padding-top: 20px;
    }

    .ReactModal-header-text {
        color: var(--blue);
        font-size: 24px;
    }

    .FacebookIcon {
        width: 40px;
        height: 40px;
        margin-right: 24px;
        margin-left: 24px;
    }

    &-modal-body-section {
        margin-bottom: 20px;
        padding-left: 24px;
        padding-right: 24px;
    }

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