/* ================== Adyibun (poets) pages ================== */
html:has(body.adyibun-page),
body.adyibun-page {
  background: #ffffff;
}

/* Full-width layout — no right sidebar on poet / poems pages */
body.adyibun-page .sidebar,
body.adyibun-poet-page .sidebar,
body.adyibun-poems-page .sidebar {
  display: none !important;
}

body.adyibun-page .site-header,
body.adyibun-poet-page .site-header,
body.adyibun-poems-page .site-header {
  right: 0;
  left: 0;
}

body.adyibun-page .content,
body.adyibun-poet-page .content,
body.adyibun-poems-page .content,
body.adyibun-page main.content,
body.adyibun-poet-page main.content,
body.adyibun-poems-page main.content {
  margin-right: 0 !important;
  margin-left: 0;
  max-width: none !important;
  width: auto;
  box-sizing: border-box;
}

body.adyibun-page .content {
  padding-top: 0;
  padding-bottom: 32px;
}

.adyibun-intro {
  max-width: 800px;
  margin: 0 auto 36px;
  text-align: center;
}

.adyibun-intro h2 {
  font-family: "EasaFalaGalan", "Faruma", "MV Boli", Arial, sans-serif;
  color: #165493;
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: normal;
  margin: 0 0 18px;
  line-height: 1.45;
}

.adyibun-intro p {
  color: #3a4a5e;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 2;
  margin: 0;
}

.adyibun-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}

.adyibun-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 10px 8px 12px;
  border: 1px solid rgba(22, 84, 147, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(14, 60, 106, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.adyibun-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 84, 147, 0.35);
  box-shadow: 0 10px 24px rgba(22, 84, 147, 0.14);
}

.adyibun-thumb {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f0fa 0%, #d4e4f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.adyibun-thumb img {
  width: 72px;
  height: 72px;
  min-width: 72px;
  min-height: 72px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  flex-shrink: 0;
}

.adyibun-thumb-placeholder {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  font-size: 22px;
  color: #165493;
  line-height: 1;
}

.adyibun-name {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #165493;
  text-align: center;
}

.adyibun-years {
  font-size: 11px;
  color: #6a7b8e;
  margin-top: -4px;
}

/* Main grid: years only on poet profile, not on card list */
.adyibun-grid .adyibun-years {
  display: none;
}

/* Poet detail page */
body.adyibun-poet-page .content {
  padding-bottom: 40px;
}

.adyibun-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  color: #165493;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.2s ease;
}

.adyibun-back:hover {
  opacity: 0.75;
}

.adyibun-poet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 120px;
  gap: 24px;
  align-items: center;
  max-width: 820px;
  margin: 0 auto 28px;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(14, 60, 106, 0.08);
  border: 1px solid rgba(22, 84, 147, 0.1);
}

.adyibun-poet-hero--wide {
  max-width: 1080px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.75rem;
  align-items: start;
  padding: 28px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.adyibun-poet-hero--wide .adyibun-poet-head {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: right;
  padding-top: 8px;
}

.adyibun-poet-actions {
  margin-top: auto;
  margin-bottom: 3cm;
  padding-top: 28px;
}

.adyibun-poet-hero:not(.adyibun-poet-hero--wide) .adyibun-poet-actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding-top: 0;
  text-align: right;
}

.adyibun-poems-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #165493 0%, #0e3c6a 100%);
  color: #fff;
  font-family: "EasaFalaGalan", "Faruma", "MV Boli", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(14, 60, 106, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.adyibun-poems-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(14, 60, 106, 0.28);
  opacity: 0.95;
}

.adyibun-poet-hero--wide .adyibun-poet-photo {
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 520px;
  aspect-ratio: 3 / 4;
  border-radius: 14px;
}

.adyibun-poet-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f0fa 0%, #d4e4f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
}

.adyibun-poet-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.adyibun-poet-photo .adyibun-thumb-placeholder {
  font-size: 36px;
}

.adyibun-poet-head {
  text-align: right;
}

.adyibun-poet-head h2 {
  font-family: "EasaFalaGalan", "Faruma", "MV Boli", Arial, sans-serif;
  color: #165493;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: normal;
  margin: 0 0 6px;
  line-height: 1.4;
}

.adyibun-poet-years {
  color: #6a7b8e;
  font-size: 15px;
  margin: 0;
}

