body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.blue {
  color: #0072bc;
}

.orange {
  color: #ff6600;
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.navbar-right a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

.icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.language {
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.business-tag {
  background: red;
  color: white;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 2px;
  margin-right: 4px;
}

.login-btn {
  background: #0072bc;
  color: white;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
