body.has-alert-banner #main-container {
  margin-top: 60px !important; /* Match the height of your alert */
}

.alert-banner {
  position: fixed;
  padding-top: 50px !important;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1em 2em;
  z-index: 99999;
  font-size: 16px;
  font-family: sans-serif;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.alert-banner .alert-dismiss {
  background: none;
  border: none;
  font-size: 20px;
  color: inherit;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

/* body.has-alert-banner .ct-header {
  top: 100px !important;
} */