.portal-header-indication {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #d32f2f;
  margin: 12px 0;
  padding: 12px 16px;
  background-color: yellow;
  border: 1px solid #ffe69c;
  border-radius: 8px;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.portal-header-indication strong {
  font-weight: 700;
  color: #b71c1c;
}
