/* מבטיח שהתוכן יצוף מעל הרקע */
.main-content-area {
  position: relative;
  z-index: 10;
  min-height: 100vh;
}

/* עיצוב הודעה כ"כרטיס" בולט */
.news-item {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  margin-bottom: 1.5rem;
  border: none;
  border-right: 10px solid;
  /* פס צד להדגשה */
}

/* צבעי פס צד לפי סוג הודעה */
.border-info-custom {
  border-right-color: #17a2b8;
}
.border-danger-custom {
  border-right-color: #dc3545;
}
.border-success-custom {
  border-right-color: #28a745;
}

.news-title {
  font-weight: bold;
  font-size: 1.4rem;
}

.xOmerAb {
  top: 30px;

}