

/* migrated from resources/views/news/tag-seo/show.blade.php */
.tag-seo-page{padding:28px 0}
.tag-seo-hero{
    padding:26px;
    border-radius:24px;
    background:linear-gradient(135deg,#111827,#991b1b);
    color:#fff;
    margin-bottom:24px;
}
.tag-seo-hero span{font-weight:900;letter-spacing:.12em;font-size:12px}
.tag-seo-hero h1{margin:8px 0;font-size:36px}
.tag-seo-hero p{margin:0;opacity:.9}
.tag-seo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tag-seo-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.tag-seo-card a{text-decoration:none;color:inherit}
.tag-seo-card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#e5e7eb}
.tag-seo-card div{padding:15px}
.tag-seo-card small{color:#6b7280;font-weight:700}
.tag-seo-card h2{font-size:19px;line-height:1.35;margin:8px 0}
.tag-seo-card p{color:#4b5563;line-height:1.55;margin:0}
@media(max-width:900px){.tag-seo-grid{grid-template-columns:1fr}.tag-seo-hero h1{font-size:28px}}
