/* Help Support Banner Styles */
.help-support-banner {
  background-color: #ffb366;
  border-radius: 8px;
  padding: 16px 20px;
  margin-block: 20px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .help-support-banner {
    margin: 0;
  }
}

.help-text {
  font-size: 16px;
  color: #020202;
  font-weight: 700;
  padding-left: 58px;
  margin: 0;
  display: inline-block;
  position: relative;
  text-align: left;
}

.help-text a {
  color: #020202;
}

.help-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: url('../images/icon_support.svg') no-repeat center / contain;
}
