/* TLGAWY NEWS PRO - professional news portal skin */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

:root{
  --tnp-bg:#f4f6fb;
  --tnp-surface:#ffffff;
  --tnp-ink:#111827;
  --tnp-muted:#667085;
  --tnp-border:#e5e7eb;
  --tnp-primary:#0b1220;
  --tnp-primary-2:#111827;
  --tnp-accent:#d71920;
  --tnp-accent-2:#ef4444;
  --tnp-gold:#f59e0b;
  --tnp-shadow:0 14px 40px rgba(15,23,42,.08);
  --tnp-radius:18px;
}

html, body,
button, input, select, textarea,
.header, .footer, .content-wrapper, .buzz-container,
.content-timeline__detail__title,
.sidebar-mosts__item__title,
.headline__blocks__header__title{
  font-family:'Cairo', Tahoma, Arial, sans-serif !important;
}

body{
  background:linear-gradient(180deg,#f8fafc 0,#f4f6fb 100%) !important;
  color:var(--tnp-ink);
  font-weight:500;
}

a{transition:color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;}
a:hover{color:var(--tnp-accent)!important;text-decoration:none!important;}
.container,.global-container{max-width:1220px!important;}

.newspro-topbar{
  background:linear-gradient(90deg,#0b1220,#111827 55%,#1f2937);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:13px;
}
.newspro-topbar__inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  overflow:hidden;
}
.newspro-topbar__badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:var(--tnp-accent);
  color:#fff;
  border-radius:999px;
  padding:5px 12px;
  font-weight:900;
  box-shadow:0 8px 24px rgba(215,25,32,.28);
  white-space:nowrap;
}
.newspro-topbar__badge:before{content:'●';font-size:9px;animation:newsproPulse 1.2s infinite;}
.newspro-topbar__text{font-weight:700;opacity:.94;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;}
.newspro-topbar__date{opacity:.72;font-weight:600;white-space:nowrap;}
@keyframes newsproPulse{0%,100%{opacity:.35}50%{opacity:1}}

.header{
  background:#fff!important;
  box-shadow:0 8px 30px rgba(15,23,42,.07)!important;
  border-bottom:1px solid rgba(15,23,42,.06)!important;
  position:sticky;
  top:0;
  z-index:99;
}
.header__appbar,
.header__appbar_menu,
.header__appbar_top_color{
  background:#fff!important;
  border:0!important;
}
.header__appbar > .container,
.header__appbar .container{
  min-height:74px;
  display:flex;
  align-items:center;
}
.header__appbar--left__logo img,
.header__logo img,
.header img.logo{
  max-height:54px!important;
  width:auto!important;
  object-fit:contain;
}
.header__appbar--left__menu a,
.navmenu>li>a,
.header a{
  font-weight:800!important;
  letter-spacing:-.01em;
}
.header__appbar--left__menu ul,
.navmenu{gap:3px;}
.header__appbar--left__menu a,
.navmenu>li>a{
  border-radius:12px;
  padding:12px 14px!important;
}
.header__appbar--left__menu a:hover,
.navmenu>li>a:hover{
  background:#fff1f2!important;
  color:var(--tnp-accent)!important;
}
.header__searchbar{
  background:rgba(11,18,32,.96)!important;
  backdrop-filter:blur(14px);
}
.header__searchbar__container__input,
#searchbox_text{
  border:1px solid var(--tnp-border)!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
.header__appbar--right__search i,
.header__appbar--right .material-icons{color:#111827;}
.create-links a,
.button-create,
.button.button-rosy,
.button.button-orange,
.btn-more,
.content-timeline__more{
  background:linear-gradient(135deg,var(--tnp-accent),var(--tnp-accent-2))!important;
  border-color:transparent!important;
  color:#fff!important;
  border-radius:999px!important;
  font-weight:900!important;
  box-shadow:0 10px 25px rgba(215,25,32,.25)!important;
}
.create-links a:hover,
.button-create:hover,
.btn-more:hover,
.content-timeline__more:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 34px rgba(215,25,32,.32)!important;
}

