                                                         
.bzv7-topstrip {
  width: 100%;
  background: #02070d;
  border-bottom: 1px solid rgba(97, 219, 238, .18);
  color-scheme: dark;
  position: relative;
  z-index: 60;
}
.bzv7-topstrip-inner {
  width: min(calc(100% - 32px), 1480px);
  min-height: 40px;
  margin: 0 auto;
  padding: 7px 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 13px !important;
  text-align: center;
  transform: none !important;
}
.bzv7-topstrip-meta,
.bzv7-topstrip-edition,
.bzv7-topstrip-cycle {
  color: rgba(255,255,255,.76);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .085em;
  text-transform: uppercase;
  white-space: nowrap;
}
.bzv7-topstrip-meta {
  display: block !important;
  justify-self: auto !important;
}
.bzv7-topstrip-edition {
  display: block !important;
  justify-self: auto !important;
  color: #fff;
  font-size: 11.3px;
}
.bzv7-topstrip-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
.bzv7-topstrip-cycle { color: #61dbee; }
.bzv7-topstrip-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  padding: 0 10px;
  border: 1px solid rgba(97,219,238,.54);
  border-radius: 999px;
  background: rgba(8,28,42,.72);
  color: #eefcff !important;
  -webkit-text-fill-color: #eefcff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8.5px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: .09em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}
.bzv7-topstrip-button:hover,
.bzv7-topstrip-button:focus-visible {
  border-color: rgba(97,219,238,.9);
  background: rgba(11,43,61,.95);
}
.bzv7-topstrip-divider {
  display: inline-block;
  margin: 0 7px;
  color: rgba(255,255,255,.3);
}
.bzv7-topstrip-edition-desktop { display: inline !important; }
.bzv7-topstrip-edition-mobile { display: none !important; }
@media (min-width: 761px) {
  .bzv7-topstrip-meta::after,
  .bzv7-topstrip-edition::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    margin-left: 13px;
    vertical-align: middle;
    background: rgba(255,255,255,.18);
  }
}
@media (max-width: 760px) {
  .bzv7-topstrip-inner {
    width: min(calc(100% - 18px), 100%);
    min-height: 0;
    padding: 7px 0 8px;
    gap: 7px 10px !important;
  }
  .bzv7-topstrip-meta,
  .bzv7-topstrip-edition,
  .bzv7-topstrip-cycle {
    font-size: 8px;
    letter-spacing: .055em;
  }
  .bzv7-topstrip-edition { font-size: 8.2px; }
  .bzv7-topstrip-actions {
    flex-basis: 100%;
    gap: 8px !important;
  }
  .bzv7-topstrip-button {
    min-height: 23px;
    padding: 0 8px;
    font-size: 7px;
    letter-spacing: .055em;
  }
}
@media (max-width: 420px) {
  .bzv7-topstrip-meta { display: none !important; }
  .bzv7-topstrip-edition-desktop { display: none !important; }
  .bzv7-topstrip-edition-mobile { display: inline !important; }
  .bzv7-topstrip-inner { gap: 6px !important; }
  .bzv7-topstrip-actions { flex-basis: auto; }
}
