// ============================================================================
// :: Account Statement overview
// ============================================================================
/**
 * This component represents a table containing information about the account statements
 */

// ============================================================================
// :: Root
// ============================================================================
// .o-account-statement-overview {}

// ============================================================================
// :: Elements
// ============================================================================

.o-account-statement-overview__label {
	@extend %__tablet-show;
	@extend %__h4-default;
}

.o-account-statement-overview__value {
	@include respond-to($breakpoint-tablet-default) {
		width: 30%;
	}
}

.o-account-statement-overview__action {
	@include respond-to($breakpoint-tablet-default) {
		width: 40%;
	}
}