.thc-configure-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  padding: 0 32px;
  border: none;
  border-radius: 41px;
  background: #29b4d6;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14.3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.thc-configure-btn:hover,
.thc-configure-btn:focus {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}

.thc-configure-btn:focus-visible {
  outline: 2px solid #1e95b5;
  outline-offset: 2px;
}

.thc-configure-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.thc-configure-btn__icon {
  font-size: 18px;
  line-height: 1;
}
