  .news-card {
    font-family: Arial, sans-serif;
    max-width: 350px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  .news-card a { text-decoration: none; color: inherit; }
  .news-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
  .news-card img:hover { opacity: 0.85; }
  .news-card-body { padding: 16px; padding-top: 24px; text-align: right; }
  .card-body { text-align: left; }
  .news-card-title { font-size: 0.75rem; font-weight: bold; color: #1a1a1a; margin: 0 0 12px 0; line-height: 1.4; }
  .news-card-title:hover { color: #0056b3; }
  .btn-read-all {
    display: block; margin-left: auto; width: fit-content;
    background-color: #0056b3; color: #fff !important;
    padding: 4px 10px; border-radius: 4px; font-size: 0.9rem;
    transition: background-color 0.2s;
  }
  .btn-read-all:hover { background-color: #003d80; }

  @media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

