.ab-trustbar {
  width: 100%;
  margin-top: 10px;
}

.ab-trustbar__item {
  margin-bottom: 10px;
}

.ab-trustbar__pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  width: 100%;
  padding: 8px 16px;
  /*border: 1px solid #ffb06a;*/
  border-radius: 26px;
  background: white;
  color: #111;
}

.ab-trustbar__icon,
.ab-trustbar__spacer {
  width: 18px;
  min-width: 18px;
}

.ab-trustbar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.ab-trustbar__text {
  flex: 1 1 auto;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 767px) {
  .ab-trustbar {
    margin-top: 8px;
  }

  .ab-trustbar__pill {
    min-height: 60px;
    border-radius: 22px;
    padding: 8px 14px;
  }

  .ab-trustbar__text {
    font-size: 13px;
    line-height: 1.3;
  }
}
