.siw-main-view {
  .oie-enroll-webauthn,
  .oie-verify-webauthn {
    .uv-required-callout {
      margin: 20px 0;
      // TODO - clean up after OKTA-303528
      /* stylelint-disable declaration-no-important */
      padding: 7px 9px 7px 20px !important;
      /* stylelint-enable declaration-no-important */
      border: none;
      &:before {
        width: 10px;
      }
    }

    .okta-waiting-spinner {
      display: none;
    }

    .idx-webauthn-verify-text,
    .idx-webauthn-enroll-text {
      margin-bottom: 20px;
    }

    .setup-webauthn-residentkey-text {
      margin-bottom: 25px;
      .setup-webauthn-residentkey-link {
        color: $link-text-color;
      }
    }
  }
  .oie-webauthn-additional-instructions {
    .additional-instructions-title {
      margin-bottom: 24px;
      font-weight: bold;
    }
    .additional-instructions-callout {
      margin-bottom: 24px;
    }
  }
}
