.alert-session-warning {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  font-size: 14px;
  border-radius: 6px;
}

.alert-session-warning strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
}