.adyibun-poet-intro {
  font-family: "EasaFalaGalan", "Faruma", "MV Boli", Arial, sans-serif;
  font-weight: normal;
  color: #2f4054;
  font-size: 16px;
  line-height: 2.05;
  text-align: right;
  margin: 32px 0 0;
  padding-top: 8px;
}

.adyibun-poet-hero--wide .adyibun-poet-intro {
  font-size: 17px;
  line-height: 2.1;
  text-align: justify;
  margin-top: 40px;
  padding-top: 10px;
}

.adyibun-section {
  max-width: 820px;
  margin: 0 auto 22px;
  padding: 22px 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(14, 60, 106, 0.06);
  border: 1px solid rgba(22, 84, 147, 0.08);
}

.adyibun-section--bio {
  max-width: 1080px;
  padding: 28px 32px 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.adyibun-section h3 {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  color: #165493;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(22, 84, 147, 0.12);
}

.adyibun-bio {
  color: #3a4a5e;
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 0.75em;
  white-space: pre-line;
}

.adyibun-bio:last-child {
  margin-bottom: 0;
}

.adyibun-bio-subtitle {
  color: #165493;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0.9em;
  margin-bottom: 0.1em;
}

.adyibun-bio-subtitle + .adyibun-bio,
.adyibun-bio-subtitle + .adyibun-bio-after-subtitle,
.adyibun-bio-subtitle + .adyibun-bio-list,
.adyibun-bio-subtitle + .adyibun-bio-list-item {
  margin-top: 0;
}

.adyibun-bio-list {
  margin: 0 0 0.45em;
}

.adyibun-bio-list .adyibun-bio-list-item {
  margin-bottom: 0.05em;
}

.adyibun-bio-list .adyibun-bio-list-item:last-child {
  margin-bottom: 0;
}

.adyibun-bio-list-item {
  margin-bottom: 0.1em;
}

.adyibun-bio-list-item:last-child {
  margin-bottom: 0.45em;
}

.adyibun-bio-subtitle:first-child {
  margin-top: 0;
}

.adyibun-bio-subtitle strong {
  font-weight: 700;
}

.adyibun-bio-block {
  max-width: 100%;
}

.adyibun-bio-block--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
}

.adyibun-bio-col {
  min-width: 0;
}

.adyibun-bio-col--secondary {
  border-inline-start: 1px solid rgba(22, 84, 147, 0.14);
  padding-inline-start: 2.75rem;
}

.adyibun-bio-block--split .adyibun-bio {
  text-align: justify;
  hyphens: auto;
  font-size: 16px;
  line-height: 1.72;
  color: #2f4054;
  margin-bottom: 0.45em;
}

.adyibun-bio-block--split .adyibun-bio-subtitle {
  margin-top: 0.7em;
  margin-bottom: 0.08em;
}

.adyibun-bio-block--split .adyibun-bio-col > :first-child {
  margin-top: 0;
}

.adyibun-bio-block--split .adyibun-bio-subtitle + .adyibun-bio {
  margin-top: 0;
}

.adyibun-bio-block--split .adyibun-bio-list-item {
  line-height: 1.58;
  margin-bottom: 0.02em;
}

.adyibun-bio-block--split .adyibun-bio-col > .adyibun-bio:last-child,
.adyibun-bio-block--split .adyibun-bio-col > .adyibun-bio-list-item:last-child {
  margin-bottom: 0;
}

.adyibun-poem {
  margin-bottom: 20px;
}

.adyibun-poem:last-child {
  margin-bottom: 0;
}

.adyibun-poem h4 {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  color: #0e3c6a;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px;
}

.adyibun-poem-text {
  color: #2a3a4e;
  font-size: 17px;
  line-height: 2.2;
  margin: 0;
  white-space: pre-line;
}

.adyibun-loading,
.adyibun-error {
  text-align: center;
  color: #5a6b7e;
  padding: 40px 16px;
  font-size: 17px;
}

/* Poems sub-page */
body.adyibun-poems-page .content {
  padding-bottom: 40px;
}

.adyibun-poems-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
  gap: 2.25rem;
  align-items: center;
  max-width: 820px;
  margin: 0 auto 32px;
  padding: 8px 4px 0;
}

.adyibun-poems-hero-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 260px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f0fa 0%, #d4e4f7 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  box-shadow:
    0 18px 42px rgba(14, 60, 106, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  border: 2px solid rgba(22, 84, 147, 0.18);
}

