.jbb-topup-contact-banner {
  box-sizing: border-box;
  margin: 72px 20px 16px;
  padding: 14px 18px;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  background: #fffbeb;
  color: #111827;
  box-shadow: 0 6px 18px rgba(245, 158, 11, 0.14);
  font-family: Arial, "Microsoft YaHei", sans-serif;
}
.jbb-topup-contact-title {
  font-size: 14px;
  font-weight: 700;
  color: #92400e;
  margin-bottom: 4px;
}
.jbb-topup-contact-line {
  font-size: 18px;
  line-height: 1.6;
}
.jbb-topup-contact-line strong {
  font-size: 20px;
  color: #b45309;
  letter-spacing: 0;
}
.jbb-topup-contact-sep::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 14px -2px;
  background: #f59e0b;
}
@media (max-width: 640px) {
  .jbb-topup-contact-banner {
    margin: 72px 12px 14px;
    padding: 12px 14px;
  }
  .jbb-topup-contact-line {
    font-size: 16px;
  }
  .jbb-topup-contact-line strong {
    font-size: 18px;
  }
  .jbb-topup-contact-sep::before {
    display: block;
    width: 0;
    height: 6px;
    margin: 0;
    background: transparent;
  }
}
