.Alert {
  position: absolute;
  z-index: 99;
  right: 0;
  left: 0;
  padding: 30px;
  background-color: #c61742;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}@media screen and (max-width: 1400px) {.Alert {
    --paddingX: 0;
}
  }.Alert.is-Hidden {
    display: none;
  }.Alert .Text {
    color: #ffffff;
  }.Alert h2,
  .Alert h3 {
    margin-top: 0;
  }.Alert i {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    font-size: 1.25rem;
    color: #ffffff;
  }.Alert i:hover {
      cursor: pointer;
    }
