.theme-wifi-row {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 16px;
  margin-bottom: 12px;
}

.theme-wifi-row--compact {
  padding: 0;
  margin: 10px 0 4px;
}

.theme-wifi-row--header {
  padding: 0 12px;
  margin-bottom: 8px;
}

.theme-wifi-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  background: #f0f1f3;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 0.72rem;
  color: #57534e;
}

.theme-wifi-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  min-width: 0;
}

.theme-wifi-item span,
.theme-wifi-item {
  overflow: hidden;
  text-overflow: ellipsis;
}

.theme-wifi-item i {
  flex-shrink: 0;
  color: #a8a29e;
  font-size: 0.7rem;
}

.theme-wifi-sep {
  flex-shrink: 0;
  width: 1px;
  height: 14px;
  background: #d6d3d1;
}

.theme-elegant .elegant-hero .theme-wifi-bar {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-elegant .elegant-hero .theme-wifi-item i {
  color: rgba(255, 255, 255, 0.85);
}

.theme-elegant .elegant-hero .theme-wifi-sep {
  background: rgba(255, 255, 255, 0.35);
}

.elegant-menu-header .theme-wifi-row {
  padding: 0;
  margin-bottom: 0;
}

.modern-header .theme-wifi-row {
  padding: 0;
  margin-bottom: 12px;
  width: 100%;
  justify-content: center;
}

.modern-header .theme-wifi-bar {
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
}
