.rick-banner {
  background-color: light-dark(#f0f9ff, #0c4a6e);
  color: light-dark(#0369a1, #e0f2fe);
  border: 1px solid light-dark(#bae6fd, #075985);
  padding: 12px 16px;
  border-radius: 6px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.rick-banner.hidden {
  display: none;
}

.rick-banner button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 4px;
  opacity: 0.7;
}

.rick-banner button:hover {
  opacity: 1;
}
