// ============================================================================
// :: Transaction detail
// ============================================================================

// ============================================================================
// :: Root
// ============================================================================
.p-transaction-detail {
  height: 100%;
  overflow: auto;
  padding-top: 0;
}

// ============================================================================
// :: Elements
// ============================================================================
.p-transaction-detail__header {
  padding-bottom: 0;
}

// ============================================================================
// :: Modifiers
// ============================================================================
.p-transaction-detail--mobile {

  .l-section__content {
    margin-top: 3.5rem;
  }
}
