.ShowNewsContainer[lang="en"] 
{
  width: 100%;
  background-image: url("/img/newBottomHalf.png"), url("/img/newTopHalf.png");
  background-position: bottom left, top right;
  background-size: 20vw, 10vw;
  background-repeat: no-repeat, no-repeat;
}
.ShowNewsContainer[lang="ar"] 
{
    width: 100%;
    background-image: url("/img/newBottomHalf-ar.png"), url("/img/newTopHalf-ar.png");
    background-position: bottom right, top left;
    background-size: 20vw, 10vw;
    background-repeat: no-repeat, no-repeat;
}
#ShowNews
{
  width: 95%;
  margin: 7rem auto;
  padding: 1.5rem;
  line-height: 1.6;
  max-width: 800px; /* Medium-like reading width */
}

#ShowNews > h1.ar {
  color: var(--secondary-color);
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: -0.02em;
}

#ShowNews > h1.en {
  color: var(--secondary-color);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: -0.02em;
}

.news-date{
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #6b6b6b; /* Medium's subtle date color */
    font-weight: 500;
}

.news-img{
    margin-bottom: 4rem;
}

.news-img img {
    max-width: 90%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.news-image {
    max-width: 95% !important;
    height: auto !important;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .news-image {
        max-width: 100% !important;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
}

#ShowNews h2{
  /* padding: 1rem 1rem 1rem 0rem; */
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: 600 !important;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--secondary-color);
}

#ShowNews>h3{
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 2.0rem;
  margin-bottom: 1rem;
  color: var(--secondary-color);
}

#ShowNews p{
  font-size: 1.8rem; /* Medium's body text size */
  line-height: 1.8; /* Medium's comfortable line height */
  margin: 0 0 1.5rem 0; /* Medium's paragraph spacing */
  color: #555555; /* Medium's text color */
  font-weight: 400;
}

#ShowNews ul[lang="en"]{
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 1.5rem 0 1.5rem 2rem;
  padding-left: 0;
  color: #555;
}

#ShowNews ul[lang="ar"]{
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 1.5rem 2rem 1.5rem 0;
  padding-right: 0;
  color: #555;
}

#ShowNews li {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

#ShowNews hr {
  border: 0;
  border-top: 1px solid #e6e6e6; /* Medium's subtle divider */
  margin: 3rem 0;
}
#ShowNews a {
  color: #007bff;
  text-decoration: none;
  transition: border-bottom 0.2s ease;
}

#ShowNews a:hover {
  text-decoration: underline;
  text-decoration-color: #007bff; 
}


.news-text-container {
  max-width: 100%; /* Full width within container */
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  .news-text-container {
    max-width: 100%;
    padding: 0;
  }
}

#ShowNews p strong.news-bold-text.en {
  font-size: 16px !important;
  color: var(--secondary-color);
}

#ShowNews p strong.news-bold-text.ar {
  font-size: 18px !important;
    color: var(--secondary-color);
}
