.PublishingObligation {
    &-header {
        margin-top: 0;
    }

    & .LoadingIndicator {
        height: 500px;
    }

    & .DismissibleAlert {
        margin-bottom: 20px;
    }

    &-no-tracks {
        &-link {
            color: var(--gray-800);
            cursor: pointer;
            font-weight: 600;
            margin-left: 5px;
            text-decoration: underline;
        }

        &-header {
            color: var(--gray-400);
            font-size: 20px;
            font-weight: bold;
            margin-top: 0;
        }
    }

    &-content {
        .FullWidthButton-disabled-layout {
            font-size: 14px;
            max-width: 50%;
        }
    }

}

// Popover is only a child of root hence needs to be outside .PublishingObligation
.TagsInputWithConfirm-overlay {
    margin-top: -6px;
    max-width: 520px;

    .CompoundMessage {
        border: 1px solid $grey_150;
        box-shadow: 0 0 3px 1px $grey_140;
    }
}
