.medad-notifications-box {
  background-color: #fffbe6;
  border: 1px solid #ffd700;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0;
  font-family: 'Cairo', sans-serif;
}
.medad-notifications-box h4 {
  margin-bottom: 10px;
  color: #d35400;
  font-size: 18px;
}
.medad-notifications-box ul {
  list-style: none;
  padding: 0;
}
.medad-notifications-box li {
  margin-bottom: 8px;
}
.medad-notifications-box a {
  color: #c0392b;
  text-decoration: none;
  font-weight: bold;
}
