//
// Save Settings Success Page View
//
.woozapp-wrapper {

  .main-content {

    &--success {
      color:      $color-black;
      padding:    3.3em;
      text-align: center;

      .woozapp-content__content {
        font-size:    1rem;
        margin-left:  auto;
        margin-right: auto;
        max-width:    731px;
      }
    }
  }
}