.adyibun-poems-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.adyibun-poems-thumb-placeholder {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  font-size: 36px;
  color: #165493;
}

.adyibun-poems-hero-name {
  text-align: right;
  padding: 16px 0;
}

.adyibun-poems-hero-name h2 {
  font-family: "EasaFalaGalan", "Faruma", "MV Boli", Arial, sans-serif;
  color: #0e3c6a;
  font-size: clamp(30px, 4.2vw, 44px);
  font-weight: normal;
  margin: 0;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.adyibun-poems-years {
  color: #6a7b8e;
  font-size: 15px;
  margin: 8px 0 0;
}

.adyibun-poems-hero-line {
  display: block;
  width: 80px;
  height: 4px;
  margin: 18px 0 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #165493 0%, rgba(22, 84, 147, 0.15) 100%);
}

.adyibun-section--poems {
  max-width: 720px;
  padding: 24px 22px 28px;
  border: none;
  box-shadow: none;
  background: transparent;
}

.adyibun-poem-card {
  max-width: 756px;
  margin: 0 auto 18px;
  padding: 34px 42px 38px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(38, 82, 196, 0.35);
  box-shadow: none;
  box-sizing: border-box;
}

.adyibun-poem-card:last-child {
  margin-bottom: 0;
}

.adyibun-poem-card--focus {
  border-color: #2652c4;
  box-shadow: 0 0 0 3px rgba(38, 82, 196, 0.22);
}

.adyibun-section--poems .adyibun-poem-card__title,
.adyibun-poem-card__title {
  font-family: "EasaFalaGalan", "Faruma", "MV Boli", Arial, sans-serif;
  color: #2652c4;
  font-size: clamp(22px, 3.2vw, 30px);
  scroll-margin-top: 84px;
  font-weight: normal;
  margin: 0 auto 8px;
  padding-bottom: 0;
  max-width: 660px;
  text-align: center;
  border-bottom: none;
  line-height: 1.35;
}

.adyibun-poem-card[id^="poem-"] {
  scroll-margin-top: 84px;
}

.adyibun-poem-card .adyibun-poem-card__author {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #486581;
  text-align: center;
  margin: 0 auto 8px;
  padding: 0;
  font-weight: normal;
}

.adyibun-poem-card .adyibun-poem-card__melody {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #486581;
  text-align: center;
  margin: 0 auto 20px;
  padding: 0;
  max-width: 660px;
  font-weight: normal;
}

.adyibun-poem-card .adyibun-poem-card__date {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #486581;
  text-align: center;
  margin: 16px auto 0;
  padding: 0;
  max-width: 660px;
}

.adyibun-poem-card__text {
  font-family: "Faruma", "MV Boli", Arial, sans-serif;
  color: #2a3a4e;
  font-size: 20px;
  direction: ltr;
  max-width: 660px;
  margin: 0 auto;
  --poem-first-right: 4.5rem;
  --poem-first-left: 2rem;
  --poem-last-left: 3rem;
  --poem-last-right: 4.5rem;
  --poem-quad-step: 1.1rem;
}

/* Every stanza: line 1 right-aligned, last line left-aligned (same columns) */
.adyibun-poem-card__text .adyibun-poem-stanza .adyibun-poem-line--first {
  justify-content: flex-end;
  padding-right: var(--poem-first-right);
  padding-left: var(--poem-first-left);
}

.adyibun-poem-card__text .adyibun-poem-stanza:not(.adyibun-poem-stanza--overlap) .adyibun-poem-line--last {
  justify-content: flex-start;
  padding-left: var(--poem-last-left);
  padding-right: var(--poem-last-right);
}

.adyibun-poem-stanza--triple-bridge .adyibun-poem-line--first .adyibun-poem-line__text,
.adyibun-poem-stanza--triple-bridge .adyibun-poem-line--second .adyibun-poem-line__text,
.adyibun-poem-stanza--line2-plus-2 .adyibun-poem-line--second .adyibun-poem-line__text,
.adyibun-poem-stanza--quad .adyibun-poem-line--second .adyibun-poem-line__text,
.adyibun-poem-stanza--quad .adyibun-poem-line--third .adyibun-poem-line__text {
  display: inline-block;
}

@media (min-width: 769px) {
  .adyibun-poem-stanza--triple-bridge .adyibun-poem-line--first .adyibun-poem-line__text {
    transform: translateX(-4rem);
  }

  .adyibun-poem-stanza--triple-bridge .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(6rem);
  }

  .adyibun-poem-stanza--line2-plus-2 .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(2rem);
  }

  .adyibun-poem-stanza--quad .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(-2rem);
  }

  .adyibun-poem-stanza--quad .adyibun-poem-line--third .adyibun-poem-line__text {
    transform: translateX(-5rem);
  }
}

