/* Drama Airing List Plus (Safe Fixed) - Card Design */
.drama-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin:24px 0}
.drama-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;box-shadow:0 2px 6px rgba(0,0,0,.06);transition:box-shadow .25s ease,transform .25s ease}
.drama-card:hover{box-shadow:0 6px 14px rgba(0,0,0,.12);transform:translateY(-2px)}
.drama-card h3{font-size:1.1rem;margin:0 0 6px;color:#111827}
.drama-card h3 a{color:inherit;text-decoration:none;border-bottom:1px dotted transparent}
.drama-card h3 a:hover{border-bottom-color:#cbd5e1}
.drama-card .meta{font-size:.92rem;color:#4b5563;margin:4px 0}
.drama-card .desc{font-size:.95rem;color:#374151;margin-top:6px;line-height:1.7}
@media (max-width:640px){.drama-card{padding:14px 16px}.drama-card h3{font-size:1.02rem}}
