// ============================================================================
// :: Delete account
// ============================================================================

// ============================================================================
// :: Root
// ============================================================================
// .p-delete-account {}

// ============================================================================
// :: Elements
// ============================================================================
.p-delete-account__close {
  width: 100%;
  margin-top: 2rem;

  text-align: right;

  @include respond-at($breakpoint-tablet-default) {
    margin-top: 3rem;
  }
}

// ============================================================================
// :: Modifiers
// ============================================================================
.p-delete-account--info {

  @include respond-to($breakpoint-tablet-default) {
    min-height: 100%;
  }

  &,
  .l-section,
  .l-section .l-container {

    @include respond-to($breakpoint-tablet-default) {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      flex-grow: 1;
    }
  }

  .l-section .l-container {

    @include respond-to($breakpoint-tablet-default) {
      justify-content: space-between;
    }
  }

  .l-section {

    @include respond-at($breakpoint-tablet-default) {
      padding-top: 0;
    }
  }
}
