/**
 * EasyArabicNow V3.2.30 - AFG typography + compact Home Tip of the Day.
 */

/* Match ArabicFoodGuide typography hierarchy: Lora body, Cinzel editorial headings/labels. */
html body.ean-adsense-clean{
  font-family:"Lora",Georgia,"Times New Roman",serif!important;
  font-synthesis:none!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
html body.ean-adsense-clean p,
html body.ean-adsense-clean li,
html body.ean-adsense-clean dd,
html body.ean-adsense-clean input,
html body.ean-adsense-clean textarea,
html body.ean-adsense-clean select,
html body.ean-adsense-clean button,
html body.ean-adsense-clean .ean-btn,
html body.ean-adsense-clean .ean-text-link,
html body.ean-adsense-clean .ean-premium-content{
  font-family:"Lora",Georgia,"Times New Roman",serif!important;
}
html body.ean-adsense-clean h1,
html body.ean-adsense-clean h2,
html body.ean-adsense-clean h3,
html body.ean-adsense-clean h4,
html body.ean-adsense-clean h5,
html body.ean-adsense-clean h6,
html body.ean-adsense-clean .ean-brand-copy b,
html body.ean-adsense-clean .ean-nav-list>li>a,
html body.ean-adsense-clean .ean-nav-list .sub-menu a,
html body.ean-adsense-clean .ean-kicker,
html body.ean-adsense-clean .ean-new-today,
html body.ean-adsense-clean .ean-home-today-situation,
html body.ean-adsense-clean .ean-daily-region-head>span,
html body.ean-adsense-clean .ean-daily-english>span,
html body.ean-adsense-clean .ean-daily-say>span,
html body.ean-adsense-clean .ean-flashcard-field>em,
html body.ean-adsense-clean .ean-destination-name{
  font-family:"Cinzel",Georgia,"Times New Roman",serif!important;
  font-synthesis:none!important;
}

/* Header word ARABIC: no blur, no shadow, strong contrast, crisp rendering. */
html body.ean-adsense-clean .ean-header .ean-brand-copy b{
  font-weight:700!important;
  letter-spacing:-.015em!important;
  text-shadow:none!important;
  filter:none!important;
  opacity:1!important;
}
html body.ean-adsense-clean .ean-header .ean-brand-copy .ean-word-arabic{
  color:#0b438f!important;
  -webkit-text-fill-color:#0b438f!important;
  font-weight:700!important;
  text-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:geometricPrecision!important;
}
html body.ean-adsense-clean .ean-footer .ean-brand-copy .ean-word-arabic{
  color:#f2cf79!important;
  -webkit-text-fill-color:#f2cf79!important;
  text-shadow:none!important;
  opacity:1!important;
}

/* Home Tip of the Day: sits directly below NEW TODAY in the same shell. */
.ean-home-tip-day{
  display:grid;
  grid-template-columns:minmax(170px,.28fr) minmax(0,1fr);
  gap:26px;
  align-items:stretch;
  margin-top:16px;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(10,39,66,.12);
  border-radius:24px;
  background:linear-gradient(135deg,#fffaf0 0%,#fff 58%,#eef4fb 100%);
  box-shadow:0 12px 34px rgba(10,39,66,.055);
}
.ean-home-tip-day-label{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:8px;
  min-height:100%;
  padding:24px;
  background:#0a2742;
  border-right:3px solid #c7a45b;
}
.ean-home-tip-day-label>span{
  color:#f3d788!important;
  -webkit-text-fill-color:#f3d788!important;
  font-family:"Cinzel",Georgia,"Times New Roman",serif!important;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.12em;
}
.ean-home-tip-day-label>small{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-family:"Cinzel",Georgia,"Times New Roman",serif!important;
  font-size:.7rem;
  line-height:1.45;
  letter-spacing:.08em;
}
.ean-home-tip-day-copy{padding:24px 28px 25px;}
.ean-home-tip-day-copy h3{
  margin:0 0 9px!important;
  color:#102438!important;
  -webkit-text-fill-color:#102438!important;
  font-size:clamp(1.35rem,2.4vw,2rem)!important;
  line-height:1.14!important;
  letter-spacing:-.025em!important;
}
.ean-home-tip-day-copy p{
  max-width:1080px;
  margin:0!important;
  color:#40566b!important;
  -webkit-text-fill-color:#40566b!important;
  font-size:.94rem!important;
  line-height:1.72!important;
}
.ean-home-tip-day-copy a{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-top:13px;
  color:#0b438f!important;
  font-family:"Lora",Georgia,"Times New Roman",serif!important;
  font-size:.86rem;
  font-weight:700;
  text-decoration:none!important;
}
.ean-home-tip-day-copy a:hover{text-decoration:underline!important;}

@media(max-width:820px){
  .ean-home-tip-day{grid-template-columns:1fr;gap:0;}
  .ean-home-tip-day-label{min-height:0;padding:16px 20px;border-right:0;border-bottom:3px solid #c7a45b;}
  .ean-home-tip-day-copy{padding:20px;}
}
@media(max-width:520px){
  html body.ean-adsense-clean .ean-header .ean-brand-copy b{letter-spacing:-.025em!important;}
  .ean-home-tip-day{border-radius:20px;}
  .ean-home-tip-day-copy h3{font-size:1.35rem!important;}
  .ean-home-tip-day-copy p{font-size:.88rem!important;}
}
