.elp-product_carriers {
  background: #f5f5f7;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.elp-product_carrier {
  padding: 10px;
  display: flex;
  line-height: 20px;
}

.elp-product_carrier-logo {
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.elp-product_carrier-logo img {
  max-width: 32px;
  height: auto;
}

.elp-product_carrier-label {
  text-transform: uppercase;
  width: 65px;
  height: 16px;
  margin: 22px 0 5px 7px;
  padding: 2px 5px 3px;
  border-radius: 9px;
  background-color: #151515;
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.elp-product_carrier-name, .elp-product_carrier-delivery, .elp-product_carrier-price {
  font-family: Maven Pro,sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #1b1c1f;
  text-decoration: none;
}

.elp-product_carrier-name {
  font: 16px/1.5 Jost,sans-serif;
}

.elp-product_carrier-name strong {
  font-weight: 400;
}

.elp-product_carrier-logo {
  display: flex;
}

.elp-product_carrier-logo img {
  margin-top: auto;
  margin-bottom: auto;
}
