body {
    font-family: 'Segoe UI', sans-serif;
  }
  
  .headline-scroll {
    background-color: #B22222;
    color: white;
    padding: 8px 0;
    font-weight: bold;
  }
  
  .headline-scroll marquee {
    font-size: 0.95rem;
  }
  
  .news-title {
    font-size: 1.75rem;
    font-weight: bold;
  }
  
  .meta {
    font-size: 0.9rem;
    color: #666;
  }
  
  .iklan-atas {
    max-height: 90px;
    object-fit: cover;
  }
  
  .sidebar-iklan img {
    max-width: 80%;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
  }

  .card-img-top {
    height: 180px;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  
  