.adyibun-poem-stanza--opening {
  padding: 0;
  box-sizing: border-box;
}

.adyibun-poem-stanza {
  direction: ltr;
  margin-bottom: 1.1em;
}

.adyibun-poem-stanza:last-child {
  margin-bottom: 0;
}

.adyibun-poem-card__text .adyibun-poem-line {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.65;
  font-size: 20px;
  text-align: initial;
  box-sizing: border-box;
}

.adyibun-poem-card__text .adyibun-poem-line + .adyibun-poem-line {
  margin-top: 0;
}

.adyibun-poem-line__text {
  direction: rtl;
  unicode-bidi: isolate;
  max-width: 100%;
}

.adyibun-poem-stanza--triple .adyibun-poem-line--second {
  justify-content: center;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.adyibun-poem-stanza--quad {
  padding: 0;
  box-sizing: border-box;
}

.adyibun-poem-stanza--quad .adyibun-poem-line--second {
  justify-content: flex-end;
  padding-right: calc(var(--poem-first-right) + var(--poem-quad-step));
  padding-left: calc(var(--poem-last-left) + var(--poem-quad-step) * 2);
}

.adyibun-poem-stanza--quad .adyibun-poem-line--third {
  justify-content: flex-end;
  padding-right: calc(var(--poem-first-right) + var(--poem-quad-step) * 2);
  padding-left: calc(var(--poem-last-left) + var(--poem-quad-step));
}

/* Short-line overlap layout (one poem only) */
.adyibun-poem-card__text--overlap {
  max-width: 500px;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: border-box;
}

.adyibun-poem-stanza--overlap {
  margin-bottom: 1.1em;
}

.adyibun-poem-stanza--overlap .adyibun-poem-line--first {
  justify-content: flex-end;
  padding-right: 2.5rem;
  padding-left: 0;
}

.adyibun-poem-stanza--overlap .adyibun-poem-line--second {
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 2.5rem;
}

/* Short lines with extra side inset (per-poem via layout: overlap-wide) */
.adyibun-poem-card--overlap-wide {
  max-width: 920px;
}

.adyibun-poem-card__text--overlap-wide {
  max-width: 800px;
  padding-left: 8rem;
  padding-right: 8rem;
  --poem-first-right: 0;
  --poem-first-left: 0;
  --poem-last-left: 0;
  --poem-last-right: 0;
}

.adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first {
  justify-content: flex-end;
  padding-right: 0;
  padding-left: 0;
}

.adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first .adyibun-poem-line__text,
.adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second .adyibun-poem-line__text {
  display: inline-block;
}

@media (min-width: 769px) {
  .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first .adyibun-poem-line__text {
    transform: translateX(2rem);
  }

  .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(-2rem);
  }
}

/* Aboobakuru Adam — wide couplets, lightly tightened; overlap only on poems 4 & 8 */
#poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) {
  max-width: 920px;
}

#poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) .adyibun-poem-card__text {
  max-width: 750px;
  --poem-first-right: 1.75rem;
  --poem-first-left: 0.875rem;
  --poem-last-left: 0.875rem;
  --poem-last-right: 1.75rem;
}

#poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) .adyibun-poem-card__title,
#poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) .adyibun-poem-card__author {
  max-width: 750px;
}

/* Wide couplets — first line left 1rem, second line right 1rem */
#poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) .adyibun-poem-line--first .adyibun-poem-line__text,
#poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) .adyibun-poem-line--second .adyibun-poem-line__text {
  display: inline-block;
}

#poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) .adyibun-poem-line--first .adyibun-poem-line__text {
  transform: translateX(-2rem);
}

#poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) .adyibun-poem-line--second .adyibun-poem-line__text {
  transform: translateX(2rem);
}

