/* docs/en/css/version-warning.css */
.version-warning {
  background: #fffbea;
  border-bottom: 1px solid #f5c542;
  color: #333;
  padding: 0.5em 1em;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.version-warning__text {
  line-height: 1.2;
}

.version-warning a {
  margin-left: 0.25em;
  text-decoration: underline;
}

.version-warning__close {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
