/* Search page modern skin */
.page-title{font-size:22px;font-weight:700;color:#0f172a;margin:6px 0 14px}
.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;box-shadow:0 6px 18px -12px rgba(0,0,0,.2);padding:12px}

/* Grid card */
.novel-card.tile{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;margin-bottom:16px;transition:all .2s}
.novel-card.tile:hover{transform:translateY(-2px);box-shadow:0 10px 22px -14px rgba(0,0,0,.25)}
.novel-card .thumb{position:relative;width:100%;height:210px;background:#eef2ff center/cover no-repeat}
.novel-card .thumb-link{position:absolute;inset:0;z-index:1}

.novel-card .body{padding:10px}
.novel-card .title{font-size:14px;font-weight:700;margin:0 0 6px}
.novel-card .title a{color:#0f172a}
.novel-card .title a:hover{color:#2563eb;text-decoration:none}

.novel-card .chapters{list-style:none;margin:0;padding:0;max-height:62px;overflow:hidden}
.novel-card .chapters li{line-height:1.35}
.novel-card .chapters a{color:#374151;font-size:13px}
.novel-card .chapters a:hover{color:#2563eb}

/* Responsive */
@media(max-width:767px){
    .novel-card .thumb{height:180px}
}
