.bbb-seal-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.bbb-seal-inline img {
  display: block;
  width: 118px;
  height: auto;
  max-height: 45px;
}

.bbb-footer-seal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(100% - 40px, 1420px);
  margin: 30px auto 0;
  padding: 22px 0 4px;
  border-top: 1px solid rgba(214, 174, 85, 0.26);
  color: #fff;
}

.bbb-footer-seal img {
  display: block;
  width: 176px;
  height: auto;
}

.bbb-footer-seal span {
  max-width: 250px;
  color: #d6ae55;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 680px) {
  .bbb-seal-inline {
    gap: 6px;
  }

  .bbb-seal-inline img {
    width: 92px;
    max-height: 36px;
  }

  .bbb-seal-inline strong {
    display: none;
  }

  .bbb-footer-seal {
    flex-direction: column;
    gap: 10px;
    width: min(100% - 32px, 420px);
    margin-top: 24px;
    padding-top: 20px;
    text-align: center;
  }

  .bbb-footer-seal img {
    width: 156px;
  }

  .bbb-footer-seal span {
    font-size: 10px;
  }
}
