/**
 * Copyright © Inbank, Inc. All rights reserved.
 * See LICENSE.txt for license details.
 */
.product-container .inbank {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
  margin: 0;
}
.product-container .inbank > div {
  margin: 0;
}
.product-container .inbank_logo_product {
  padding-right: 10px;
  max-height: 40px;
}
.inbank.inbank--calculator + .inbank.inbank--calculator {
  padding: 10px 0 10px 0;
}
.product-container .inbank__img {
  max-width: 100%;
  height: auto;
  display: contents;
}
.product-container .inbank__message {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #21093A;
  margin-bottom: 0;
}
.inbank__lt_full_width {
  width: 100%;
  min-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.inbank__lt_full_width.align-center {
  display: flex;
  align-items: center;
}

.inbank__lt_full_width .scrolling_text {
  position: absolute;
  white-space: nowrap;
}
