.cpmx-single-assembly {
  --cpmx-sa-navy: #06145f;
  --cpmx-sa-blue: #0758c9;
  --cpmx-sa-sky: #1595de;
  --cpmx-sa-ice: #eef7ff;
  --cpmx-sa-soft: #f7fbff;
  --cpmx-sa-ink: #10182a;
  --cpmx-sa-muted: #5f6d82;
  --cpmx-sa-line: #d5e6f7;
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: clamp(24px, 4vw, 58px) clamp(14px, 3vw, 36px) clamp(70px, 9vw, 118px);
  background:
    radial-gradient(circle at 4% 8%, rgba(21, 149, 222, .13), transparent 25%),
    radial-gradient(circle at 96% 18%, rgba(7, 88, 201, .1), transparent 24%),
    linear-gradient(180deg, #fafdff 0, #fff 36%, #f7fbff 100%);
  color: var(--cpmx-sa-ink);
  font-family: inherit;
}

.cpmx-single-assembly *,
.cpmx-single-assembly *::before,
.cpmx-single-assembly *::after {
  box-sizing: border-box;
}

.cpmx-single-assembly a {
  color: inherit;
}

.cpmx-single-assembly__article {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.cpmx-single-assembly__hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
  min-height: 560px;
  padding: clamp(38px, 6vw, 82px);
  overflow: hidden;
  border: 1px solid rgba(7, 88, 201, .14);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(240, 248, 255, .93)),
    var(--cpmx-sa-soft);
  box-shadow: 0 30px 78px rgba(6, 20, 95, .13);
}

.cpmx-single-assembly__hero::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--cpmx-sa-navy), var(--cpmx-sa-blue) 58%, var(--cpmx-sa-sky));
  content: "";
}

.cpmx-single-assembly__hero::after {
  position: absolute;
  z-index: -1;
  right: -130px;
  bottom: -180px;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(21, 149, 222, .2);
  border-radius: 50%;
  content: "";
}

.cpmx-single-assembly__orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.cpmx-single-assembly__orb--one {
  top: -90px;
  left: -100px;
  width: 270px;
  height: 270px;
  background: radial-gradient(circle, rgba(21, 149, 222, .17), rgba(21, 149, 222, 0) 69%);
}

.cpmx-single-assembly__orb--two {
  right: 31%;
  bottom: -135px;
  width: 320px;
  height: 320px;
  border: 1px dashed rgba(7, 88, 201, .17);
}

.cpmx-single-assembly__hero-copy,
.cpmx-single-assembly__visual {
  min-width: 0;
}

.cpmx-single-assembly__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 32px;
  padding: 8px 15px;
  border: 1px solid rgba(7, 88, 201, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 7px 20px rgba(7, 88, 201, .08);
  color: var(--cpmx-sa-blue) !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.cpmx-single-assembly__badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cpmx-sa-sky);
  box-shadow: 0 0 0 5px rgba(21, 149, 222, .12);
}

.cpmx-single-assembly__overline {
  margin: 25px 0 10px;
  color: var(--cpmx-sa-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.cpmx-single-assembly__title {
  max-width: 760px;
  margin: 0;
  color: var(--cpmx-sa-ink);
  font-size: clamp(37px, 5.2vw, 68px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.cpmx-single-assembly__title::after {
  display: block;
  width: 88px;
  height: 6px;
  margin-top: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cpmx-sa-blue), var(--cpmx-sa-sky));
  content: "";
}

.cpmx-single-assembly__excerpt {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--cpmx-sa-muted);
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 540;
  line-height: 1.68;
}

.cpmx-single-assembly__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 28px;
}

.cpmx-single-assembly__meta span,
.cpmx-single-assembly__meta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  color: var(--cpmx-sa-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
}

.cpmx-single-assembly__meta a:hover,
.cpmx-single-assembly__meta a:focus-visible {
  color: var(--cpmx-sa-blue);
}

.cpmx-single-assembly__meta svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: var(--cpmx-sa-blue);
}

.cpmx-single-assembly__visual {
  position: relative;
  margin: 0;
  padding: 22px 0 0 22px;
}

.cpmx-single-assembly__visual::after {
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -18px;
  width: 46%;
  height: 46%;
  border-right: 5px solid var(--cpmx-sa-sky);
  border-bottom: 5px solid var(--cpmx-sa-sky);
  border-radius: 0 0 28px;
  content: "";
}

