.tq-form .btn-group .btn {
  min-width: 48px;
}
#tq-message .alert {
  word-break: break-word;
}
.tq-small {
  font-size: 0.9rem;
  color: #6c757d;
}
.tq-section-title {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .tq-form .btn-group .btn {
    min-width: 40px;
  }
}