/* ── EK Heading ─────────────────────────── */
.ek-heading { width: 100%; }
.ek-heading.text-center { text-align: center; }
.ek-heading.text-right  { text-align: right; }
.ek-heading__title { margin: 0 0 0.5em; }
.ek-heading__sub   { margin: 0; }
.ek-heading__sub p { margin: 0 0 0.75em; }
.ek-heading__sub p:last-child { margin-bottom: 0; }

/* ── EK Icon Box ────────────────────────── */
.ek-icon-box { display: flex; }

.ek-icon-box--top  { flex-direction: column; }
.ek-icon-box--left { flex-direction: row; align-items: flex-start; gap: 16px; }

.ek-icon-box__icon { flex-shrink: 0; }
.ek-icon-box--top .ek-icon-box__icon { margin-bottom: 14px; }

.ek-icon-box__title { margin: 0 0 8px; }
.ek-icon-box__desc  { margin: 0; }
.ek-icon-box__desc p { margin: 0 0 0.6em; }
.ek-icon-box__desc p:last-child { margin-bottom: 0; }

/* ── EK Space ───────────────────────────── */
.ek-space { display: block; width: 100%; }

/* ── EK Heading separators ─────────────── */
.ek-heading__sep {
  width: 48px;
  height: 2px;
  background: currentColor;
  opacity: 0.25;
}
.ek-heading__sep--above { margin-bottom: 16px; }
.ek-heading__sep--below { margin-top: 16px; }
.ek-heading.text-center .ek-heading__sep { margin-left: auto; margin-right: auto; }
.ek-heading.text-right  .ek-heading__sep { margin-left: auto; }

/* ── EK Pills ───────────────────────────── */
.ek-pills { width: 100%; }
a.ek-pill { transition: opacity 0.15s ease; }
a.ek-pill:hover { opacity: 0.75; }

/* ── EK Card ────────────────────────────── */
.ek-card { width: 100%; }
.ek-card__desc p  { margin: 0 0 0.6em; }
.ek-card__desc p:last-child { margin-bottom: 0; }
.ek-card__note strong { text-decoration: underline; font-weight: 600; }

/* ── EK Step ────────────────────────────── */
.ek-step { width: 100%; }
.ek-step__desc p  { margin: 0 0 0.5em; }
.ek-step__desc p:last-child { margin-bottom: 0; }

/* ── EK Location Card ───────────────────── */
.ek-location-card { width: 100%; }
.ek-lc__desc      { word-break: break-word; }