.cpmx-single-assembly__visual-grid {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
  opacity: .34;
  background-image: radial-gradient(circle, var(--cpmx-sa-sky) 1.5px, transparent 1.5px);
  background-size: 13px 13px;
}

.cpmx-single-assembly__image-frame {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(7, 88, 201, .16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 40%, rgba(21, 149, 222, .11), transparent 48%),
    #fff;
  box-shadow: 0 24px 58px rgba(6, 20, 95, .16);
  place-items: center;
}

.cpmx-single-assembly .cpmx-single-assembly__hero-image {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .55s ease;
}

.cpmx-single-assembly__visual:hover .cpmx-single-assembly__hero-image {
  transform: scale(1.025);
}

.cpmx-single-assembly__visual figcaption {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 15px 0 0;
  padding-right: 24px;
  color: var(--cpmx-sa-muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-align: right;
  text-transform: uppercase;
}

.cpmx-single-assembly__content-layout {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  width: min(1040px, 100%);
  margin: clamp(55px, 8vw, 92px) auto 0;
  scroll-margin-top: 90px;
}

.cpmx-single-assembly__share {
  position: sticky;
  top: 110px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.cpmx-single-assembly__share-label {
  margin-bottom: 4px;
  color: var(--cpmx-sa-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.cpmx-single-assembly__share a,
.cpmx-single-assembly__share button {
  display: grid;
  width: 43px;
  height: 43px;
  padding: 0;
  border: 1px solid rgba(7, 88, 201, .16);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(6, 20, 95, .08);
  color: var(--cpmx-sa-navy);
  cursor: pointer;
  place-items: center;
  text-decoration: none !important;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.cpmx-single-assembly__share a:hover,
.cpmx-single-assembly__share a:focus-visible,
.cpmx-single-assembly__share button:hover,
.cpmx-single-assembly__share button:focus-visible {
  border-color: var(--cpmx-sa-blue);
  background: var(--cpmx-sa-blue);
  color: #fff;
  transform: translateX(3px);
}

.cpmx-single-assembly__share svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.cpmx-single-assembly__copy-status {
  position: absolute;
  top: 100%;
  left: 50%;
  width: max-content;
  max-width: 170px;
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--cpmx-sa-navy);
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transform: translate(-50%, -4px);
  transition: opacity .2s ease, transform .2s ease;
}

.cpmx-single-assembly__copy-status.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cpmx-single-assembly__content-card {
  position: relative;
  min-width: 0;
  padding: clamp(28px, 5vw, 60px);
  overflow: hidden;
  border: 1px solid var(--cpmx-sa-line);
  border-radius: 25px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 21px 58px rgba(6, 20, 95, .09);
}

.cpmx-single-assembly__content-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--cpmx-sa-navy), var(--cpmx-sa-blue), var(--cpmx-sa-sky));
  content: "";
}

.cpmx-single-assembly__content-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 28px;
}

.cpmx-single-assembly__content-heading span {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: var(--cpmx-sa-sky);
}

