/* === FFXIV — Header logo override === */
.header-game-logo.logo-ffxiv {
    filter: invert(1) drop-shadow(0 0 4px rgba(255,255,255,0.3));
}

/* === FFXIV — News thumbnails (Lodestone) === */
.news-thumb {
    width: 120px;
    height: 68px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid var(--border-dim);
}

/* === FFXIV — Sidebar accent colors === */
.news-accent-red {
    border-left: 3px solid #cc4444;
}

.news-accent-green {
    border-left: 3px solid #44aa44;
}

@media (max-width: 768px) {
    .news-thumb {
        width: 80px;
        height: 45px;
    }
}