.newspro-hero{
  margin:22px auto 14px;
  border-radius:24px;
  background:radial-gradient(circle at 20% 0%,rgba(239,68,68,.22),transparent 28%),linear-gradient(135deg,#0b1220,#111827 55%,#1f2937);
  color:#fff;
  padding:28px;
  box-shadow:var(--tnp-shadow);
  position:relative;
  overflow:hidden;
}
.newspro-hero:after{
  content:'';
  position:absolute;
  inset:auto -60px -90px auto;
  width:260px;height:260px;
  background:rgba(245,158,11,.16);
  border-radius:50%;
}
.newspro-hero__label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:7px 13px;
  font-weight:900;
}
.newspro-hero h1{
  margin:14px 0 8px;
  font-size:34px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:-.03em;
}
.newspro-hero p{margin:0;color:rgba(255,255,255,.78);font-size:16px;max-width:720px;}
.newspro-hero__meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;position:relative;z-index:1;}
.newspro-hero__meta span{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);padding:8px 12px;border-radius:12px;font-weight:800;}

.content,.homecolums{
  gap:24px!important;
}
.content-timeline,
.content-timeline_right,
.sidebar--fixed,
.coltrend,
.sidebar-block,
.column1,.column2,.column3{
  border-radius:var(--tnp-radius)!important;
}
.content-timeline,.content-timeline_right,.sidebar--fixed,
.column1,.column2,.column3{
  background:transparent!important;
}
.colheader{
  border:0!important;
  background:transparent!important;
  margin:0 0 16px!important;
  padding:0!important;
}
.colheader .header-title,
.header-title{
  position:relative;
  display:flex!important;
  align-items:center;
  gap:10px;
  color:var(--tnp-ink)!important;
  font-size:20px!important;
  line-height:1.3!important;
  font-weight:900!important;
  letter-spacing:-.025em;
  border:0!important;
  padding:0 0 12px!important;
  margin:0!important;
}
.colheader .header-title:before{
  content:'';
  width:8px;
  height:24px;
  border-radius:10px;
  background:linear-gradient(180deg,var(--tnp-accent),var(--tnp-gold));
  flex:0 0 auto;
}
.colheader .header-title:after{
  content:'';
  height:1px;
  background:linear-gradient(90deg,var(--tnp-border),transparent);
  flex:1;
  margin-inline-start:10px;
}

.content-timeline__item,
.sidebar-mosts__item,
.items_lists>li,
.content-viral__item{
  background:#fff!important;
  border:1px solid rgba(15,23,42,.07)!important;
  border-radius:20px!important;
  box-shadow:0 8px 28px rgba(15,23,42,.06)!important;
  overflow:hidden!important;
  margin-bottom:18px!important;
}
.content-timeline__item:hover,
.sidebar-mosts__item:hover,
.items_lists>li:hover,
.content-viral__item:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 44px rgba(15,23,42,.12)!important;
}
.content-timeline__link{display:flex!important;gap:18px!important;padding:14px!important;align-items:stretch!important;}
.content-timeline__media{width:240px!important;min-width:240px!important;border-radius:16px!important;overflow:hidden!important;background:#e5e7eb!important;}
.content-timeline__media__image,
.content-timeline__media__image a{display:block!important;height:100%!important;}
.content-timeline__media img,
.sidebar-mosts__item__image__item,
.headline__blocks__image img,
.items_lists img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .35s ease;
}
.content-timeline__item:hover img,
.sidebar-mosts__item:hover img,
.items_lists>li:hover img{transform:scale(1.045);}
.content-timeline__detail{flex:1!important;min-width:0!important;}
.content-timeline__detail__container{padding:2px 2px 0!important;height:100%;display:flex;flex-direction:column;}
.content-timeline__detail__title{
  font-size:23px!important;
  line-height:1.45!important;
  font-weight:900!important;
  letter-spacing:-.035em;
  color:#111827!important;
  margin:0 0 9px!important;
}
.content-timeline__detail__desc{
  color:var(--tnp-muted)!important;
  font-size:14px!important;
  line-height:1.9!important;
  margin:0!important;
}
.content-timeline__detail--bottom{
  margin-top:auto!important;
  padding-top:12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px;
  border-top:1px solid rgba(15,23,42,.06)!important;
}
.content-timeline__detail__date{
  color:#7b8494!important;
  font-size:12px!important;
  font-weight:800!important;
}
.share_counts span{
  background:#f8fafc!important;
  border-radius:999px!important;
  padding:4px 8px!important;
  margin-inline-end:4px!important;
  color:#667085!important;
}
.badge,.reaction-item{
  filter:drop-shadow(0 8px 18px rgba(15,23,42,.18));
}