.cpmx-single-assembly__content-heading p {
  margin: 0;
  color: var(--cpmx-sa-navy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cpmx-single-assembly__entry-content {
  min-width: 0;
  color: #354257;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.78;
}

.cpmx-single-assembly__entry-content::after {
  display: table;
  clear: both;
  content: "";
}

.cpmx-single-assembly__entry-content > :first-child,
.cpmx-single-assembly__entry-content .elementor > :first-child {
  margin-top: 0;
}

.cpmx-single-assembly__entry-content > :last-child,
.cpmx-single-assembly__entry-content .elementor > :last-child {
  margin-bottom: 0;
}

.cpmx-single-assembly__entry-content h2,
.cpmx-single-assembly__entry-content h3,
.cpmx-single-assembly__entry-content h4 {
  color: var(--cpmx-sa-navy);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.18;
  text-wrap: balance;
}

.cpmx-single-assembly__entry-content h2 {
  margin: 1.7em 0 .65em;
  font-size: clamp(27px, 3vw, 38px);
}

.cpmx-single-assembly__entry-content h3 {
  margin: 1.55em 0 .55em;
  font-size: clamp(22px, 2.4vw, 30px);
}

.cpmx-single-assembly__entry-content p {
  margin: 0 0 1.15em;
}

.cpmx-single-assembly__entry-content a {
  color: var(--cpmx-sa-blue);
  font-weight: 700;
  text-decoration-color: rgba(21, 149, 222, .45);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.cpmx-single-assembly__entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.cpmx-single-assembly__entry-content blockquote {
  margin: 1.7em 0;
  padding: 22px 25px;
  border: 0;
  border-left: 5px solid var(--cpmx-sa-sky);
  border-radius: 0 15px 15px 0;
  background: var(--cpmx-sa-ice);
  color: var(--cpmx-sa-navy);
  font-size: 1.05em;
  font-weight: 650;
}

.cpmx-single-assembly__entry-content ul,
.cpmx-single-assembly__entry-content ol {
  margin: 1em 0 1.3em;
  padding-left: 1.4em;
}

.cpmx-single-assembly__entry-content li {
  margin-bottom: .5em;
}

.cpmx-single-assembly__entry-content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
}

.cpmx-single-assembly__entry-content th,
.cpmx-single-assembly__entry-content td {
  padding: 12px 14px;
  border: 1px solid var(--cpmx-sa-line);
  text-align: left;
}

.cpmx-single-assembly__entry-content th {
  background: var(--cpmx-sa-ice);
  color: var(--cpmx-sa-navy);
}

.cpmx-single-assembly__pages {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.cpmx-single-assembly__recent,
.cpmx-single-assembly__comments {
  width: 100%;
  margin: clamp(72px, 10vw, 120px) auto 0;
}

.cpmx-single-assembly__section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 31px;
}

.cpmx-single-assembly__section-heading p {
  margin: 0 0 7px;
  color: var(--cpmx-sa-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cpmx-single-assembly__section-heading h2 {
  margin: 0;
  color: var(--cpmx-sa-ink);
  font-size: clamp(29px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.cpmx-single-assembly__section-heading > span {
  flex: 1 1 auto;
  max-width: 390px;
  height: 3px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cpmx-sa-sky), var(--cpmx-sa-blue), transparent);
}

.cpmx-single-assembly__recent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.6vw, 31px);
}

.cpmx-single-assembly__recent-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cpmx-sa-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 17px 42px rgba(6, 20, 95, .08);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.cpmx-single-assembly__recent-card:hover,
.cpmx-single-assembly__recent-card:focus-within {
  border-color: rgba(7, 88, 201, .32);
  box-shadow: 0 22px 52px rgba(6, 20, 95, .14);
  transform: translateY(-6px);
}

.cpmx-single-assembly__recent-card > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.cpmx-single-assembly__recent-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--cpmx-sa-ice);
}

.cpmx-single-assembly .cpmx-single-assembly__recent-image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .55s ease;
}

.cpmx-single-assembly__recent-card:hover img {
  transform: scale(1.055);
}

.cpmx-single-assembly__recent-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 20, 95, 0), rgba(6, 20, 95, .32));
}

.cpmx-single-assembly__recent-category {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  padding: 7px 11px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(6, 20, 95, .9);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .2);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.cpmx-single-assembly__recent-copy {
  padding: 22px 22px 24px;
}

.cpmx-single-assembly__recent-copy h3 {
  margin: 0;
  color: var(--cpmx-sa-navy);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.18;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.cpmx-single-assembly__recent-copy p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 18px 0 0;
  color: var(--cpmx-sa-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.cpmx-single-assembly__comments {
  width: min(1040px, 100%);
}

.cpmx-single-assembly__comments-card {
  position: relative;
  min-width: 0;
  padding: clamp(26px, 5vw, 55px);
  overflow: hidden;
  border: 1px solid var(--cpmx-sa-line);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 21px 58px rgba(6, 20, 95, .08);
}

.cpmx-single-assembly__comments-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--cpmx-sa-navy), var(--cpmx-sa-blue), var(--cpmx-sa-sky));
  content: "";
}

.cpmx-single-assembly__comments-card #comments,
.cpmx-single-assembly__comments-card .comment-respond,
.cpmx-single-assembly__comments-card .comment-form {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#cpmx-comments .cpmx-native-comments,
#cpmx-comments #respond,
#cpmx-comments #commentform,
#cpmx-comments .cpmx-native-comments__respond,
#cpmx-comments .cpmx-native-comments__form {
  box-sizing: border-box !important;
  inline-size: 100% !important;
  min-inline-size: 0 !important;
  max-inline-size: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#cpmx-comments .cpmx-native-comments__form {
  display: block !important;
  overflow: visible !important;
}

#cpmx-comments .cpmx-native-comments__form > p {
  box-sizing: border-box !important;
  inline-size: 100% !important;
  min-inline-size: 0 !important;
  max-inline-size: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#cpmx-comments .cpmx-native-comments__reply-title,
