body {
    font-family: 'Segoe UI', sans-serif;
    color: #333;
  }
  
  .news-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
  }
  
  .meta-info {
    font-size: 0.9rem;
    color: #777;
  }
  
  .ad-banner {
    background: #e9ecef;
    max-width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 1rem;
    border-radius: 4px;
  }
  
  .ad-box {
    background-color: #dee2e6;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.95rem;
  }
  
  .sidebar-box {
    background: #f8f9fa;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
  }
  
  .tags .badge {
    font-size: 0.8rem;
  }
  
  footer h6 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }