/* ═══════════════════════════════════════════════════════════════
   ALTROZ — News Magazine template para KSites
   Colores desde el panel: --color-primary / --color-accent
   ═══════════════════════════════════════════════════════════════ */

.az *, .az *::before, .az *::after { box-sizing: border-box; }
body.az {
  margin: 0;
  font-family: var(--font-body, 'Inter', sans-serif);
  background: #f4f5f7;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}
.az a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* ── Etiqueta de categoría reutilizable ── */
.az-cat {
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: .22rem .55rem;
  border-radius: 2px;
  line-height: 1.2;
}
.az-cat-abs { position: absolute; top: 10px; left: 10px; z-index: 2; }

/* ══ TOP BAR ══════════════════════════════════════════════════ */
.az-topbar {
  background: var(--color-primary);
  color: rgba(255,255,255,.85);
  font-size: .74rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.az-topbar-inner { display: flex; align-items: center; justify-content: space-between; height: 38px; }
.az-topbar-date { text-transform: capitalize; opacity: .9; }
.az-topbar-right { display: flex; align-items: center; gap: .85rem; }
.az-topbar-live, .az-topbar-radio {
  font-weight: 700; font-size: .68rem; color: #fff;
  display: inline-flex; align-items: center; gap: .25rem;
}
.az-topbar-live { animation: az-blink 2s ease-in-out infinite; }
@keyframes az-blink { 0%,100%{opacity:1} 50%{opacity:.55} }
.az-topbar-social { display: flex; align-items: center; gap: .5rem; }
.az-topbar-social a { color: rgba(255,255,255,.75); display: inline-flex; transition: color .15s; }
.az-topbar-social a:hover { color: #fff; }

/* ══ BRAND HEADER ═════════════════════════════════════════════ */
.az-brand { background: #fff; border-bottom: 1px solid #ececec; }
.az-brand-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding-top: 18px; padding-bottom: 18px;
}
.az-brand-logo img { max-height: 60px; width: auto; display: block; }
.az-brand-txt {
  font-family: 'Oswald', var(--font-body), sans-serif;
  font-weight: 700; font-size: 2rem; letter-spacing: -.02em;
  color: var(--color-primary); text-transform: uppercase;
}
.az-brand-ad { flex-shrink: 0; max-height: 90px; overflow: hidden; }
.az-brand-ad img { max-height: 90px; width: auto; display: block; }

/* ══ NAV ══════════════════════════════════════════════════════ */
.az-nav-wrap { position: sticky; top: 0; z-index: 500; }
.az-nav-wrap.stuck .az-nav { box-shadow: 0 2px 12px rgba(0,0,0,.18); }
.az-nav { background: var(--color-accent); }
.az-nav-inner { display: flex; align-items: center; gap: .5rem; min-height: 46px; }
.az-sections { display: flex; align-items: stretch; flex: 1; overflow: hidden; }
.az-sections a {
  color: rgba(255,255,255,.92);
  font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .02em;
  padding: 0 .95rem; display: flex; align-items: center; height: 46px;
  white-space: nowrap; transition: background .15s;
}
.az-sections a:hover, .az-sections a.active { background: rgba(0,0,0,.18); color: #fff; }
.az-nav-tv { background: rgba(0,0,0,.22); }
.az-search-btn, .az-burger {
  background: transparent; border: none; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center; padding: 8px;
}
.az-search-btn svg { width: 18px; height: 18px; }
.az-burger { flex-direction: column; gap: 4px; width: 42px; height: 46px; }
.az-burger span { display: block; width: 20px; height: 2px; background: #fff; border-radius: 2px; }

/* ══ TICKER ═══════════════════════════════════════════════════ */
.az-ticker { background: #fff; border-bottom: 1px solid #ececec; }
.az-ticker-inner { display: flex; align-items: center; height: 40px; gap: 0; overflow: hidden; }
.az-ticker-lbl {
  background: var(--color-primary); color: #fff;
  font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
  padding: .35rem .7rem; margin-right: .9rem; flex-shrink: 0; border-radius: 2px;
  position: relative;
}
.az-ticker-view { overflow: hidden; flex: 1; }
.az-ticker-track { display: inline-flex; align-items: center; white-space: nowrap; animation: az-marquee 34s linear infinite; }
.az-ticker-track:hover { animation-play-state: paused; }
.az-ticker-item { font-size: .8rem; font-weight: 500; color: #333; padding-right: 2.2rem; display: inline-flex; align-items: center; }
.az-ticker-item:hover { color: var(--color-accent); }
.az-ticker-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent); margin-right: .5rem; }
@keyframes az-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ══ HERO FEATURED ════════════════════════════════════════════ */
.az-hero-section { display: grid; grid-template-columns: 2fr 1fr; gap: 12px; margin-top: 18px; }
.az-hero-side { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }
.az-feat {
  position: relative; display: block; overflow: hidden; border-radius: 6px;
  background: #222; min-height: 200px;
}
.az-hero.az-feat { min-height: 420px; }
.az-feat-sm { min-height: 200px; }
.az-feat img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .5s; }
.az-feat:hover img { transform: scale(1.05); }
.az-feat-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.86) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,0) 75%); z-index: 1; }
.az-feat-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 18px; color: #fff; }
.az-feat-sm .az-feat-body { padding: 12px; }
.az-feat-title { font-family: 'Oswald', var(--font-body), sans-serif; font-weight: 700; line-height: 1.18; margin: .5rem 0 .35rem; }
.az-hero .az-feat-title { font-size: 1.75rem; }
.az-feat-sm .az-feat-title { font-size: 1rem; }
.az-feat-resumen { font-size: .88rem; color: rgba(255,255,255,.82); line-height: 1.5; margin: 0 0 .5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.az-feat-meta { font-size: .72rem; color: rgba(255,255,255,.7); }

/* ══ BODY LAYOUT ══════════════════════════════════════════════ */
.az-body { display: grid; grid-template-columns: 1fr 330px; gap: 30px; margin-top: 26px; margin-bottom: 40px; align-items: start; }

/* Section heading */
.az-sec-hd { border-bottom: 2px solid #e2e2e2; margin-bottom: 18px; }
.az-sec-hd-lbl {
  display: inline-block;
  font-family: 'Oswald', var(--font-body), sans-serif;
  font-weight: 700; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .03em;
  color: #111; padding-bottom: 8px; border-bottom: 3px solid var(--color-accent);
  margin-bottom: -2px;
}

/* Cards grid */
.az-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.az-card { background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.06); display: flex; flex-direction: column; }
.az-card-img { position: relative; display: block; aspect-ratio: 16/10; background: #e9e9e9; overflow: hidden; }
.az-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.az-card:hover .az-card-img img { transform: scale(1.06); }
.az-card-noimg { width: 100%; height: 100%; background: linear-gradient(135deg, var(--color-primary), #000); opacity: .12; }
.az-card-body { padding: 13px 15px 16px; flex: 1; display: flex; flex-direction: column; }
.az-card-title { font-size: 1.02rem; font-weight: 700; line-height: 1.3; margin: 0 0 .4rem; }
.az-card-title a:hover { color: var(--color-accent); }
.az-card-resumen { font-size: .82rem; color: #666; line-height: 1.5; margin: 0 0 .6rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.az-card-time { font-size: .7rem; color: #a0a0a0; margin-top: auto; }
.az-grid-ad { grid-column: 1 / -1; text-align: center; padding: 8px 0; }

/* Pagination */
.az-pag { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 30px; }
.az-pag a, .az-pag span { padding: .5rem .8rem; border-radius: 4px; font-size: .82rem; font-weight: 600; background: #fff; border: 1px solid #e2e2e2; color: #444; }
.az-pag a:hover { border-color: var(--color-accent); color: var(--color-accent); }
.az-pag .az-pag-cur { background: var(--color-accent); border-color: var(--color-accent); color: #fff; }

/* ══ SIDEBAR ══════════════════════════════════════════════════ */
.az-sidebar { display: flex; flex-direction: column; gap: 22px; }
.az-ad-box { background: #ececec; border-radius: 6px; min-height: 120px; display: flex; align-items: center; justify-content: center; color: #aaa; font-size: .8rem; overflow: hidden; }
.az-widget { background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,.06); overflow: hidden; }
.az-widget-hd {
  border-bottom: 1px solid #eee; padding: 12px 15px;
}
.az-widget-hd span {
  font-family: 'Oswald', var(--font-body), sans-serif;
  font-weight: 700; font-size: .95rem; text-transform: uppercase; letter-spacing: .03em;
  color: #111; border-left: 4px solid var(--color-accent); padding-left: 10px; display: inline-block; line-height: 1;
}
.az-pop-list { list-style: none; margin: 0; padding: 6px 0; counter-reset: none; }
.az-pop-list li { border-bottom: 1px solid #f2f2f2; }
.az-pop-list li:last-child { border-bottom: none; }
.az-pop-list a { display: flex; gap: 11px; padding: 11px 15px; align-items: flex-start; }
.az-pop-num { font-family: 'Oswald', sans-serif; font-size: 1.35rem; font-weight: 700; color: var(--color-accent); line-height: 1; min-width: 22px; opacity: .85; }
.az-pop-txt { font-size: .84rem; font-weight: 600; line-height: 1.35; color: #222; }
.az-pop-list a:hover .az-pop-txt { color: var(--color-accent); }
.az-pop-time { display: block; font-size: .7rem; font-weight: 400; color: #a8a8a8; margin-top: 3px; }

/* Follow */
.az-follow { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 14px 15px; }
.az-follow-btn { display: flex; align-items: center; gap: 8px; padding: 9px 11px; border-radius: 5px; color: #fff; font-size: .76rem; font-weight: 600; }
.az-fl-facebook { background: #1877f2; }
.az-fl-instagram { background: #d6249f; background: linear-gradient(45deg,#f09433,#dc2743,#bc1888); }
.az-fl-twitter { background: #111; }
.az-fl-whatsapp { background: #25d366; }
.az-follow-btn:hover { opacity: .9; }

/* ══ FOOTER ═══════════════════════════════════════════════════ */
.az-footer { background: var(--color-primary); color: rgba(255,255,255,.78); margin-top: 20px; }
.az-footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; padding-top: 42px; padding-bottom: 34px; }
.az-footer-brand { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.4rem; color: #fff; text-transform: uppercase; margin-bottom: 12px; }
.az-footer-about p { font-size: .84rem; line-height: 1.6; margin: 0 0 14px; max-width: 42ch; }
.az-footer-social { display: flex; gap: 9px; }
.az-footer-social a { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.12); display: flex; align-items: center; justify-content: center; color: #fff; transition: background .15s; }
.az-footer-social a:hover { background: var(--color-accent); }
.az-footer-hd { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: .95rem; color: #fff; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; }
.az-footer-col ul { list-style: none; margin: 0; padding: 0; }
.az-footer-col li { margin-bottom: 9px; }
.az-footer-col a { font-size: .84rem; color: rgba(255,255,255,.72); }
.az-footer-col a:hover { color: #fff; }
.az-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; font-size: .76rem; color: rgba(255,255,255,.55); text-align: center; }

/* ══ DRAWER (mobile) ══════════════════════════════════════════ */
.az-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 900; opacity: 0; visibility: hidden; transition: opacity .25s; }
.az-overlay.open { opacity: 1; visibility: visible; }
.az-drawer { position: fixed; top: 0; left: 0; bottom: 0; width: 82%; max-width: 320px; background: #fff; z-index: 901; transform: translateX(-100%); transition: transform .28s ease; display: flex; flex-direction: column; }
.az-drawer.open { transform: translateX(0); box-shadow: 4px 0 24px rgba(0,0,0,.2); }
.az-drawer-hd { background: var(--color-primary); color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; }
.az-drawer-hd span { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 1.05rem; }
.az-drawer-hd button { background: none; border: none; color: #fff; font-size: 1.2rem; cursor: pointer; }
.az-drawer-nav { display: flex; flex-direction: column; overflow-y: auto; }
.az-drawer-nav a { padding: 14px 18px; font-size: .92rem; font-weight: 600; border-bottom: 1px solid #f2f2f2; color: #222; }
.az-drawer-nav a.active, .az-drawer-nav a:hover { color: var(--color-accent); background: #fafafa; }

/* ══ SEARCH OVERLAY ═══════════════════════════════════════════ */
.az-search-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.72); z-index: 950; display: flex; align-items: flex-start; justify-content: center; padding-top: 90px; opacity: 0; visibility: hidden; transition: opacity .2s; }
.az-search-overlay.open { opacity: 1; visibility: visible; }
.az-search-form { display: flex; gap: 8px; width: min(560px, 92vw); background: #fff; padding: 10px; border-radius: 8px; }
.az-search-form input { flex: 1; border: 1px solid #e2e2e2; border-radius: 6px; padding: .7rem .9rem; font-size: 1rem; outline: none; }
.az-search-form input:focus { border-color: var(--color-accent); }
.az-search-form button { border: none; cursor: pointer; border-radius: 6px; padding: 0 14px; display: flex; align-items: center; }
.az-search-form button[type=submit] { background: var(--color-accent); color: #fff; }
.az-search-x { background: #f0f0f0; color: #666; font-size: 1.05rem; }

/* ══ BOTTOM NAV (mobile) ══════════════════════════════════════ */
.az-bottom-nav { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 800; background: #fff; border-top: 1px solid #e6e6e6; height: 58px; box-shadow: 0 -2px 14px rgba(0,0,0,.08); }
.az-bottom-nav a, .az-bottom-nav button {
  flex: 1; background: none; border: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  font-size: .62rem; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: .02em;
}
.az-bottom-nav svg { width: 21px; height: 21px; }
.az-bottom-nav a.active { color: var(--color-accent); }

/* ═══════════════════════════════════════════════════════════════
   PÁGINA DE NOTA (article)
   ═══════════════════════════════════════════════════════════════ */
.az-breadcrumb { background: #fff; border-bottom: 1px solid #ececec; font-size: .74rem; color: #999; }
.az-breadcrumb .container { display: flex; gap: .4rem; align-items: center; height: 40px; }
.az-breadcrumb a { color: #999; }
.az-breadcrumb a:hover { color: var(--color-accent); }
.az-breadcrumb .cur { color: #555; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.az-article-wrap { display: grid; grid-template-columns: 1fr 330px; gap: 30px; margin: 24px auto 44px; align-items: start; }
.az-article { background: #fff; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,.06); overflow: hidden; }
.az-article-head { padding: 26px 32px 0; }
@media (max-width: 640px){ .az-article-head { padding: 20px 18px 0; } }
.az-article-meta { display: flex; align-items: center; gap: .6rem; flex-wrap: wrap; margin-bottom: .75rem; }
.az-article-time { font-size: .75rem; color: #a0a0a0; }
.az-article-h1 {
  font-family: 'Oswald', var(--font-body), sans-serif;
  font-size: 2.1rem; font-weight: 700; line-height: 1.16; letter-spacing: -.01em;
  color: #0f0f0f; margin: 0 0 .7rem;
}
@media (max-width: 640px){ .az-article-h1 { font-size: 1.5rem; } }
.az-article-resumen { font-size: 1.06rem; color: #444; line-height: 1.6; font-weight: 500; border-left: 3px solid var(--color-accent); padding-left: 14px; margin: 0 0 20px; }
.az-article-hero { width: 100%; max-height: 480px; object-fit: cover; display: block; margin-bottom: 4px; }

/* Compartir */
.az-share { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; padding: 14px 32px; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin: 0 0 4px; }
@media (max-width: 640px){ .az-share { padding: 12px 18px; } }
.az-share-lbl { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #999; margin-right: 4px; }
.az-share a, .az-share button { display: inline-flex; align-items: center; gap: 6px; font-size: .76rem; font-weight: 600; padding: .4rem .8rem; border-radius: 4px; border: none; cursor: pointer; color: #fff; }
.az-sh-fb { background: #1877f2; }
.az-sh-tw { background: #111; }
.az-sh-wa { background: #25d366; }
.az-sh-cp { background: #eee; color: #555; }
.az-share a:hover, .az-share button:hover { opacity: .9; }

/* Cuerpo */
.az-article-body { padding: 22px 32px 30px; }
@media (max-width: 640px){ .az-article-body { padding: 18px; } }
.az-nota-content { font-size: 1.04rem; line-height: 1.85; color: #222; }
.az-nota-content p { margin: 0 0 1.1em; }
.az-nota-content h2 { font-family: 'Oswald', sans-serif; font-size: 1.35rem; font-weight: 700; margin: 1.5em 0 .5em; color: #0f0f0f; }
.az-nota-content h3 { font-size: 1.1rem; font-weight: 700; margin: 1.25em 0 .4em; }
.az-nota-content a { color: var(--color-accent); text-decoration: underline; }
.az-nota-content blockquote { border-left: 3px solid var(--color-accent); padding-left: 1rem; margin: 1.25em 0; color: #555; font-style: italic; }
.az-nota-content ul, .az-nota-content ol { padding-left: 1.5em; margin: 0 0 1em; }
.az-nota-content li { margin-bottom: .35em; }
.az-parrafo-grupo::after { content: ''; display: table; clear: both; }

/* Fotos inline */
.az-inline-foto { margin: 1.5rem 0; border-radius: 6px; overflow: hidden; line-height: 0; background: #f4f4f4; cursor: pointer; }
.az-inline-foto img { width: 100%; height: auto; display: block; transition: opacity .2s; }
.az-inline-foto img:hover { opacity: .92; }
@media (min-width: 700px){
  .az-inline-foto.float-left { float: left; width: 46%; margin: .25rem 1.5rem 1.2rem 0; }
  .az-inline-foto.float-right { float: right; width: 46%; margin: .25rem 0 1.2rem 1.5rem; }
}
@media (max-width: 699px){ .az-inline-foto.float-left, .az-inline-foto.float-right { float: none; width: 100%; margin: 1rem 0; } }

/* Galería */
.az-nota-galeria { margin: 1.8rem 0 1rem; }
.az-nota-galeria-ttl { font-family: 'Oswald', sans-serif; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--color-accent); margin-bottom: .8rem; }
.az-nota-galeria-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; }
.az-nota-galeria-item { border-radius: 4px; overflow: hidden; aspect-ratio: 4/3; background: #eee; cursor: pointer; }
.az-nota-galeria-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.az-nota-galeria-item:hover img { transform: scale(1.06); }

/* Relacionadas */
.az-rel { margin-top: 26px; }
.az-rel .az-sec-hd { margin-bottom: 16px; }
.az-rel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.az-rel-card { background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,.06); }
.az-rel-card-img { display: block; aspect-ratio: 16/10; background: #eee; overflow: hidden; }
.az-rel-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.az-rel-card:hover img { transform: scale(1.05); }
.az-rel-card-body { padding: 11px 13px 14px; }
.az-rel-card-title { font-size: .9rem; font-weight: 700; line-height: 1.32; }
.az-rel-card:hover .az-rel-card-title { color: var(--color-accent); }

/* Lightbox */
.az-lightbox { display: none; position: fixed; inset: 0; z-index: 1000; background: rgba(0,0,0,.93); align-items: center; justify-content: center; }
.az-lightbox.open { display: flex; }
.az-lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 4px; object-fit: contain; }
.az-lightbox-close { position: absolute; top: 16px; right: 20px; color: #fff; font-size: 1.4rem; cursor: pointer; background: rgba(255,255,255,.12); border: none; width: 40px; height: 40px; border-radius: 50%; }
.az-lightbox-prev, .az-lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.12); border: none; color: #fff; font-size: 1.4rem; width: 46px; height: 46px; border-radius: 50%; cursor: pointer; }
.az-lightbox-prev { left: 16px; } .az-lightbox-next { right: 16px; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .az-body, .az-article-wrap { grid-template-columns: 1fr; }
  .az-brand-ad { display: none; }
  .az-sections { position: absolute; left: -9999px; }   /* menú va al drawer */
  .az-burger { display: flex; }
  .az-nav-inner { justify-content: space-between; }
  .az-bottom-nav { display: flex; }
  body.az { padding-bottom: 58px; }
  .az-hero.az-feat { min-height: 340px; }
}
@media (min-width: 901px) {
  .az-burger { display: none; }
}
@media (max-width: 680px) {
  .az-hero-section { grid-template-columns: 1fr; }
  .az-hero-side { grid-template-rows: none; grid-template-columns: 1fr 1fr; }
  .az-grid { grid-template-columns: 1fr; }
  .az-rel-grid { grid-template-columns: 1fr; }
  .az-hero .az-feat-title { font-size: 1.4rem; }
  .az-topbar-date { display: none; }
}
@media (max-width: 420px) {
  .az-hero-side { grid-template-columns: 1fr; }
  .az-follow { grid-template-columns: 1fr; }
}