#cpmx-comments .cpmx-native-comments__title {
  max-width: 100%;
  margin: 0 0 18px;
  color: var(--cpmx-sa-navy);
  font-size: clamp(22px, 2.7vw, 30px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

#cpmx-comments .cpmx-native-comments__list {
  width: 100%;
  max-width: 100%;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

#cpmx-comments .cpmx-native-comments__closed {
  margin: 0;
  color: var(--cpmx-sa-muted);
  line-height: 1.6;
}

.cpmx-single-assembly__comments-card .comment-form > p,
.cpmx-single-assembly__comments-card .comment-form-comment,
.cpmx-single-assembly__comments-card .comment-form-author,
.cpmx-single-assembly__comments-card .comment-form-email,
.cpmx-single-assembly__comments-card .comment-form-url {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.cpmx-single-assembly__comments-card .comments-title,
.cpmx-single-assembly__comments-card .comment-reply-title {
  margin: 0 0 18px;
  color: var(--cpmx-sa-navy);
  font-size: clamp(22px, 2.7vw, 30px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.cpmx-single-assembly__comments-card .comment-notes,
.cpmx-single-assembly__comments-card .logged-in-as,
.cpmx-single-assembly__comments-card .must-log-in,
.cpmx-single-assembly__comments-card .no-comments {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  color: var(--cpmx-sa-muted);
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  white-space: normal !important;
  word-break: normal;
}

.cpmx-single-assembly__comments-card .logged-in-as a,
.cpmx-single-assembly__comments-card .must-log-in a {
  display: inline !important;
  overflow-wrap: anywhere;
  white-space: normal !important;
}

.cpmx-single-assembly__comments-card .comment-list {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.cpmx-single-assembly__comments-card .comment-list .comment {
  margin-top: 18px;
  padding: 21px;
  border: 1px solid var(--cpmx-sa-line);
  border-radius: 16px;
  background: var(--cpmx-sa-soft);
}

.cpmx-single-assembly__comments-card .children {
  margin: 18px 0 0;
  padding-left: 22px;
  list-style: none;
}

.cpmx-single-assembly__comments-card label {
  display: block;
  margin-bottom: 7px;
  color: var(--cpmx-sa-navy);
  font-size: 12px;
  font-weight: 800;
}

.cpmx-single-assembly__comments-card textarea,
.cpmx-single-assembly__comments-card input[type="text"],
.cpmx-single-assembly__comments-card input[type="email"],
.cpmx-single-assembly__comments-card input[type="url"] {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 13px 15px;
  border: 1px solid var(--cpmx-sa-line);
  border-radius: 12px;
  background: #fff;
  color: var(--cpmx-sa-ink);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}

#cpmx-comments #comment,
#cpmx-comments #author,
#cpmx-comments #email,
#cpmx-comments #url {
  box-sizing: border-box !important;
  inline-size: 100% !important;
  min-inline-size: 0 !important;
  max-inline-size: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#cpmx-comments .cpmx-native-comments__submit {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box !important;
  min-height: 48px;
  max-width: 100% !important;
  padding: 13px 24px !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, var(--cpmx-sa-navy), var(--cpmx-sa-blue)) !important;
  box-shadow: 0 13px 29px rgba(7, 88, 201, .24) !important;
  color: #fff !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: normal !important;
  transition: box-shadow .2s ease, transform .2s ease, background .2s ease;
}

#cpmx-comments .cpmx-native-comments__submit:hover,
#cpmx-comments .cpmx-native-comments__submit:focus-visible {
  background: linear-gradient(135deg, var(--cpmx-sa-blue), var(--cpmx-sa-sky)) !important;
  box-shadow: 0 17px 35px rgba(7, 88, 201, .34) !important;
  color: #fff !important;
  transform: translateY(-3px);
}

.cpmx-single-assembly__comments-card textarea {
  min-height: 180px;
  resize: vertical;
}

.cpmx-single-assembly__comments-card textarea:focus,
.cpmx-single-assembly__comments-card input:focus {
  border-color: var(--cpmx-sa-sky);
  box-shadow: 0 0 0 4px rgba(21, 149, 222, .12);
  outline: 0;
}

.cpmx-single-assembly__comments-card .form-submit {
  width: 100% !important;
  max-width: 100% !important;
  margin: 22px 0 0;
  text-align: right;
}

.cpmx-single-assembly__comments-card .submit {
  min-height: 47px;
  padding: 13px 22px;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--cpmx-sa-navy), var(--cpmx-sa-blue));
  box-shadow: 0 12px 27px rgba(7, 88, 201, .2);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  transition: box-shadow .2s ease, transform .2s ease;
}