/* ބައްޕަގެ ޤަލަމުން — keep overlap-wide as is */
@media (min-width: 769px) {
  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-4 .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first .adyibun-poem-line__text {
    transform: translateX(1.25rem);
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-4 .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(-1.25rem);
  }
}

/* ހާދަ ދައްޗޭ — extra overlap for very short lines */
#poemsContent[data-poet-id="aboobakuru-adam"] #poem-8.adyibun-poem-card--overlap-wide {
  max-width: 640px;
}

#poemsContent[data-poet-id="aboobakuru-adam"] #poem-8 .adyibun-poem-card__text--overlap-wide {
  max-width: 520px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

@media (min-width: 769px) {
  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-8 .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first .adyibun-poem-line__text {
    transform: translateX(3.5rem);
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-8 .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(-3.5rem);
  }
}

/* Adam Ibrahim — ކަރުނަ: short-line overlap with extra side inset (less collision) */
#poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-card__text--overlap {
  max-width: 560px;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

#poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-stanza--overlap {
  margin-bottom: 1.25em;
}

#poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-stanza--overlap .adyibun-poem-line--first {
  padding-right: 2.4rem;
}

#poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-stanza--overlap .adyibun-poem-line--second {
  padding-left: 2.2rem;
  padding-right: 2.4rem;
}

#poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-stanza--overlap .adyibun-poem-line--first .adyibun-poem-line__text,
#poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-stanza--overlap .adyibun-poem-line--second .adyibun-poem-line__text {
  display: inline-block;
}

/* Long lines: wider card + slightly smaller type (per-poem via layout: long-lines) */
.adyibun-poem-card--long-lines {
  max-width: 920px;
}

.adyibun-poem-card--long-lines .adyibun-poem-card__title {
  max-width: 840px;
}

.adyibun-poem-card__text--long-lines {
  max-width: 840px;
  font-size: 17px;
  --poem-first-right: 3rem;
  --poem-first-left: 1.5rem;
  --poem-last-left: 2.25rem;
  --poem-last-right: 3rem;
}

.adyibun-poem-card__text--long-lines .adyibun-poem-line {
  font-size: 17px;
  line-height: 1.62;
}

.adyibun-poem-card__text--long-lines .adyibun-poem-stanza--triple .adyibun-poem-line--second {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* Five-line stanzas, full-width justified lines (layout: uniform) */
.adyibun-poem-card--uniform {
  max-width: 780px;
}

.adyibun-poem-card__text--uniform {
  max-width: 700px;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  box-sizing: border-box;
  --poem-first-right: 0;
  --poem-first-left: 0;
  --poem-last-left: 0;
  --poem-last-right: 0;
}

.adyibun-poem-card__text--uniform .adyibun-poem-stanza--quint .adyibun-poem-line {
  justify-content: stretch;
  padding-left: 0;
  padding-right: 0;
}

.adyibun-poem-card__text--uniform .adyibun-poem-stanza--quint .adyibun-poem-line__text {
  display: block;
  width: 100%;
  text-align: justify;
  text-align-last: justify;
}

.adyibun-poem-stanza--quint {
  padding: 0;
  box-sizing: border-box;
}

/* Two halves: left / right columns (layout: split-halves) */
.adyibun-poem-card--split-halves {
  max-width: 100%;
}

.adyibun-poem-card__text--split-halves {
  max-width: 100%;
  margin: 0;
  padding: 0;
  --poem-first-right: 0;
  --poem-first-left: 0;
  --poem-last-left: 0;
  --poem-last-right: 0;
}

.adyibun-poem-card__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 2.5rem;
  row-gap: 0;
  width: 100%;
  align-items: start;
  padding-left: 2rem;
  padding-right: 2rem;
  box-sizing: border-box;
}

.adyibun-poem-card__split-col {
  min-width: 0;
  box-sizing: border-box;
}

.adyibun-poem-card__split-col--left {
  padding-right: 0;
  padding-left: 0;
  direction: rtl;
}

.adyibun-poem-card__split-col--right {
  padding-left: 0;
  padding-right: 0;
  direction: rtl;
}

.adyibun-poem-card__text--split-halves .adyibun-poem-stanza {
  margin-bottom: 0.85em;
}

.adyibun-poem-card__split-col .adyibun-poem-stanza--quint .adyibun-poem-line {
  justify-content: stretch;
  padding-left: 0;
  padding-right: 0;
}

