/* BimehKar v129 — final requested UI/routing-facing presentation fixes. */
:root{--bk129-navy:#052259;--bk129-blue:#1979FD;--bk129-blue-hover:#4A97FF;--bk129-coral:#FF8552;--bk129-coral-hover:#FF9A70}

/* Magazine CTA: unequivocally coral actions on the navy card. */
html body.bk47-magazine-page .bk61-surface.bk61-mag-cta .bk61-mag-cta-actions>a.btn,
html body.bk47-magazine-page .bk61-surface.bk61-mag-cta .bk61-mag-cta-actions>a.bk61-btn-ghost{
  background:var(--bk129-coral)!important;border:1px solid var(--bk129-coral)!important;color:#fff!important;
  min-height:46px!important;padding:0 18px!important;border-radius:12px!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;line-height:1.45!important;white-space:normal!important;text-align:center!important;
  box-shadow:0 10px 24px rgba(255,133,82,.22)!important
}
html body.bk47-magazine-page .bk61-surface.bk61-mag-cta .bk61-mag-cta-actions>a.btn:hover,
html body.bk47-magazine-page .bk61-surface.bk61-mag-cta .bk61-mag-cta-actions>a.btn:focus-visible,
html body.bk47-magazine-page .bk61-surface.bk61-mag-cta .bk61-mag-cta-actions>a.bk61-btn-ghost:hover,
html body.bk47-magazine-page .bk61-surface.bk61-mag-cta .bk61-mag-cta-actions>a.bk61-btn-ghost:focus-visible{
  background:var(--bk129-coral-hover)!important;border-color:var(--bk129-coral-hover)!important;color:#fff!important
}

/* Homepage featured product cards: tags only; remove the decorative numbering column entirely. */
.bk121-home .bk120-product-top{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important}
.bk121-home .bk120-product-top>b{display:none!important}

/* These public primary actions are navy at rest and blue on hover, with safe text geometry. */
html body.bk47-public-page .bk88-about-actions>a:first-child,
html body.bk47-public-page .bk88-contact-form>button[type="submit"],
html body.auth-page .auth-card form.clean-form>button.btn.btn-primary,
html body.auth-page .auth-card a.btn.btn-primary{
  background:var(--bk129-navy)!important;border:1px solid var(--bk129-navy)!important;color:#fff!important;
  min-height:48px!important;padding:10px 18px!important;border-radius:12px!important;display:inline-flex!important;
  align-items:center!important;justify-content:center!important;gap:8px!important;line-height:1.5!important;
  white-space:normal!important;text-align:center!important;overflow:visible!important;text-overflow:clip!important;
  box-sizing:border-box!important
}
html body.bk47-public-page .bk88-about-actions>a:first-child:hover,
html body.bk47-public-page .bk88-about-actions>a:first-child:focus-visible,
html body.bk47-public-page .bk88-contact-form>button[type="submit"]:hover,
html body.bk47-public-page .bk88-contact-form>button[type="submit"]:focus-visible,
html body.auth-page .auth-card form.clean-form>button.btn.btn-primary:hover,
html body.auth-page .auth-card form.clean-form>button.btn.btn-primary:focus-visible,
html body.auth-page .auth-card a.btn.btn-primary:hover,
html body.auth-page .auth-card a.btn.btn-primary:focus-visible{
  background:var(--bk129-blue)!important;border-color:var(--bk129-blue)!important;color:#fff!important;box-shadow:0 9px 22px rgba(25,121,253,.18)!important
}
html body.bk47-public-page .bk88-about-actions>a:first-child i{flex:0 0 auto!important;line-height:1!important}
html body.bk47-public-page .bk88-contact-form>button[type="submit"]{width:100%!important;font-family:Vazirmatn,Tahoma,sans-serif!important;font-weight:900!important}
html body.auth-page .auth-card form.clean-form>button.btn.btn-primary{width:100%!important;font-family:Vazirmatn,Tahoma,sans-serif!important;font-weight:900!important}

/* Lock the magazine logo to its original proportions; never tint/filter/crop it. */
html body.bk47-magazine-page .bk47-brand.is-magazine-brand img,
.bk121-home .bk127-guide-card.is-magazine .bk127-card-brand img{
  object-fit:contain!important;object-position:center!important;filter:none!important;mix-blend-mode:normal!important;background:transparent!important;
  border:0!important;box-shadow:none!important;transform:none!important
}

@media(max-width:680px){
  html body.bk47-magazine-page .bk61-mag-cta-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:9px!important}
  html body.bk47-magazine-page .bk61-mag-cta-actions>a{width:100%!important;min-width:0!important}
  html body.bk47-public-page .bk88-about-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  html body.bk47-public-page .bk88-about-actions>a{width:100%!important;min-width:0!important}
}