.cpmx-single-assembly__comments-card .submit:hover,
.cpmx-single-assembly__comments-card .submit:focus-visible {
  box-shadow: 0 16px 31px rgba(7, 88, 201, .3);
  transform: translateY(-2px);
}

.cpmx-single-assembly :focus-visible {
  outline: 3px solid rgba(21, 149, 222, .38);
  outline-offset: 4px;
}

@media (max-width: 1024px) {
  .cpmx-single-assembly__hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    gap: 36px;
    min-height: 510px;
    padding: 48px 38px;
    border-radius: 28px;
  }

  .cpmx-single-assembly__title {
    font-size: clamp(35px, 5.4vw, 54px);
  }

  .cpmx-single-assembly__recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cpmx-single-assembly__recent-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }

  .cpmx-single-assembly__comments-card {
    padding: 34px 24px;
  }

  #cpmx-comments .comment-notes,
  #cpmx-comments .logged-in-as,
  #cpmx-comments .must-log-in {
    font-size: 13px;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }
}

@media (max-width: 767px) {
  .cpmx-single-assembly {
    padding: 18px 12px 70px;
  }

  .cpmx-single-assembly__hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
    min-height: 0;
    padding: 35px 19px 40px;
    border-radius: 22px;
  }

  .cpmx-single-assembly__hero-copy {
    text-align: center;
  }

  .cpmx-single-assembly__badge {
    margin-right: auto;
    margin-left: auto;
  }

  .cpmx-single-assembly__overline {
    margin-top: 20px;
    font-size: 10px;
  }

  .cpmx-single-assembly__title {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.06;
  }

  .cpmx-single-assembly__title::after {
    width: 70px;
    height: 5px;
    margin: 20px auto 0;
  }

  .cpmx-single-assembly__excerpt {
    margin-top: 19px;
    font-size: 16px;
  }

  .cpmx-single-assembly__meta {
    justify-content: center;
    gap: 8px 13px;
    margin-top: 22px;
  }

  .cpmx-single-assembly__meta span,
  .cpmx-single-assembly__meta a {
    font-size: 11px;
  }

  .cpmx-single-assembly__visual {
    padding: 13px 0 0 10px;
  }

  .cpmx-single-assembly__visual::after {
    right: -8px;
    bottom: -9px;
    border-width: 4px;
  }

  .cpmx-single-assembly__image-frame {
    border-radius: 18px;
  }

  .cpmx-single-assembly__visual figcaption {
    padding-right: 18px;
    font-size: 9px;
    line-height: 1.5;
  }

  .cpmx-single-assembly__content-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-top: 52px;
  }

  .cpmx-single-assembly__share {
    position: relative;
    top: auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    order: 2;
  }

  .cpmx-single-assembly__share-label {
    width: 100%;
    margin: 0 0 3px;
    text-align: center;
    writing-mode: initial;
    transform: none;
  }

  .cpmx-single-assembly__share a,
  .cpmx-single-assembly__share button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
  }

  .cpmx-single-assembly__share a:hover,
  .cpmx-single-assembly__share a:focus-visible,
  .cpmx-single-assembly__share button:hover,
  .cpmx-single-assembly__share button:focus-visible {
    transform: translateY(-3px);
  }

  .cpmx-single-assembly__copy-status {
    top: auto;
    bottom: calc(100% + 4px);
    margin-top: 0;
  }

  .cpmx-single-assembly__content-card {
    padding: 30px 19px 26px;
    border-radius: 19px;
  }

  .cpmx-single-assembly__entry-content {
    font-size: 16px;
    line-height: 1.7;
  }

  .cpmx-single-assembly__recent,
  .cpmx-single-assembly__comments {
    margin-top: 76px;
  }

  .cpmx-single-assembly__section-heading {
    display: block;
    text-align: center;
  }

  .cpmx-single-assembly__section-heading > span {
    display: block;
    width: min(220px, 70%);
    margin: 17px auto 0;
  }

  .cpmx-single-assembly__recent-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cpmx-single-assembly__recent-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .cpmx-single-assembly__comments-card {
    padding: 27px 18px;
    border-radius: 19px;
  }

  .cpmx-single-assembly__comments-card .children {
    padding-left: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cpmx-single-assembly *,
  .cpmx-single-assembly *::before,
  .cpmx-single-assembly *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
