.thw-own-feedback-hidden {
  display: none !important;
}

.thw-own-feedback-toggle-row {
  display: flex;
  gap: 10px;
  margin: 12px 0 16px;
  width: 100%;
}

.thw-own-feedback-toggle {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #0d6efd;
  border-radius: 8px;
  background: #fff;
  color: #0d6efd;
  font-weight: 700;
}

.thw-own-feedback-toggle.is-open {
  background: #0d6efd;
  color: #fff;
}

@media (max-width: 760px) {
  .thw-own-feedback-toggle-row {
    padding: 0 10px;
    margin-top: 8px;
  }
  .thw-own-feedback-toggle {
    width: 100%;
  }
}

.navbar .thw-request-nav {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 3px 8px 3px 2px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}

.navbar .thw-request-nav:hover,
.navbar .thw-request-nav:focus,
.navbar .thw-request-nav.has-open-requests {
  border-color: #ffc107;
  background: #ffc107;
  color: #111827;
}

.thw-request-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 11px;
  background: #dc3545;
  color: #fff;
  font-size: .75rem;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .navbar .thw-request-nav {
    width: 100%;
    margin: 6px 0;
    justify-content: space-between;
  }
}
