.notifications {
  display: flex;
  background-image: linear-gradient(135deg, #069fce 0, #51cbbf 100%) !important;
  text-align: center;
  color: white;
  a, strong {
    color: white;
    font-weight: normal;
  }
  a {
    text-decoration: underline;
  }
  a[target='_blank']::after {
    content: none;
  }
}

#close-notifications:target {
  display: none;
}

.notifications__text {
  align-self: center;
  flex: 1 1 auto;
  font-size: medium;
  font-weight: normal;
  line-height: 1.2em;
  padding-top: 12px;
  padding-bottom: 12px;
}

.notifications__close {
  align-self: stretch;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  margin-left: auto;
  cursor: pointer;
}