/* Only page‑specific overrides; all shared layout lives in global.styles.css */

/* Style the “Read More” links */
.read-more {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #0d1b2a;
    transition: opacity 0.2s ease;
  }
  .read-more:hover {
    opacity: 0.7;
  }