.sidebar-mosts{padding:0!important;margin:0!important;}
.sidebar-mosts__item{position:relative;padding:10px!important;}
.sidebar-mosts__item__link{display:block!important;}
.sidebar-mosts__item__body{display:flex!important;gap:12px!important;align-items:center!important;margin:0!important;}
.sidebar-mosts__item__image{width:118px!important;height:78px!important;min-width:118px!important;border-radius:14px!important;overflow:hidden!important;background:#e5e7eb!important;}
.sidebar-mosts__item__caption{padding:0!important;min-width:0!important;}
.sidebar-mosts__item__title{
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:900!important;
  color:#111827!important;
  margin:0!important;
}
.sidebar .colheader .header-title{font-size:18px!important;}
.sidebar--fixed{position:sticky!important;top:112px!important;}

.headline__blocks{
  border-radius:22px!important;
  overflow:hidden!important;
  box-shadow:0 14px 36px rgba(15,23,42,.16)!important;
}
.headline__blocks__header{background:linear-gradient(180deg,transparent,rgba(0,0,0,.78))!important;}
.headline__blocks__header__title{font-weight:900!important;letter-spacing:-.03em!important;}

.post-page .buzz-container,
.mode-show .buzz-container{background:transparent!important;}
.post-page .content,
.mode-show .content,
.post-content,
.news-post-card{
  background:#fff!important;
  border:1px solid rgba(15,23,42,.07)!important;
  border-radius:24px!important;
  box-shadow:var(--tnp-shadow)!important;
}
.post-title,
.content-title,
.post h1,
h1.headline{
  font-family:'Cairo', Tahoma, Arial, sans-serif!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
  color:#0f172a!important;
}
.entry,.entry p,.post-content p{font-size:18px!important;line-height:2.05!important;color:#253044!important;}

.footer{
  background:#0b1220!important;
  color:#dbe2ee!important;
  border-top:4px solid var(--tnp-accent)!important;
}
.footer a{color:#dbe2ee!important;font-weight:800!important;}
.footer a:hover{color:#fff!important;}

@media (max-width: 992px){
  .content{display:block!important;}
  .sidebar,.content-timeline_right{margin-top:22px!important;}
  .newspro-hero{margin:14px 12px;padding:22px;border-radius:20px;}
  .newspro-hero h1{font-size:26px;}
}
@media (max-width: 720px){
  .newspro-topbar__date{display:none;}
  .header__appbar > .container,.header__appbar .container{min-height:62px;}
  .content-timeline__link{display:block!important;padding:12px!important;}
  .content-timeline__media{width:100%!important;min-width:100%!important;height:210px!important;margin-bottom:12px!important;}
  .content-timeline__detail__title{font-size:19px!important;}
  .content-timeline__detail--bottom{display:block!important;}
  .sidebar-mosts__item__image{width:104px!important;min-width:104px!important;height:72px!important;}
  .global-container.container{padding-left:12px!important;padding-right:12px!important;}
}
