/* Temporary v14.2 campaign: keep this stylesheet independent of the shared theme. */
.release-promobar {
  background: #007bff;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  transition: margin-top 0.3s ease;
}

.release-promobar__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.release-promobar__cta {
  display: inline-block;
  flex: 0 0 auto;
  padding: 4px 16px;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: background 0.2s ease;
}

.release-promobar__cta:hover {
  background: rgba(255, 255, 255, 0.15);
}

.release-promobar__cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 412px) {
  .release-promobar__content {
    flex-direction: column;
    gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.edir-rds.release-promobar-active > .header > .top-header,
.edir-rds.release-promobar-active > .contact-header {
  display: none;
}

.edir-rds.release-promobar-active > .header {
  top: 44px;
}

@media (max-width: 412px) {
  .edir-rds.release-promobar-active > .header {
    top: 91px;
  }
}
