.notification {
  background: #FAE4D3 !important;
  color: #333333 !important;
  position: relative;
}

.notification__close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333333;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification__close:hover {
  color: #666666;
}

.notification__text pre{
    white-space: pre-wrap;
}
