.tr-header {
  background: #233243;
  padding: 14px 0;
  color: #fff;
}

.tr-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.tr-header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tr-menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.tr-logo {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.tr-search {
  flex: 1;
  display: flex;
  max-width: 700px;
}

.tr-search input {
  flex: 1;
  padding: 10px;
  border-radius: 6px 0 0 6px;
  border: none;
}

.tr-search button {
  background: #18c37d;
  border: none;
  padding: 0 16px;
  border-radius: 0 6px 6px 0;
  color: #fff;
  cursor: pointer;
}

.tr-actions {
  display: flex;
  gap: 16px;
}

.tr-actions a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}