/* Mini-bandeau congés / fermeture — discret mais frappant */
.instatool-closure-banner {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: linear-gradient(90deg, #1a2332 0%, #243447 55%, #1a2332 100%);
  color: #f5f7fa;
  font-family: inherit;
  z-index: 1000;
  position: relative;
}

.instatool-closure-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.45rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.instatool-closure-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #e8b84a;
  color: #1a2332;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 700;
}

.instatool-closure-banner__text {
  font-weight: 600;
  color: #f5f7fa;
}

.instatool-closure-banner--active {
  box-shadow: inset 0 -2px 0 #e8b84a;
}

.instatool-closure-banner--upcoming .instatool-closure-banner__icon {
  background: #7eb8d4;
}

.instatool-closure-banner--upcoming {
  background: linear-gradient(90deg, #243447 0%, #2c4058 55%, #243447 100%);
}

@media (max-width: 600px) {
  .instatool-closure-banner__inner {
    font-size: 0.84rem;
    padding: 0.5rem 0.75rem;
  }
}