.adyibun-poem-card__split-col--left .adyibun-poem-stanza--quint .adyibun-poem-line__text,
.adyibun-poem-card__split-col--right .adyibun-poem-stanza--quint .adyibun-poem-line__text {
  display: block;
  width: 100%;
  direction: rtl;
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.adyibun-poem-card__text--split-halves .adyibun-poem-stanza--quint .adyibun-poem-line--first,
.adyibun-poem-card__text--split-halves .adyibun-poem-stanza--quint .adyibun-poem-line--last,
.adyibun-poem-card__text--split-halves .adyibun-poem-stanza--quint .adyibun-poem-line--second,
.adyibun-poem-card__text--split-halves .adyibun-poem-stanza--quint .adyibun-poem-line--third,
.adyibun-poem-card__text--split-halves .adyibun-poem-stanza--quint .adyibun-poem-line--fourth,
.adyibun-poem-card__text--split-halves .adyibun-poem-stanza--quint .adyibun-poem-line--fifth {
  justify-content: stretch;
  padding-left: 0;
  padding-right: 0;
}

/* Beat global last-line stagger so 5th lines stay full-width justified */
.adyibun-poem-card__text--split-halves .adyibun-poem-stanza:not(.adyibun-poem-stanza--overlap) .adyibun-poem-line--last {
  justify-content: stretch;
  padding-left: 0;
  padding-right: 0;
}

.adyibun-poem-card__text--split-halves .adyibun-poem-stanza--quint .adyibun-poem-line--fifth .adyibun-poem-line__text {
  display: block;
  width: 100%;
  text-align: justify;
  text-align-last: justify;
}

.adyibun-poems-empty {
  text-align: center;
  color: #6a7b8e;
  font-size: 17px;
  line-height: 2;
  margin: 0;
  padding: 24px 12px;
}

@media (max-width: 768px) {
  html:has(body.adyibun-page),
  html:has(body.adyibun-poet-page),
  html:has(body.adyibun-poems-page),
  body.adyibun-page,
  body.adyibun-poet-page,
  body.adyibun-poems-page {
    overflow-x: hidden;
  }

  body.adyibun-page .content,
  body.adyibun-poet-page .content,
  body.adyibun-poems-page .content,
  body.adyibun-page main.content,
  body.adyibun-poet-page main.content,
  body.adyibun-poems-page main.content {
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .adyibun-intro {
    margin-bottom: 24px;
    padding: 0 4px;
  }

  .adyibun-intro h2 {
    font-size: clamp(26px, 7vw, 36px);
  }

  .adyibun-intro p {
    font-size: 16px;
    line-height: 1.95;
  }

  .adyibun-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    max-width: 100%;
  }

  .adyibun-thumb {
    width: 64px;
    height: 64px;
  }

  .adyibun-thumb img {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
  }

  .adyibun-name {
    font-size: 12px;
    line-height: 1.35;
    word-break: break-word;
  }

  .adyibun-card {
    padding: 8px 6px 10px;
    min-width: 0;
  }

  .adyibun-poem-card .adyibun-poem-card__author {
    font-size: 14px;
  }

  .adyibun-poem-card .adyibun-poem-card__date {
    font-size: 12px;
  }

  .adyibun-poet-hero {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .adyibun-poet-hero--wide {
    padding: 22px 18px 24px;
    gap: 20px;
  }

  .adyibun-poet-hero--wide .adyibun-poet-photo {
    min-height: 220px;
    max-height: 360px;
    order: -1;
  }

  .adyibun-poet-head,
  .adyibun-poet-hero--wide .adyibun-poet-head {
    text-align: center;
  }

  .adyibun-poet-intro,
  .adyibun-poet-hero--wide .adyibun-poet-intro {
    text-align: center;
  }

  .adyibun-poet-actions {
    margin-bottom: 0;
    padding-top: 20px;
    text-align: center;
  }

  .adyibun-poet-hero,
  .adyibun-poet-hero--wide {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .adyibun-poems-btn {
    width: 100%;
    max-width: 280px;
    min-width: 0;
    box-sizing: border-box;
  }

  .adyibun-section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 14px;
    box-sizing: border-box;
  }

  .adyibun-section--poems {
    padding: 0;
  }

  .adyibun-poem-card {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px 28px;
    box-sizing: border-box;
  }

  .adyibun-poem-card__text,
  .adyibun-poem-card__text .adyibun-poem-line {
    font-size: 12px;
    line-height: 1.55;
    --poem-first-right: 2rem;
    --poem-first-left: 1rem;
    --poem-last-left: 1.5rem;
    --poem-last-right: 2rem;
    --poem-quad-step: 0.6rem;
  }

  .adyibun-poem-stanza--triple-bridge .adyibun-poem-line--first .adyibun-poem-line__text,
  .adyibun-poem-stanza--triple-bridge .adyibun-poem-line--second .adyibun-poem-line__text,
  .adyibun-poem-stanza--line2-plus-2 .adyibun-poem-line--second .adyibun-poem-line__text,
  .adyibun-poem-stanza--quad .adyibun-poem-line--second .adyibun-poem-line__text,
  .adyibun-poem-stanza--quad .adyibun-poem-line--third .adyibun-poem-line__text {
    transform: none;
  }

  .adyibun-poem-stanza--triple .adyibun-poem-line--second {
    justify-content: center;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .adyibun-poem-stanza--quad .adyibun-poem-line--second {
    padding-right: calc(var(--poem-first-right) + var(--poem-quad-step));
    padding-left: calc(var(--poem-last-left) + var(--poem-quad-step) * 2);
  }

  .adyibun-poem-stanza--quad .adyibun-poem-line--third {
    padding-right: calc(var(--poem-first-right) + var(--poem-quad-step) * 2);
    padding-left: calc(var(--poem-last-left) + var(--poem-quad-step));
  }

  .adyibun-poem-card__text--overlap {
    max-width: 100%;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .adyibun-poem-card__text--overlap-wide {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first .adyibun-poem-line__text {
    transform: translateX(2rem);
  }

  .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(-2rem);
  }

  .adyibun-poem-card__text--uniform {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .adyibun-poem-card__split {
    grid-template-columns: 1fr;
    gap: 1rem 0;
  }

  .adyibun-poem-card__split-col--left {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: none;
  }

  .adyibun-poem-card__split-col--right {
    padding-left: 0;
    padding-right: 0;
  }

  .adyibun-poem-stanza--overlap .adyibun-poem-line--first {
    justify-content: flex-end;
    padding-right: 0.5rem;
    padding-left: 0;
  }

  .adyibun-poem-stanza--overlap .adyibun-poem-line--second {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0.5rem;
  }

  #poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-card__text--overlap {
    max-width: 100%;
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  #poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-stanza--overlap .adyibun-poem-line--first {
    padding-right: 1.5rem;
  }

  #poemsContent[data-poet-id="adam-ibrahim"] #poem-4 .adyibun-poem-stanza--overlap .adyibun-poem-line--second {
    padding-left: 1.25rem;
    padding-right: 1.5rem;
  }

  .adyibun-poems-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }

  .adyibun-poems-hero-name {
    order: -1;
    text-align: center;
    padding: 0;
  }

  .adyibun-poems-hero-line {
    margin: 16px auto 0;
  }

  .adyibun-poems-hero-photo {
    max-width: 200px;
    max-height: 240px;
    justify-self: center;
  }

  .adyibun-poet-photo {
    justify-self: center;
  }

  .adyibun-section--bio {
    padding: 22px 18px 24px;
  }

  .adyibun-bio-block--split {
    grid-template-columns: 1fr;
  }

  .adyibun-bio-col--secondary {
    border-inline-start: none;
    padding-inline-start: 0;
    border-top: 1px solid rgba(22, 84, 147, 0.14);
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}

@media (max-width: 480px) {
  .adyibun-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .adyibun-poem-card {
    padding: 20px 12px 24px;
  }

  .adyibun-poem-card__text,
  .adyibun-poem-card__text .adyibun-poem-line {
    font-size: 11px;
    line-height: 1.5;
    --poem-first-right: 0.75rem;
    --poem-first-left: 0.5rem;
    --poem-last-left: 0.75rem;
    --poem-last-right: 0.5rem;
    --poem-quad-step: 0.45rem;
  }

  .adyibun-poem-stanza--triple .adyibun-poem-line--second {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .adyibun-poem-stanza--quad .adyibun-poem-line--second {
    padding-right: calc(var(--poem-first-right) + var(--poem-quad-step));
    padding-left: calc(var(--poem-last-left) + var(--poem-quad-step) * 2);
  }

  .adyibun-poem-stanza--quad .adyibun-poem-line--third {
    padding-right: calc(var(--poem-first-right) + var(--poem-quad-step) * 2);
    padding-left: calc(var(--poem-last-left) + var(--poem-quad-step));
  }
}

/* Fares Amir — mobile-only poem layout tweaks */
@media (max-width: 768px) {
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text .adyibun-poem-line {
    font-size: 14px;
    line-height: 1.62;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-stanza--quad .adyibun-poem-line--first {
    padding-right: 0.5rem;
    padding-left: 0.25rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-stanza--quad .adyibun-poem-line--second,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-stanza--quad .adyibun-poem-line--third {
    justify-content: center;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-stanza--quad .adyibun-poem-line--fourth {
    justify-content: flex-start;
    padding-left: 0.5rem;
    padding-right: 0.25rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--long-lines,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--long-lines .adyibun-poem-line {
    max-width: 100%;
    font-size: 12px;
    line-height: 1.52;
    --poem-first-right: 0.35rem;
    --poem-first-left: 0.25rem;
    --poem-last-left: 0.35rem;
    --poem-last-right: 0.25rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--long-lines .adyibun-poem-stanza--triple .adyibun-poem-line--second {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--overlap-wide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first .adyibun-poem-line__text {
    transform: translateX(0.65rem);
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(-0.65rem);
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] .adyibun-poem-card:not(.adyibun-poem-card--overlap-wide) .adyibun-poem-card__text {
    max-width: min(750px, 100%);
    --poem-first-right: 1.1rem;
    --poem-first-left: 0.65rem;
    --poem-last-left: 0.65rem;
    --poem-last-right: 1.1rem;
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-4 .adyibun-poem-card__text--overlap-wide {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-4 .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first .adyibun-poem-line__text {
    transform: translateX(-0.5rem);
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-4 .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(0.5rem);
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-8 .adyibun-poem-card__text--overlap-wide {
    max-width: 100%;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-8 .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--first .adyibun-poem-line__text {
    transform: translateX(0.15rem);
  }

  #poemsContent[data-poet-id="aboobakuru-adam"] #poem-8 .adyibun-poem-card__text--overlap-wide .adyibun-poem-stanza--overlap-wide .adyibun-poem-line--second .adyibun-poem-line__text {
    transform: translateX(-0.15rem);
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card--split-halves {
    padding: 18px 8px 22px;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--split-halves,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--split-halves .adyibun-poem-line {
    font-size: 11px;
    line-height: 1.46;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 0.9rem;
    row-gap: 0;
    padding-left: 0.75rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split-col--left,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split-col--right {
    min-width: 0;
    max-width: 100%;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split-col--left {
    order: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    padding-left: 0;
    padding-right: 0.1rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split-col--right {
    order: 0;
    padding-left: 0.1rem;
    padding-right: 0;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split-col--left .adyibun-poem-stanza--quint .adyibun-poem-line__text,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split-col--right .adyibun-poem-stanza--quint .adyibun-poem-line__text {
    display: block;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    direction: rtl;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-word;
    hyphens: auto;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split-col--left .adyibun-poem-stanza--quint .adyibun-poem-line--fifth .adyibun-poem-line__text,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split-col--right .adyibun-poem-stanza--quint .adyibun-poem-line--fifth .adyibun-poem-line__text {
    display: block;
    width: 100%;
    text-align: justify;
    text-align-last: justify;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--split-halves .adyibun-poem-stanza:not(.adyibun-poem-stanza--overlap) .adyibun-poem-line--last {
    justify-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--split-halves .adyibun-poem-stanza {
    margin-bottom: 0.55em;
  }
}

@media (max-width: 480px) {
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text .adyibun-poem-line {
    font-size: 13px;
    line-height: 1.58;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-stanza--quad .adyibun-poem-line--second,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-stanza--quad .adyibun-poem-line--third {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--overlap-wide {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--long-lines,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--long-lines .adyibun-poem-line {
    font-size: 11px;
    line-height: 1.48;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--split-halves,
  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__text--split-halves .adyibun-poem-line {
    font-size: 10px;
    line-height: 1.42;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card__split {
    column-gap: 0.75rem;
    padding-left: 0.6rem;
    padding-right: 1rem;
  }

  #poemsContent[data-poet-id="fares-amir"] .adyibun-poem-card--split-halves {
    padding: 16px 8px 20px;
  }
}
