/*
   ORAS EDITORIAL
   Clasele paginii editoriale de oraș (/{oras}/), scoase din atributele
   style="" din oras-categorie.php.

   DE CE CONTEAZĂ ORDINEA: un style="" bate orice regulă de clasă. Mutându-le
   aici, regulile devin normale și pot fi întrecute de altceva — de aceea
   fișierul se încarcă pe wp_head prioritate 102, după toate celelalte.

   Numele continuă convenția din pagină (`on-editorial-wrap`).
*/

/* ── Intro ─────────────────────────────────────────────────────────────── */
.on-ed-intro {
  padding: 18px;
  background: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 16px;
}
.on-ed-intro-titlu {
  margin: 0 0 10px;
  font-size: 1.55em;
  line-height: 1.25;
}
.on-ed-p {
  margin: 0 0 10px;
  color: #444;
  line-height: 1.6;
}
.on-ed-p:last-child {
  margin-bottom: 0;
}

/* ── Cardurile de categorie ────────────────────────────────────────────── */
.on-ed-col {
  margin-bottom: 0;
  flex: 1;
  min-width: calc(50% - 6px);
  display: flex;
}
.on-ed-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}
.on-ed-card-titlu {
  font-weight: 700;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.on-ed-card-text {
  margin: 0 0 10px;
  color: #666;
  line-height: 1.6;
  flex-grow: 1;
}
.on-ed-card-link {
  color: #0066cc;
  font-weight: 600;
  text-decoration: none;
}

/* ── Titluri de secțiune ───────────────────────────────────────────────── */
.on-ed-h2 {
  margin: 22px 0 12px;
}
.on-ed-h3 {
  margin: 0 0 8px;
  font-size: 1.25em;
}

/* ── Blocul de acces rapid ─────────────────────────────────────────────── */
.on-ed-rand {
  margin-bottom: 16px;
}
.on-ed-lista-titlu {
  font-weight: 700;
  font-size: 1.05em;
  margin-bottom: 6px;
}
.on-ed-lista-subtitlu {
  font-weight: 700;
  margin-bottom: 4px;
}
.on-ed-nota {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  font-size: 0.92em;
}
.on-ed-emoji {
  font-size: 1.2em;
}
.on-ed-emoji-sp {
  font-size: 1.2em;
  margin-right: 6px;
}

/* ── Spațiu în jurul sloturilor de reclamă ─────────────────────────────── */
.on-ed-spatiu-reclama {
  margin: 20px 0 0;
}
