body.single-post {
  --clx-news-page-frame: min(calc(100vw - 76px), 1680px);
  --clx-news-ink: #07172f;
  --clx-news-muted: #596b83;
  --clx-news-soft: #f3f7fb;
  --clx-news-line: #d9e4ee;
  --clx-news-blue: #007eb8;
  --clx-news-blue-bright: #00a4dc;
  --clx-news-red: #e00000;
  --clx-news-shadow: 0 24px 62px rgba(7, 23, 47, .12);
}

body.single-post .wp-site-blocks > main.clx-news-single-page {
  margin-inline: auto;
  max-width: var(--clx-news-page-frame);
  padding-block: clamp(28px, 3vw, 48px) clamp(34px, 4vw, 56px);
  width: 100%;
}

body.single-post .clx-news-single {
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(3, 11, 47, .09);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(3, 11, 47, .075);
  box-sizing: border-box;
  color: var(--clx-news-ink);
  margin-inline: auto;
  overflow: hidden;
  padding: clamp(28px, 3vw, 48px) clamp(44px, 4.4vw, 88px) clamp(42px, 4.2vw, 84px);
  width: 100%;
}

body.single-post .clx-news-single-breadcrumb {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: clamp(22px, 2.2vw, 36px);
}

body.single-post .clx-news-single-breadcrumb-trail {
  align-items: center;
  color: var(--clx-news-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
}

body.single-post .clx-news-single-breadcrumb-trail span:last-child {
  display: inline-block;
  max-width: min(68vw, 860px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.single-post .clx-news-single-breadcrumb a,
body.single-post .clx-news-single-back {
  color: var(--clx-news-blue);
  text-decoration: none;
  transition: color var(--wp--custom--transition--base), transform var(--wp--custom--transition--base);
}

body.single-post .clx-news-single-back {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
}

body.single-post .clx-news-single-breadcrumb a:hover,
body.single-post .clx-news-single-breadcrumb a:focus-visible,
body.single-post .clx-news-single-back:hover,
body.single-post .clx-news-single-back:focus-visible {
  color: var(--clx-news-red);
}

body.single-post .clx-news-single-back:hover,
body.single-post .clx-news-single-back:focus-visible {
  transform: translateX(-3px);
}

body.single-post .clx-news-single-hero {
  margin-bottom: clamp(58px, 5.5vw, 92px);
  max-width: none;
  width: 100%;
}

body.single-post .clx-news-single-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: clamp(20px, 2vw, 34px);
}

body.single-post .clx-news-single-category {
  align-items: center;
  background: rgba(0, 164, 220, .12);
  border: 1px solid rgba(0, 164, 220, .28);
  border-radius: 999px;
  color: var(--clx-news-blue);
  display: inline-flex;
  font-size: .78em;
  font-weight: 800;
  min-height: 34px;
  padding: 0 15px;
  text-transform: uppercase;
}

body.single-post .clx-news-single-meta-dot {
  background: #c8d2df;
  border-radius: 999px;
  height: 5px;
  width: 5px;
}

body.single-post .clx-news-single-title {
  color: var(--clx-news-ink);
  letter-spacing: 0;
  margin: 0;
  max-width: none;
  text-wrap: balance;
  width: 100%;
}

body.single-post .clx-news-single-excerpt {
  color: #4d6075;
  margin: clamp(24px, 2.4vw, 38px) 0 0;
  max-width: none;
  width: 100%;
}

body.single-post .clx-news-single-featured {
  aspect-ratio: 1.92 / 1;
  background: #e8edf3;
  border-radius: clamp(18px, 1.4vw, 26px);
  box-shadow: var(--clx-news-shadow);
  margin: 0;
  min-height: clamp(330px, 38vw, 820px);
  overflow: hidden;
  width: 100%;
}

body.single-post .clx-news-single-featured-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

body.single-post .clx-news-single-featured.is-fallback {
  align-items: center;
  display: flex;
  justify-content: center;
}

body.single-post .clx-news-single-featured.is-fallback .clx-news-single-featured-image {
  filter: saturate(.7);
  min-height: 420px;
  object-fit: contain;
  padding: clamp(58px, 7vw, 112px);
}

body.single-post .clx-news-single-caption {
  color: var(--clx-news-muted);
  margin: 14px 0 0;
  max-width: 920px;
}

body.single-post .clx-news-single-gallery {
  margin-top: clamp(28px, 3vw, 52px);
  position: relative;
}

body.single-post .clx-news-single-gallery-track {
  display: grid;
  gap: clamp(22px, 2vw, 34px);
  grid-auto-columns: minmax(300px, 31.5%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

body.single-post .clx-news-single-gallery-item {
  aspect-ratio: 1.45 / 1;
  background: #eef3f7;
  border-radius: clamp(16px, 1.2vw, 22px);
  display: block;
  overflow: hidden;
  scroll-snap-align: start;
  transition: box-shadow var(--wp--custom--transition--base), transform var(--wp--custom--transition--base);
}

body.single-post .clx-news-single-gallery-item:hover,
body.single-post .clx-news-single-gallery-item:focus-visible {
  box-shadow: 0 22px 44px rgba(7, 23, 47, .16);
  transform: translateY(-3px);
}

body.single-post .clx-news-single-gallery-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

html.clx-news-lightbox-open,
html.clx-news-lightbox-open body {
  overflow: hidden;
}

body.single-post .clx-news-single-lightbox {
  align-items: center;
  background: rgba(3, 15, 32, .82);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(18px, 4vw, 58px);
  position: fixed;
  z-index: 9999;
}

body.single-post .clx-news-single-lightbox-dialog {
  display: grid;
  max-height: 100%;
  max-width: min(1180px, 100%);
  position: relative;
}

body.single-post .clx-news-single-lightbox-image {
  background: #fff;
  border-radius: clamp(14px, 1.5vw, 24px);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
  display: block;
  height: auto;
  max-height: calc(100vh - clamp(36px, 8vw, 116px));
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

body.single-post .clx-news-single-lightbox-close {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 164, 220, .22);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
  color: var(--clx-news-ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 800;
  height: 46px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: -14px;
  top: -14px;
  transition: background-color var(--wp--custom--transition--base), color var(--wp--custom--transition--base);
  width: 46px;
  z-index: 1;
}

body.single-post .clx-news-single-lightbox-close:hover,
body.single-post .clx-news-single-lightbox-close:focus-visible {
  background: var(--clx-news-red);
  color: #fff;
}

body.single-post .clx-news-single-gallery-control {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 164, 220, .2);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(7, 23, 47, .16);
  color: var(--clx-news-blue);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.35rem;
  font-weight: 900;
  height: clamp(48px, 4vw, 64px);
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color var(--wp--custom--transition--base), color var(--wp--custom--transition--base), transform var(--wp--custom--transition--base);
  width: clamp(48px, 4vw, 64px);
  z-index: 2;
}

body.single-post .clx-news-single-gallery-control.is-prev {
  left: clamp(-24px, -1.4vw, -10px);
}

body.single-post .clx-news-single-gallery-control.is-next {
  right: clamp(-24px, -1.4vw, -10px);
}

body.single-post .clx-news-single-gallery-control:hover,
body.single-post .clx-news-single-gallery-control:focus-visible {
  background: var(--clx-news-red);
  color: #fff;
}

body.single-post .clx-news-single-gallery-control.is-prev:hover,
body.single-post .clx-news-single-gallery-control.is-prev:focus-visible {
  transform: translate(-3px, -50%);
}

body.single-post .clx-news-single-gallery-control.is-next:hover,
body.single-post .clx-news-single-gallery-control.is-next:focus-visible {
  transform: translate(3px, -50%);
}

body.single-post .clx-news-single-body {
  display: grid;
  grid-template-columns: minmax(0, 1360px);
  justify-content: start;
  margin-block: clamp(58px, 6vw, 104px);
  padding-left: clamp(0px, 4vw, 68px);
}

body.single-post .clx-news-single-content {
  color: #293c54;
  min-width: 0;
}

body.single-post .clx-news-single-content > * {
  margin-block-start: 0;
}

body.single-post .clx-news-single-content > * + * {
  margin-block-start: 1.35em;
}

body.single-post .clx-news-single-content > p:first-child {
  color: #263b55;
}

body.single-post .clx-news-single-content :where(h2, h3, h4) {
  color: var(--clx-news-ink);
  letter-spacing: 0;
  margin-block: clamp(38px, 4vw, 66px) .7em;
  text-wrap: balance;
}

body.single-post .clx-news-single-content h2 {
  position: relative;
}

body.single-post .clx-news-single-content h2::after {
  background: var(--clx-news-red);
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 18px;
  width: 54px;
}

body.single-post .clx-news-single-content a {
  color: var(--clx-news-blue);
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;
}

body.single-post .clx-news-single-content a:hover,
body.single-post .clx-news-single-content a:focus-visible {
  color: var(--clx-news-red);
}

body.single-post .clx-news-single-content :where(img, video) {
  border-radius: 18px;
  display: block;
  height: auto;
  max-width: 100%;
}

body.single-post .clx-news-single-content :where(ul, ol) {
  padding-left: 1.2em;
}

body.single-post .clx-news-single-content li + li {
  margin-top: .55em;
}

body.single-post .clx-news-single-content blockquote {
  align-items: start;
  background: var(--clx-news-soft);
  border: 0;
  border-radius: 18px;
  color: #163452;
  display: grid;
  gap: 16px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-inline: 0;
  padding: clamp(24px, 2.6vw, 42px);
}

body.single-post .clx-news-single-content :where(.has-small-font-size, .has-regular-font-size, .has-medium-font-size, .has-large-font-size, .has-x-large-font-size, .has-larger-font-size, .has-huge-font-size, .has-custom-font-size) {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.single-post .clx-news-single-content :where([style*="font-size"], [style*="font-weight"], [style*="line-height"]) {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body.single-post .clx-news-single-content blockquote::before {
  color: var(--clx-news-blue-bright);
  content: "\201C";
  font-size: 4rem;
  font-weight: 800;
  line-height: .82;
}

body.single-post .clx-news-single-nav {
  border: 1px solid var(--clx-news-line);
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 1480px;
  overflow: hidden;
  width: min(100%, 1480px);
}

body.single-post .clx-news-single-nav:has(> .clx-news-single-nav-card:only-child) {
  grid-template-columns: minmax(0, 1fr);
}

body.single-post .clx-news-single-nav-card {
  --clx-news-nav-gap: clamp(20px, 2vw, 30px);
  --clx-news-nav-image-width: clamp(138px, 11vw, 184px);
  background: #fff;
  color: var(--clx-news-ink);
  display: grid;
  gap: clamp(18px, 1.5vw, 24px);
  grid-template-rows: auto 1fr;
  min-height: 214px;
  padding: clamp(26px, 2.7vw, 42px) clamp(28px, 3vw, 48px);
  position: relative;
  text-decoration: none;
  transition: background-color var(--wp--custom--transition--base);
}

body.single-post .clx-news-single-nav-card.is-next {
  border-left: 1px solid var(--clx-news-line);
}

body.single-post .clx-news-single-nav-card:hover,
body.single-post .clx-news-single-nav-card:focus-visible {
  background: var(--clx-news-soft);
}

body.single-post .clx-news-single-nav-body {
  align-items: center;
  display: grid;
  gap: var(--clx-news-nav-gap);
  grid-template-columns: var(--clx-news-nav-image-width) minmax(0, 1fr);
  min-width: 0;
}

body.single-post .clx-news-single-nav-image {
  aspect-ratio: 1.38 / 1;
  border-radius: 12px;
  display: block;
  height: clamp(104px, 8vw, 134px);
  object-fit: cover;
  width: 100%;
}

body.single-post .clx-news-single-nav-image.is-fallback {
  background: #e8edf3;
  object-fit: contain;
  padding: 22px;
}

body.single-post .clx-news-single-nav-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body.single-post .clx-news-single-nav-label {
  align-items: center;
  color: var(--clx-news-blue);
  display: inline-flex;
  gap: 10px;
  letter-spacing: 0;
  text-transform: none;
}

body.single-post .clx-news-single-nav-label span[aria-hidden="true"] {
  font-size: 1.4em;
  line-height: .8;
}

body.single-post .clx-news-single-nav-card.is-next .clx-news-single-nav-label {
  bottom: clamp(26px, 2.7vw, 42px);
  margin-left: 0;
  position: absolute;
  right: clamp(28px, 3vw, 48px);
}

body.single-post .clx-news-single-nav-card.is-previous .clx-news-single-nav-label {
  bottom: clamp(26px, 2.7vw, 42px);
  left: clamp(28px, 3vw, 48px);
  position: absolute;
}

body.single-post .clx-news-single-nav-card.is-previous .clx-news-single-nav-body {
  padding-bottom: clamp(34px, 3.2vw, 54px);
}

body.single-post .clx-news-single-nav-card.is-next .clx-news-single-nav-body {
  padding-right: clamp(150px, 16vw, 240px);
}

body.single-post .clx-news-single-nav-title {
  color: var(--clx-news-ink);
  text-transform: uppercase;
}

body.single-post .clx-news-single-nav-date {
  color: var(--clx-news-muted);
}

body.single-post .clx-news-single-cta {
  align-items: center;
  background-color: #03152d;
  background-image: linear-gradient(90deg, rgba(2, 24, 50, .92), rgba(2, 24, 50, .58)), url("../backgrounds/background-networking-cocktail.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 22px;
  display: grid;
  gap: clamp(28px, 4vw, 76px);
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  margin-block-start: clamp(58px, 6vw, 104px);
  min-height: clamp(270px, 18vw, 350px);
  padding: clamp(38px, 4vw, 70px);
}

body.single-post .clx-news-single-cta :where(h2, p) {
  color: #fff;
}

body.single-post .clx-news-single-cta-kicker {
  color: rgba(255, 255, 255, .72);
  margin: 0 0 14px;
}

body.single-post .clx-news-single-cta h2 {
  margin: 0 0 22px;
  max-width: 940px;
}

body.single-post .clx-news-single-cta p.clx-text-2 {
  color: rgba(255, 255, 255, .92);
  margin: 0;
  max-width: 760px;
}

body.single-post .clx-news-single-cta-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.3vw, 22px);
  justify-content: center;
  margin-left: auto;
  max-width: min(100%, 390px);
  width: 100%;
}

body.single-post .clx-news-single-cta-button {
  align-items: center;
  border-radius: 999px;
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1;
  min-height: clamp(58px, 4.4vw, 68px);
  overflow: hidden;
  padding: 0 clamp(28px, 2.4vw, 38px);
  text-decoration: none;
  transition:
    background-color var(--wp--custom--transition--base),
    border-color var(--wp--custom--transition--base),
    box-shadow var(--wp--custom--transition--base),
    transform var(--wp--custom--transition--base);
  width: 100%;
}

body.single-post .clx-news-single-cta-button span[aria-hidden="true"] {
  font-size: 1.35em;
  font-weight: 900;
  line-height: 1;
  margin-left: auto;
}

body.single-post .clx-news-single-cta-button.is-primary {
  background: linear-gradient(90deg, #e00000 0%, #f00000 100%);
  border: 2px solid transparent;
  box-shadow: 0 14px 30px rgba(224, 0, 0, .24);
}

body.single-post .clx-news-single-cta-button.is-secondary {
  background: rgba(2, 18, 36, .32);
  border: 2px solid var(--clx-news-blue-bright);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08), 0 10px 24px rgba(0, 164, 220, .16);
}

body.single-post .clx-news-single-cta-button:hover,
body.single-post .clx-news-single-cta-button:focus-visible {
  transform: translateY(-2px);
}

body.single-post .clx-news-single-cta-button.is-primary:hover,
body.single-post .clx-news-single-cta-button.is-primary:focus-visible {
  background: linear-gradient(90deg, #f00000 0%, #ff1b1b 100%);
  box-shadow: 0 18px 36px rgba(224, 0, 0, .32);
}

body.single-post .clx-news-single-cta-button.is-secondary:hover,
body.single-post .clx-news-single-cta-button.is-secondary:focus-visible {
  background: rgba(0, 164, 220, .16);
  border-color: #21c5ee;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 16px 34px rgba(0, 164, 220, .24);
}

body.single-post .clx-news-single-cta-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .42);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  body.single-post {
    --clx-news-page-frame: min(calc(100vw - 48px), 1680px);
  }

  body.single-post .wp-site-blocks > main.clx-news-single-page {
    max-width: var(--clx-news-page-frame);
  }

  body.single-post .clx-news-single {
    padding: clamp(26px, 3.4vw, 42px);
  }

  body.single-post .clx-news-single-body {
    padding-left: 0;
  }

  body.single-post .clx-news-single-cta {
    grid-template-columns: 1fr;
  }

  body.single-post .clx-news-single-cta-actions {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  body.single-post .clx-news-single-breadcrumb {
    align-items: flex-start;
    flex-direction: column;
  }

  body.single-post .clx-news-single-breadcrumb-trail span:last-child {
    max-width: 100%;
    white-space: normal;
  }

  body.single-post .clx-news-single-featured {
    aspect-ratio: 1.35 / 1;
    min-height: 320px;
  }

  body.single-post .clx-news-single-gallery-track {
    grid-auto-columns: minmax(260px, 78%);
  }

  body.single-post .clx-news-single-gallery-control.is-prev {
    left: 10px;
  }

  body.single-post .clx-news-single-gallery-control.is-next {
    right: 10px;
  }

  body.single-post .clx-news-single-nav {
    grid-template-columns: 1fr;
  }

  body.single-post .clx-news-single-nav-card.is-next {
    border-left: 0;
    border-top: 1px solid var(--clx-news-line);
  }

  body.single-post .clx-news-single-nav-card.is-next .clx-news-single-nav-label {
    bottom: auto;
    margin-left: calc(var(--clx-news-nav-image-width) + var(--clx-news-nav-gap));
    position: static;
    right: auto;
  }

  body.single-post .clx-news-single-nav-card.is-next .clx-news-single-nav-body {
    padding-right: 0;
  }

  body.single-post .clx-news-single-nav-card.is-previous .clx-news-single-nav-label {
    bottom: auto;
    left: auto;
    position: static;
  }

  body.single-post .clx-news-single-nav-card.is-previous .clx-news-single-nav-body {
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  body.single-post {
    --clx-news-page-frame: min(calc(100vw - 30px), 1680px);
  }

  body.single-post .wp-site-blocks > main.clx-news-single-page {
    max-width: var(--clx-news-page-frame);
    padding-block-start: 28px;
  }

  body.single-post .clx-news-single {
    border-radius: 18px;
    padding: 28px;
  }

  body.single-post .clx-news-single-breadcrumb {
    margin-bottom: 24px;
  }

  body.single-post .clx-news-single-featured {
    border-radius: 18px;
    min-height: 250px;
  }

  body.single-post .clx-news-single-gallery {
    padding-bottom: 62px;
  }

  body.single-post .clx-news-single-gallery-control {
    bottom: 0;
    top: auto;
    transform: none;
  }

  body.single-post .clx-news-single-gallery-control.is-prev {
    left: 0;
  }

  body.single-post .clx-news-single-gallery-control.is-next {
    left: 62px;
    right: auto;
  }

  body.single-post .clx-news-single-gallery-control.is-prev:hover,
  body.single-post .clx-news-single-gallery-control.is-prev:focus-visible,
  body.single-post .clx-news-single-gallery-control.is-next:hover,
  body.single-post .clx-news-single-gallery-control.is-next:focus-visible {
    transform: translateY(-2px);
  }

  body.single-post .clx-news-single-nav-card {
    --clx-news-nav-gap: 14px;
    --clx-news-nav-image-width: 104px;
    gap: 14px;
    min-height: 168px;
    padding: 22px;
  }

  body.single-post .clx-news-single-nav-body {
    gap: var(--clx-news-nav-gap);
    grid-template-columns: var(--clx-news-nav-image-width) minmax(0, 1fr);
  }

  body.single-post .clx-news-single-nav-image {
    height: 76px;
  }

  body.single-post .clx-news-single-cta {
    border-radius: 18px;
    padding: 30px;
  }

  body.single-post .clx-news-single-cta-button {
    min-height: 56px;
    padding-inline: 24px;
  }
}
