/* ==========================================================================
   Haza Sports - Breaking and most-read pages
   Loaded only on the two special news pages.
   ========================================================================== */

.hz-news-page{padding-bottom:46px}
.hz-news-page__hero{background:linear-gradient(135deg,var(--hz-green-deep),var(--hz-green-dark));color:#fff;border-bottom:4px solid var(--hz-gold)}
.hz-news-page--breaking .hz-news-page__hero{background:linear-gradient(135deg,#410a12,var(--hz-red))}
.hz-news-page__hero-inner{min-height:150px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:26px;padding-bottom:26px}
.hz-news-page__eyebrow{font-size:13px;font-weight:900;color:var(--hz-gold);margin-top:8px}
.hz-news-page__title{font-size:42px;font-weight:900;line-height:1.15;color:#fff}
.hz-news-page__desc{max-width:720px;margin-top:10px;font-size:16px;line-height:1.8;color:rgba(255,255,255,.86)}
.hz-news-page__control{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;border-radius:8px;background:#fff;color:var(--hz-green-dark);font-size:13px;font-weight:900;white-space:nowrap}
.hz-news-page__control:hover{background:var(--hz-gold);color:var(--hz-green-deep)}
.hz-news-page__layout{display:block;padding-top:26px}
.hz-news-page__feed{min-width:0;max-width:980px;margin:0 auto}
.hz-news-page__side{position:sticky;top:88px}
.hz-news-page__empty{padding:26px;background:#fff;border:1px dashed var(--hz-line);border-radius:12px;color:var(--hz-muted);text-align:center;font-weight:700}
.hz-news-side-card{background:#fff;border:1px solid var(--hz-line);border-radius:12px;padding:18px;box-shadow:var(--hz-shadow-sm)}
.hz-news-side-card h2{font-size:17px;font-weight:900;color:var(--hz-green-dark);margin-bottom:10px}
.hz-news-side-card p{font-size:14px;line-height:1.8;color:var(--hz-muted);margin-bottom:12px}
.hz-news-side-card a{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px dashed var(--hz-line);font-size:14px;font-weight:900;color:var(--hz-green-dark)}
.hz-news-side-card a:hover{color:var(--hz-green)}

/* ---------- Breaking ---------- */
.hz-breaking-lead{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);background:#fff;border:1px solid var(--hz-line);border-radius:14px;overflow:hidden;box-shadow:var(--hz-shadow-md);margin-bottom:16px}
.hz-breaking-lead__media{display:block;aspect-ratio:16/10;background:#111820;overflow:hidden}
.hz-breaking-lead__img{width:100%;height:100%;object-fit:cover}
.hz-breaking-lead__body{padding:20px;display:flex;flex-direction:column;justify-content:center;gap:10px}
.hz-breaking-lead__meta,.hz-breaking-item__meta,.hz-most-read-item__meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:12.5px;color:var(--hz-muted)}
.hz-breaking-badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:30px;background:var(--hz-red);color:#fff;font-weight:900}
.hz-breaking-lead__title{font-size:28px;font-weight:900;line-height:1.35;color:var(--hz-green-dark)}
.hz-breaking-lead__title a:hover{color:var(--hz-red)}
.hz-breaking-lead__excerpt{font-size:15px;line-height:1.85;color:var(--hz-muted)}
.hz-breaking-list{display:flex;flex-direction:column;gap:10px}
.hz-breaking-item{display:grid;grid-template-columns:128px minmax(0,1fr);gap:14px;background:#fff;border:1px solid var(--hz-line);border-radius:12px;padding:10px;box-shadow:var(--hz-shadow-sm);transition:var(--hz-trans)}
.hz-breaking-item:hover{border-color:rgba(211,38,58,.38);box-shadow:var(--hz-shadow-md);transform:translateY(-1px)}
.hz-breaking-item__media{display:block;aspect-ratio:16/10;border-radius:9px;background:#111820;overflow:hidden}
.hz-breaking-item__img{width:100%;height:100%;object-fit:cover}
.hz-breaking-item__body{display:flex;flex-direction:column;justify-content:center;gap:6px}
.hz-breaking-dot{width:8px;height:8px;border-radius:50%;background:var(--hz-red);box-shadow:0 0 0 4px rgba(211,38,58,.12)}
.hz-breaking-item__title{font-size:17px;font-weight:900;line-height:1.5;color:var(--hz-green-dark)}
.hz-breaking-item__title a:hover{color:var(--hz-red)}

/* ---------- Most read ---------- */
.hz-most-read-list{display:flex;flex-direction:column;gap:12px;counter-reset:mostread}
.hz-most-read-item{display:grid;grid-template-columns:112px 52px minmax(0,1fr);gap:14px;align-items:center;background:#fff;border:1px solid var(--hz-line);border-radius:12px;padding:12px;box-shadow:var(--hz-shadow-sm);transition:var(--hz-trans)}
.hz-most-read-item:first-child{grid-template-columns:minmax(0,.82fr) 64px minmax(0,1.18fr);padding:14px;box-shadow:var(--hz-shadow-md)}
.hz-most-read-item:hover{border-color:rgba(0,119,68,.35);transform:translateY(-1px);box-shadow:var(--hz-shadow-md)}
.hz-most-read-item__media{display:block;aspect-ratio:16/10;border-radius:9px;background:#111820;overflow:hidden}
.hz-most-read-item:first-child .hz-most-read-item__media{aspect-ratio:16/9}
.hz-most-read-item__img{width:100%;height:100%;object-fit:cover}
.hz-most-read-item__rank{width:48px;height:48px;border-radius:12px;background:var(--hz-green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:900;box-shadow:inset 0 -10px 16px rgba(0,0,0,.12)}
.hz-most-read-item:first-child .hz-most-read-item__rank{width:58px;height:58px;background:var(--hz-gold);color:var(--hz-green-deep);font-size:24px}
.hz-most-read-item__body{min-width:0;display:flex;flex-direction:column;gap:7px}
.hz-most-read-item__title{font-size:18px;font-weight:900;line-height:1.5;color:var(--hz-green-dark)}
.hz-most-read-item:first-child .hz-most-read-item__title{font-size:25px;line-height:1.4}
.hz-most-read-item__title a:hover{color:var(--hz-green)}
.hz-most-read-item__meta span:last-child{color:var(--hz-green);font-weight:900}
.hz-most-read-item__excerpt{font-size:15px;line-height:1.8;color:var(--hz-muted)}

@media (max-width:1024px){
	.hz-news-page__layout{display:block}
	.hz-news-page__side{position:static}
}
@media (max-width:820px){
	.hz-news-page__hero-inner{min-height:160px;align-items:flex-start;flex-direction:column}
	.hz-news-page__title{font-size:34px}
	.hz-breaking-lead,.hz-most-read-item:first-child{grid-template-columns:1fr}
	.hz-most-read-item:first-child .hz-most-read-item__rank{width:48px;height:48px;font-size:21px}
}
@media (max-width:640px){
	.hz-news-page__hero-inner{padding-top:22px;padding-bottom:22px}
	.hz-news-page__title{font-size:30px}
	.hz-news-page__desc{font-size:14.5px}
	.hz-news-page__layout{padding-top:18px;gap:18px}
	.hz-breaking-lead__body{padding:16px}
	.hz-breaking-lead__title{font-size:22px}
	.hz-breaking-item{grid-template-columns:96px minmax(0,1fr);gap:10px}
	.hz-breaking-item__title,.hz-most-read-item__title{font-size:15.5px}
	.hz-most-read-item{grid-template-columns:86px 42px minmax(0,1fr);gap:10px;padding:10px}
	.hz-most-read-item__rank{width:40px;height:40px;border-radius:10px;font-size:16px}
}
@media (max-width:460px){
	.hz-news-page__control{width:100%}
	.hz-breaking-item{grid-template-columns:1fr}
	.hz-breaking-item__media{aspect-ratio:16/9}
	.hz-most-read-item{grid-template-columns:42px minmax(0,1fr)}
	.hz-most-read-item__media{display:none}
	.hz-most-read-item__rank{grid-column:1;grid-row:1}
	.hz-most-read-item__body{grid-column:2;grid-row:1}
}
