/* Topbar ana kapsayıcı */
.topbar-inner {
  display: flex;
  justify-content: space-between; /* sol - sağ */
  align-items: center;
  padding: 6px 15px;
}

/* UL temizliği */
.topbar-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Sosyal medya ikonları */
.social-media-topbar i {
  font-size: 15px;
  color: #fff;
}

/* X logosu */
.social-media-topbar img {
  height: 14px;
  vertical-align: middle;
}

/* Sağ taraf */
.topbar-contact {
  text-align: right;
}

.topbar-contact i,
.topbar-contact a,
.topbar-contact li {
  color: #fff;
  font-size: 13px;
}

.topbar-contact a {
  text-decoration: none;
}
