/* ==========================================================================
   marounhakim.com — /about-us — design-review fixes
   Verified against live DOM on 2026-09-17. Add to the site's custom CSS.
   ========================================================================== */

/* 1) Scroll-down circle badge on the hero photo — reduce size by 75%
      (currently 250px x 250px) */
.scroll-down-circle {
  transform: scale(0.25);
  transform-origin: 50% 50%;
}

/* 2) Intro paragraphs ("For more than fifty years now...") and the
      pull-quote — line-height 1.3 instead of the current 1.7 */
.text-xxlg.font-alter.text-gray-2.cbr p {
  line-height: 1.3;
}

/* 3) Exhibition list — title / details font sizes + tighter line-height
      (currently both run at 19px / line-height 1.7) */
.exhibitions-item {
  line-height: 1.3;
}

.exhibitions-name,
.exhibitions-item a.tt-link {
  font-size: 16px;
  line-height: 1.3;
}

.exhibitions-meta {
  font-size: 14px;
  line-height: 1.3;
}

/* 4) Hyperlinked exhibitions — underline them so they read as links */
.exhibitions-item a.tt-link {
  text-decoration: underline;
  text-underline-offset: 5px;
}
