/**
 * NEFSA top bar — desktop polish (theme hides .topbar-one below 767px).
 */

.topbar-one--nefsa .topbar-one__inner {
  min-height: 46px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.topbar-one--nefsa .topbar-one__info__item span,
.topbar-one--nefsa .topbar-one__info__item a {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.topbar-one--nefsa .topbar-one__info__item--phones {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.topbar-one--nefsa .topbar-one__info__item--phones .topbar-one__info__icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.topbar-one--nefsa .topbar-one__info__item--email {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar-one--nefsa .topbar-one__info__item--email .topbar-one__info__icon {
  flex-shrink: 0;
  line-height: 1;
}

.topbar-one--nefsa .topbar-one__info__item--email a {
  line-height: 1.3;
}

.topbar-one__phones {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 4px;
  row-gap: 2px;
}

.topbar-one__phones a {
  color: var(--firdip-gray, #dccec6) !important;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: none !important;
  background: none !important;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.topbar-one__phones a:hover {
  color: var(--firdip-white, #fff) !important;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}

.topbar-one__phone-sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  vertical-align: middle;
  pointer-events: none;
  flex-shrink: 0;
}

.topbar-one--nefsa .topbar-one__right {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 44px;
}

.topbar-one--nefsa .topbar-one__social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.topbar-one--nefsa .topbar-one__social li {
  margin: 0;
  padding: 0;
  display: flex;
}

.topbar-one--nefsa .topbar-one__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--firdip-white, #fff) !important;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.2s ease;
}

.topbar-one--nefsa .topbar-one__social-link:hover {
  color: var(--firdip-base, #ca4445) !important;
  background: var(--firdip-white, #fff);
  border-color: var(--firdip-white, #fff);
  transform: translateY(-1px);
}
