.custom-container {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding-left: 150px;
  padding-right: 15px;
}

#news-view h2.fw-bold {
  font-size: 2rem;
  font-weight: 650;
  color: #222;
  text-align: center;
  font-family: "Cambria", "Times New Roman", serif;
  margin-bottom: 1.5rem;
}

#news-view .news-content {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #333;
  font-family: "Cambria", "Times New Roman", serif;
}

.related-news .card {
  transition: all 0.3s ease;
}

.related-news .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

@media (max-width: 768px){
  .custom-container { padding-left: 15px; }
  #news-view h2.fw-bold { font-size: 1.7rem; }
  #news-view .news-content { font-size: 1.05rem; }
}

.quote-box {
  background: #ffffff;
  padding: 25px 30px;
  border-left: 5px solid #1da1f2;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  margin: 25px 0;
  position: relative;
}

.quote-box p {
  margin: 0;
}
