/* ANNOUNCEMENT BAR */
.announcement-bar,
.top-announcement,
.site-announcement,
.elementor-announcement-bar {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background: linear-gradient(90deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
  color: #ffffff !important;
  padding: 10px 16px !important;
  min-height: 42px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px !important;
  line-height: 1.3 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
  position: relative !important;
  z-index: 999 !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  overflow: visible !important;
}

.announcement-bar span,
.top-announcement span,
.site-announcement span,
.elementor-announcement-bar span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
}

.announcement-bar strong,
.top-announcement strong,
.site-announcement strong,
.elementor-announcement-bar strong {
  font-weight: 700 !important;
  color: #93c5fd !important;
}

@media (max-width: 768px) {
  .announcement-bar,
  .top-announcement,
  .site-announcement,
  .elementor-announcement-bar {
    display: flex !important;
    padding: 9px 12px !important;
    min-height: 40px !important;
    font-size: 12px !important;
    line-height: 1.35 !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .announcement-bar br,
  .top-announcement br,
  .site-announcement br,
  .elementor-announcement-bar br {
    display: none !important;
  }
}