.mip-form-pdf-enabled .mip-selected-files {
    width: 100%;
    margin-top: 12px;
    padding: 12px 14px;
    color: #20243f;
    background: #fff;
    border: 1px solid rgba(77, 85, 165, .24);
    border-radius: 10px;
}

.mip-form-pdf-enabled .mip-selected-files__heading {
    margin: 0 0 8px;
    font-weight: 750;
}

.mip-form-pdf-enabled .mip-selected-files__list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mip-form-pdf-enabled .mip-selected-files__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    overflow-wrap: anywhere;
}

.mip-form-pdf-enabled .mip-selected-files__remove {
    flex: 0 0 auto;
    padding: 5px 9px;
    color: #4d55a5;
    background: #f3f2fb;
    border: 1px solid currentColor;
    border-radius: 8px;
    font: inherit;
    font-size: .82em;
    font-weight: 700;
    cursor: pointer;
}

.mip-form-pdf-enabled .mip-selected-files__remove:hover,
.mip-form-pdf-enabled .mip-selected-files__remove:focus-visible {
    color: #fff;
    background: #4d55a5;
    outline: 2px solid #d6e86a;
    outline-offset: 2px;
}

/* Oxygen's global stepper rule colors the inner span white. Keep the active digit visible. */
.mip-form-pdf-enabled .breakdance-form-stepper__step.is-active .breakdance-form-stepper__step-icon span,
.mip-form-pdf-enabled .breakdance-form-stepper__step.is-completed .breakdance-form-stepper__step-icon span {
    color: #474e93 !important;
}

/* After a successful submission Oxygen resets to step one. Hide the stale navigation controls. */
.mip-form-pdf-enabled.mip-form-submitted-successfully .breakdance-form-button__next-step,
.mip-form-pdf-enabled.mip-form-submitted-successfully .breakdance-form-button__previous-step,
.mip-form-pdf-enabled.mip-form-submitted-successfully .breakdance-form-button__submit {
    display: none !important;
}
