/* =========================================================
   PROMO BAR — Professional Dark/Red, Inter font, 32px
   ========================================================= */
div.sec-bg3.infonews,
.sec-bg3.infonews {
  background: #0c0c0c !important;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

.infonews {
  margin-top: 0 !important;
  background: #0c0c0c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0;
  position: relative;
  z-index: 999;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Linie rosie sus */
.infonews::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(200, 20, 30, 0.0) 10%,
    rgba(200, 20, 30, 0.6) 35%,
    #e8192a 50%,
    rgba(200, 20, 30, 0.6) 65%,
    rgba(200, 20, 30, 0.0) 90%,
    transparent 100%
  );
}

.infonews .container-fluid {
  padding: 0 20px;
}

/* ---- Row principal: 32px, un singur rand ---- */
.infonews .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  height: 32px;
  margin: 0;
}

/* ---- Stanga: news ---- */
.infonews .news {
  display: flex;
  align-items: center;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  gap: 10px;
}

.infonews .news > div {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

/* Badge NEWS */
.infonews .promobar-badge {
  display: inline-flex;
  align-items: center;
  background: #c8141e;
  color: #fff;
  font-size: 9.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 2px 7px;
  border-radius: 3px;
  line-height: 1.6;
  flex-shrink: 0;
  font-family: 'Inter', sans-serif;
}

/* Separator dupa badge */
.infonews .promobar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* Text anunt */
.infonews .promobar-text {
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Link din anunt */
.infonews .promobar-link {
  font-size: 11px;
  font-weight: 600;
  color: #e8192a;
  text-decoration: none;
  letter-spacing: 0.02em;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.15s ease;
}

.infonews .promobar-link:hover {
  color: #ff3344;
  text-decoration: none;
}

.infonews .promobar-link i {
  font-size: 9px;
  opacity: 0.8;
}

/* ---- Dreapta ---- */
.infonews .link {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
  flex-shrink: 0;
}

.infonews .infonews-nav {
  display: flex;
  align-items: stretch;
}

/* Separator vertical intre toate elementele din dreapta */
.infonews .infonews-nav > * {
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

/* Iconite / link-uri dreapta */
.infonews .iconews {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 14px;
  height: 32px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
  white-space: nowrap;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.infonews .iconews:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
}

.infonews .iconews i {
  font-size: 13px;
  opacity: 0.7;
  transition: opacity 0.15s ease;
}

.infonews .iconews:hover i {
  opacity: 1;
}

/* ---- Telefon — accent rosu ---- */
.infonews a.iconews.tabphone {
  color: #e8192a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0 16px;
}

.infonews a.iconews.tabphone i {
  font-size: 11px;
  opacity: 1;
  color: #e8192a;
}

.infonews a.iconews.tabphone:hover {
  color: #ff3344;
  background: rgba(200, 20, 20, 0.08);
}

/* ---- Notificari ---- */
.infonews .notifications-nav,
.infonews .notifications-wrap {
  display: inline-flex;
  align-items: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.infonews .notifications-nav a,
.infonews .notifications-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 32px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
}

.infonews .notifications-nav a:hover,
.infonews .notifications-wrap a:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
}

.infonews .badge-notif,
.infonews .label,
.infonews .notification-badge {
  background: #c8141e;
  color: #fff;
  font-size: 9px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 10px;
  line-height: 1.5;
}

/* ---- Login / user ---- */
.infonews .login-nav,
.infonews .user-nav {
  display: inline-flex;
  align-items: stretch;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.infonews .login-nav a,
.infonews .user-nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  height: 32px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}

.infonews .login-nav a:hover,
.infonews .user-nav a:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.04);
}

/* ---- Limba ---- */
.infonews .language-nav,
.infonews .language-select {
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.infonews .language-nav select,
.infonews .language-select select {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  outline: none;
  padding: 0;
  transition: color 0.15s;
}

.infonews .language-nav select:hover,
.infonews .language-select select:hover {
  color: rgba(255, 255, 255, 0.85);
}

.infonews .language-nav select option,
.infonews .language-select select option {
  background: #141414;
  color: #fff;
}

/* ---- Admin ---- */
.infonews .admin-nav {
  display: inline-flex;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0 12px;
}

.infonews .admin-nav a {
  font-size: 10.5px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #c8141e;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 0.15s;
}

.infonews .admin-nav a:hover {
  color: #ff3344;
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
  .infonews a.iconews.tabphone {
    display: none;
  }
}

@media (max-width: 767px) {
  .infonews .news {
    display: none;
  }
  .infonews .link {
    width: 100%;
  }
  .infonews .infonews-nav {
    width: 100%;
    justify-content: flex-end;
  }
}

.infonews a.iconews.tabphone {
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 0 16px;
  gap: 7px;
  border-left: 1px solid rgba(255,255,255,0.06);
  background: rgba(37,211,102,0.1);
  transition: background 0.15s ease, color 0.15s ease;
  text-decoration: none;
}

.infonews a.iconews.tabphone i {
  font-size: 14px;
  color: #25d366;
  opacity: 1;
  flex-shrink: 0;
}

.infonews a.iconews.tabphone span {
  color: rgba(255,255,255,0.85);
}

.infonews a.iconews.tabphone:hover {
  background: rgba(37,211,102,0.18);
  color: #fff;
  text-decoration: none;
}

.infonews a.iconews.tabphone:hover i {
  color: #2ecc71;
}

.infonews a.iconews.tabphone:hover span {
  color: #fff;
}

@media (max-width: 1199px) {
  .infonews a.iconews.tabphone { display: none; }
}