.notification-banner {
  align-items: center;
  background-color: #364344;
  display: none;
  padding: 8px 16px;
}

.notification-banner-icon {
  padding-right: 10px;
}

.notification-banner-text {
  color: #ffffff;
  line-height: 14px;
  font-family: "proxima-soft";
  font-size: 14px;
  font-weight: 500;
}

.notification-banner-text a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}

.notification-banner-close {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: auto;
  order: 2;
  padding: 8px;
}
