.notification-block {
  --gray-text: #4a5568;
  --border-color: #e2e8f0;
  padding: 20px;
  background: #ebf8ff;
  border-radius: 8px;
  border-left: 4px solid var(--e-global-color-secondary, #1a365d);
  line-height: 1.6;
  color: #2d3748;
}

.notification-block p {
  margin: 0;
}

.notification-block a {
  font-weight: bold;
  color: var(--e-global-color-secondary, #1a365d);
}

.notification-subtext {
  display: block;
  font-style: italic;
  font-size: 13px;
  margin-top: 10px;
}
