.topics-list li {
  margin: 24px 0;
  font-weight: bold;
  color: gray;
}

.topics-list li.active {
  color: var(--primary);
}

.topics-list button {
  all: unset;
  cursor: pointer;
}

.support-btn {
  transition: all 0.2s;
}

.support-btn:hover {
  transform: scale(1.1);
}

.search-bar .form-control-feedback {
  position: absolute;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.4em;
  font-size: 1.2em;
  text-align: center;
  pointer-events: none;
  color: var(--primary);
}

.search-bar .form-control {
  padding-left: 2.375rem;
}

.tech-support {
  margin-top: 4em;
}

.icon-wrapper,
.btn.clear.icon-wrapper {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .tech-support {
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  .call-to-action-button {
    display: block;
    margin-bottom: 1em;
  }

  .call-to-action-button img {
    display: none;
  }

  .balloon-social,
  .balloon-social.right,
  .call-to-action-button.right .balloon-social {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
