.restructuring-banner {
  background-color: #f8d7da; /* Light red for alert */
  color: #721c24; /* Dark red for text */
  padding: 15px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  border-bottom: 2px solid #f5c6cb; /* A slightly darker red for the bottom border */
}

.restructuring-banner p {
  margin: 0;
  font-weight: bold;
}
