/* ==========================================================
   SUPERYACHT GUIDE — NEWS ARTICLE
   Phase 5A

   Shared News meta/category badge rules are owned by
   syg-design-system.css and are intentionally not duplicated.
   ========================================================== */

.syg-news-story-card {
    overflow: hidden;
}

.syg-news-story-media {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    background: #f8fafc;
}

.syg-news-story-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.syg-news-story-media--logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.syg-news-story-media--logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}

.syg-news-story-card .card-body {
    display: flex;
    flex-direction: column;
}

.syg-news-story-actions {
    margin-top: auto;
    padding-top: 0.5rem;
}

.syg-news-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
