.ProductModalRejectionSidecar {
    &-Form {
        width: 100%;
    }
    .UserLanguageAlert {
        margin-bottom: 2rem;
    }
    .accordionToggleButton {
        border: none;
        background: none;
        padding: 0;
    }
    .accordionChevron {
        margin-left: 1px;
        margin-bottom: 4px;
    }
    p {
        margin-bottom: 0;
    }
    .preview-text {
        display: flex;
        flex-direction: column;
        .title {
            font-weight: 500;
            font-size: small;
        }
        .body {
            white-space: pre-wrap;
            font-family: inherit;
            font-size: small;
        }
        span {
            margin-bottom: 0.5rem;
        }

        .spanV2 {
            margin-bottom: 1rem;
        }
    }

    &-reason-definitions {
        margin-top: 0.5rem;
        color: var(--text-secondary);

        &-link {
            color: var(--midnight-700);
            font-weight: 700;
            text-decoration: underline;
            cursor: pointer;
        }
    }

    &-perma-reject-warning {
        margin-bottom: 1rem;

        &-title {
            font-weight: 500;
        }
    }
}
