/* Base layout styles are currently inlined in templates/base.html.
   This file keeps the public CSS URL valid and can host extracted overrides later. */

.revues-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 18px;
  font-size:13px;
  color:#64748b;
}

.revues-breadcrumbs a{
  color:#1f5aa6;
  text-decoration:none;
}

.revues-breadcrumbs a:hover{
  text-decoration:underline;
}

.revues-seo-intro,
.revue-seo-summary{
  color:#475569;
  line-height:1.7;
}

.revues-popular-searches{
  padding:0 0 24px;
}

.revues-landing-links{
  padding:0 0 24px;
}

.revues-arabic-domains{
  padding:0 0 24px;
}

.revues-popular-card{
  border:1px solid #dbe3f0;
  border-radius:28px;
  background:linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow:0 18px 45px rgba(15,23,42,.06);
  padding:24px;
}

.revues-landing-links-card{
  border:1px solid #dbe3f0;
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,23,42,.05);
  padding:24px;
}

.revues-landing-links-head{
  margin:0 0 18px;
}

.revues-landing-links-head h2{
  margin:8px 0;
  color:#0f172a;
  font-size:26px;
}

.revues-landing-links-head p{
  margin:0;
  color:#64748b;
}

.revues-popular-head{
  margin:0 0 18px;
}

.revues-popular-head h2{
  margin:8px 0;
  color:#0f172a;
  font-size:28px;
}

.revues-popular-head p{
  margin:0;
  color:#64748b;
}

.revues-popular-kicker{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:#dbeafe;
  color:#1d4ed8;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
}

.revues-popular-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:14px;
}

.revues-arabic-domain-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
  gap:12px;
}

.revues-arabic-domain-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:10px 14px;
  border:1px solid #dbe3f0;
  border-radius:16px;
  background:#fff;
  color:#0f172a;
  text-decoration:none;
  text-align:center;
  line-height:1.5;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.revues-arabic-domain-link:hover{
  transform:translateY(-2px);
  border-color:#93c5fd;
  box-shadow:0 14px 30px rgba(59,130,246,.12);
}

.revues-popular-link{
  display:grid;
  gap:8px;
  padding:16px 18px;
  border:1px solid #dbe3f0;
  border-radius:18px;
  background:#fff;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.revues-popular-link:hover{
  transform:translateY(-2px);
  border-color:#93c5fd;
  box-shadow:0 14px 30px rgba(59,130,246,.12);
}

.revues-popular-link.is-current{
  border-color:#1d4ed8;
  background:#eff6ff;
}

.revues-popular-link strong{
  color:#0f172a;
}

.revues-popular-link span{
  color:#64748b;
  font-size:14px;
}

.revues-card-arabic-seo{
  margin:10px 0 0;
  color:#475569;
  font-size:14px;
  line-height:1.7;
}

.revues-card-arabic-seo strong{
  color:#0f172a;
}

.revues-seo-intro{
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid #dbe3f0;
  border-radius:18px;
  background:#f8fbff;
}

.revues-seo-intro p,
.revue-seo-summary{
  margin:0;
}

.revue-seo-summary{
  margin:14px 0 0;
  max-width:860px;
}

.revue-seo-summary-ar{
  margin-top:10px;
}
