// ============================================================================
// :: Interest overview
// ============================================================================
/**
 * This component represents a table containing information about the interest
 * payments and the ability to download the document.
 */

// ============================================================================
// :: Root
// ============================================================================
// .o-interest-overview {}

// ============================================================================
// :: Elements
// ============================================================================
.o-interest-overview__item {
  flex-wrap: nowrap;

  @include respond-to($breakpoint-tablet-default) {
    align-items: flex-start;
  }
}

.o-interest-overview__action {
  text-align: right;
}

.o-interest-overview__summary,
.o-interest-overview__action {

  @include respond-to($breakpoint-tablet-default) {
    width: auto;
  }
}
