/* Customer feedback: homepage CTAs and virtual article typography. */
.cta-boxes .stk-block-column > .stk-column-wrapper {
    min-height: 150px;
}

/* April presentation: compact homepage rhythm and image-led article cards. */
.entry-content > .wp-block-spacer:first-child {
  height: 54px !important;
}

.stk-db01c93-column {
  max-width: min(1040px, calc(100% - 2rem)) !important;
  width: 100% !important;
}

/* Keep the homepage CTA row above the negatively-offset posts section so the
   full visual cards, not only their upper strip, remain clickable. */
.entry-content > .stk-db01c93 {
  overflow: visible !important;
  position: relative !important;
  z-index: 50 !important;
}

.cta-wrapper {
  gap: 12px !important;
  margin: 18px auto 22px !important;
  max-width: min(1040px, calc(100% - 2rem)) !important;
  isolation: isolate;
  position: relative !important;
  z-index: 20 !important;
}

.cta-wrapper > * {
  flex: 1 1 320px !important;
}

.cta-termine,
.cta-grw {
  border-radius: 10px !important;
  min-height: 48px !important;
  padding: 9px 16px !important;
  position: relative !important;
  z-index: 1 !important;
}

.cta-termine .stk-column-wrapper,
.cta-grw .stk-column-wrapper {
  position: static !important;
}

.cta-termine a.stk-block-link,
.cta-grw a.stk-block-link {
  display: block !important;
  height: 100% !important;
  inset: 0 !important;
  pointer-events: auto !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 30 !important;
}

.cta-termine .stk-column-wrapper,
.cta-grw .stk-column-wrapper,
.cta-termine .stk-block-content,
.cta-grw .stk-block-content {
  min-height: 0 !important;
}

.cta-termine .stk-column-wrapper,
.cta-grw .stk-column-wrapper {
  padding: 0 !important;
}

.cta-termine p,
.cta-grw p {
  line-height: 1.1 !important;
  margin: 0 !important;
}

.spoe-event-badge {
  gap: 0.2rem !important;
}

.spoe-event-badge__eyebrow {
  font-size: 0.68rem !important;
}

.spoe-event-badge__title {
  display: block !important;
  font-size: clamp(0.98rem, 0.9rem + 0.25vw, 1.12rem) !important;
  line-height: 1.3 !important;
  overflow: visible !important;
  padding-bottom: 0.12em !important;
  white-space: normal !important;
  -webkit-box-orient: initial !important;
  -webkit-line-clamp: unset !important;
}

.spoe-event-badge__meta {
  font-size: 0.78rem !important;
}

.stk-590c1d9 {
  margin-bottom: 0 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

body.spoe-virtual-grw-page article > .hero-section {
  display: none !important;
}

body.spoe-virtual-grw-page .ct-container-full[data-content="normal"] {
  padding: 0 !important;
}

body.spoe-virtual-grw-page .entry-content {
  margin: 0 !important;
}

.spoe-grw-coming-soon {
  align-items: center;
  background:
    radial-gradient(circle at 85% 18%, rgba(255, 255, 255, 0.24), transparent 28rem),
    linear-gradient(135deg, #e42612 0%, #ff1736 58%, #b81508 100%);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  min-height: clamp(34rem, 72vh, 52rem);
  overflow: hidden;
  padding: clamp(3.5rem, 8vw, 8rem) max(1rem, calc((100vw - 1180px) / 2));
  position: relative;
}

.spoe-grw-coming-soon::after {
  border: clamp(2rem, 5vw, 5rem) solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  height: clamp(15rem, 38vw, 34rem);
  position: absolute;
  right: clamp(-10rem, -8vw, -3rem);
  top: 50%;
  transform: translateY(-50%);
  width: clamp(15rem, 38vw, 34rem);
}

.spoe-grw-coming-soon__inner {
  max-width: 48rem;
  position: relative;
  z-index: 1;
}

.spoe-grw-coming-soon__eyebrow {
  color: #fff !important;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.spoe-grw-coming-soon__title {
  color: #fff !important;
  font-size: clamp(4rem, 11vw, 9rem);
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin: 0;
  overflow: visible;
  padding-bottom: 0.08em;
}

.spoe-grw-coming-soon__lead {
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 650;
  line-height: 1.6;
  margin: 1.6rem 0 0;
  max-width: 42rem;
}

.spoe-grw-coming-soon__mark {
  align-items: baseline;
  display: flex;
  gap: 0.65rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.spoe-grw-coming-soon__mark span {
  font-size: clamp(1.4rem, 3vw, 2.25rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.spoe-grw-coming-soon__mark strong {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 1;
}

.spoe-grw-coming-soon__button {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #e42612 !important;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 850;
  margin-top: 2rem;
  padding: 0.9rem 1.35rem;
  text-decoration: none !important;
  transition: background-color 180ms ease, color 180ms ease;
}

.spoe-grw-coming-soon__button:hover,
.spoe-grw-coming-soon__button:focus-visible {
  background: transparent;
  color: #fff !important;
}

.stk-590c1d9-column {
  max-width: min(1180px, calc(100% - 2rem)) !important;
  min-width: auto !important;
  width: 100% !important;
}

.stk-590c1d9 > .stk-separator__top .stk-separator__wrapper {
  height: 34px !important;
}

.stk-590c1d9 > .stk-separator__bottom .stk-separator__wrapper {
  height: 28px !important;
}

.stk-590c1d9 .stk-block-posts__items {
  align-items: stretch !important;
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: minmax(420px, 1.12fr) repeat(2, minmax(190px, 0.62fr)) !important;
  grid-template-rows: repeat(2, minmax(220px, auto)) !important;
  max-width: 1180px !important;
  width: 100% !important;
}

.stk-590c1d9 .stk-block-posts__item {
  background: #fff !important;
  border: 1px solid rgba(20, 20, 20, 0.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 34px rgba(18, 18, 28, 0.09) !important;
  box-sizing: border-box !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child {
  display: flex !important;
  flex-direction: column !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  justify-content: flex-start !important;
  min-height: 0 !important;
  padding: 0 0 18px !important;
}

.stk-590c1d9 .stk-block-posts__item:nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.stk-590c1d9 .stk-block-posts__item:nth-child(3) {
  grid-column: 3 !important;
  grid-row: 1 !important;
}

.stk-590c1d9 .stk-block-posts__item:nth-child(4) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

.stk-590c1d9 .stk-block-posts__item:nth-child(5) {
  grid-column: 3 !important;
  grid-row: 2 !important;
}

.stk-590c1d9 .stk-block-posts__item:not(:first-child) {
  display: flex !important;
  flex-direction: column !important;
  min-height: 220px !important;
}

.stk-590c1d9 .stk-block-posts__image {
  background: linear-gradient(135deg, rgba(228, 0, 27, 0.18), rgba(20, 20, 20, 0.06)) !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.stk-590c1d9 .stk-block-posts__image a {
  display: block !important;
  height: 100% !important;
}

.stk-590c1d9 .stk-block-posts__image--placeholder a {
  align-items: center !important;
  background: linear-gradient(135deg, rgba(228, 0, 27, 0.92), rgba(184, 0, 26, 0.96)) !important;
  color: #fff !important;
  display: flex !important;
  font-family: Arial, sans-serif !important;
  font-size: clamp(1.45rem, 4vw, 2.4rem) !important;
  font-weight: 900 !important;
  justify-content: center !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
}

.stk-590c1d9 .stk-block-posts__image img {
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.06) !important;
  transition: transform 0.45s ease !important;
  width: 100% !important;
}

.stk-590c1d9 .stk-block-posts__item:hover .stk-block-posts__image img {
  transform: scale(1.11) !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__image {
  aspect-ratio: 1024 / 538 !important;
  flex: 0 0 auto !important;
  inset: auto !important;
  position: relative !important;
  width: 100% !important;
  z-index: auto !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__image img {
  filter: none !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child:hover .stk-block-posts__image img {
  transform: none !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child::before {
  display: none !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child > :not(.stk-block-posts__image) {
  position: relative !important;
  z-index: 1 !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__date {
  color: var(--red, #e4001b) !important;
  font-size: 0.74rem !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 18px 22px 0 !important;
  text-transform: uppercase !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__title {
  color: var(--text, #1a1a2e) !important;
  display: -webkit-box !important;
  font-size: clamp(1.42rem, 1.08rem + 1vw, 2rem) !important;
  line-height: 1.12 !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  padding: 7px 22px 0 !important;
  text-shadow: none !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__title a {
  color: var(--text, #1a1a2e) !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__excerpt {
  color: rgba(20, 20, 20, 0.72) !important;
  display: -webkit-box !important;
  font-size: 0.96rem !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  max-width: 36rem !important;
  overflow: hidden !important;
  padding: 9px 22px 0 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__more-link,
.stk-590c1d9 .stk-block-posts__item:not(:first-child) .stk-block-posts__excerpt,
.stk-590c1d9 .stk-block-posts__item:not(:first-child) .stk-block-posts__more-link {
  display: none !important;
}

.stk-590c1d9 .stk-block-posts__item:not(:first-child) .stk-block-posts__image {
  aspect-ratio: 16 / 9 !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  width: 100% !important;
}

.stk-590c1d9 .stk-block-posts__item:not(:first-child) .stk-block-posts__date {
  color: var(--red, #e4001b) !important;
  font-size: 0.66rem !important;
  letter-spacing: 0 !important;
  padding: 10px 13px 0 !important;
  text-transform: uppercase !important;
}

.stk-590c1d9 .stk-block-posts__item:not(:first-child) .stk-block-posts__title {
  display: -webkit-box !important;
  font-size: 0.98rem !important;
  line-height: 1.18 !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 5px 13px 14px !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.stk-590c1d9 .stk-block-posts__item:not(:first-child) .stk-block-posts__title a {
  color: var(--text, #1a1a2e) !important;
}

@media (min-width: 1025px) {
  .stk-590c1d9 > .stk-separator__top .stk-separator__wrapper {
    height: 10px !important;
  }

  .entry-content > .stk-db01c93 {
    margin-bottom: 0 !important;
  }

  .entry-content > .stk-db01c93 + .stk-590c1d9 {
    margin-top: -94px !important;
  }

  .entry-content > .stk-db01c93 + .stk-590c1d9 > .stk-separator__top,
  .entry-content > .stk-db01c93 + .stk-590c1d9 > .stk-separator__top .stk-separator__wrapper {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .entry-content > .stk-590c1d9 + .wp-block-spacer {
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .entry-content > .stk-590c1d9 + .wp-block-spacer + .stk-3de2304 {
    margin-top: -94px !important;
  }
}

@media (max-width: 1100px) {
  .stk-590c1d9 .stk-block-posts__items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
  }

  .stk-590c1d9 .stk-block-posts__item:first-child {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    min-height: 360px !important;
  }

  .stk-590c1d9 .stk-block-posts__item:nth-child(n + 2) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (max-width: 900px) {
  .stk-590c1d9 .stk-block-posts__item:first-child {
    min-height: 330px !important;
  }
}

@media (max-width: 640px) {
  .cta-wrapper {
    margin: 12px auto 16px !important;
  }

  .cta-termine,
  .cta-grw {
    min-height: 44px !important;
    padding: 8px 14px !important;
  }

  .stk-590c1d9 .stk-block-posts__items {
    grid-template-columns: 1fr !important;
  }

  .stk-590c1d9 .stk-block-posts__item:nth-child(n) {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .stk-590c1d9 .stk-block-posts__item:first-child {
    min-height: 0 !important;
    padding: 0 0 16px !important;
  }

  .stk-590c1d9 .stk-block-posts__item:not(:first-child) {
    min-height: auto !important;
  }

  .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__date {
    padding: 15px 16px 0 !important;
  }

  .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__title {
    font-size: clamp(1.35rem, 1.12rem + 1vw, 1.72rem) !important;
    max-width: 100% !important;
    padding: 6px 16px 0 !important;
  }

  .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__excerpt {
    margin: 0 !important;
    padding: 8px 16px 0 !important;
    -webkit-line-clamp: 2 !important;
  }
}

/* Synced and presentation-only team views use one clean, content-width layout. */
body.single-team article > .hero-section {
    display: none !important;
}

body.single-team .ct-container-full[data-content="normal"] {
    padding-block: clamp(2.5rem, 6vw, 5rem) !important;
}

body.single-team .entry-content {
    margin: 0 !important;
}

body.single-team .spoe-synced-team {
    margin-inline: auto;
    max-width: 1180px;
    padding-inline: clamp(1rem, 3vw, 2rem);
}

body.single-team .spoe-synced-team__title {
    color: var(--spoe-red, #e42612);
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    line-height: 1.12;
    margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
    overflow: visible;
    padding-bottom: 0.1em;
}

body.single-team .spoe-synced-team__members {
    gap: clamp(1rem, 2vw, 1.5rem);
}

.cta-boxes .stk-block-column p,
.cta-boxes .stk-block-column .spoe-subsite-cta-link {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: clamp(1.2rem, 1.3vw, 1.35rem) !important;
    font-weight: 800 !important;
    gap: 0.7rem;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
}

.cta-boxes .stk-block-column p::before,
.cta-boxes .stk-block-column .spoe-subsite-cta-link::before {
    background: currentColor;
    content: "";
    display: block;
    height: 2rem;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 2rem;
}

.cta-boxes .stk-block-column:nth-child(1) p::before,
.cta-boxes .stk-block-column:nth-child(1) .spoe-subsite-cta-link::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cline x1='19' y1='8' x2='19' y2='14'/%3E%3Cline x1='22' y1='11' x2='16' y2='11'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cline x1='19' y1='8' x2='19' y2='14'/%3E%3Cline x1='22' y1='11' x2='16' y2='11'/%3E%3C/svg%3E");
}

.cta-boxes .stk-block-column:nth-child(2) p::before,
.cta-boxes .stk-block-column:nth-child(2) .spoe-subsite-cta-link::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E");
}

.cta-boxes .stk-block-column:nth-child(3) p::before,
.cta-boxes .stk-block-column:nth-child(3) .spoe-subsite-cta-link::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpolyline points='3,7 12,13 21,7'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpolyline points='3,7 12,13 21,7'/%3E%3C/svg%3E");
}

.spoe-virtual-app-content__header,
.spoe-virtual-app-content__title {
    max-width: none;
    width: 100%;
}

.spoe-virtual-app-content__title {
    color: var(--spoe-red, #e42612);
    line-height: 1.12;
    overflow: visible;
    padding-bottom: 0.12em;
    text-wrap: balance;
}

.spoe-virtual-app-content__body > div,
.spoe-virtual-app-content__body > p,
.spoe-virtual-app-content__body li {
    color: #24242a;
    font-size: 1.075rem;
    line-height: 1.82;
}

.spoe-virtual-app-content__body h2,
.spoe-virtual-app-content__body h3,
.spoe-virtual-app-content__body h4 {
    color: var(--spoe-red, #e42612);
    font-weight: 800;
    line-height: 1.15;
    margin-block: 2rem 0.8rem;
}

.spoe-virtual-app-content__body blockquote {
    background: linear-gradient(135deg, #fff1ef, #ffffff);
    border: 0;
    border-left: 7px solid var(--spoe-red, #e42612);
    border-radius: 0 20px 20px 0;
    box-shadow: 0 14px 34px rgba(228, 38, 18, 0.1);
    color: #17171b;
    margin: 2rem 0;
    padding: 1.55rem 1.75rem 1.55rem 2.2rem;
    position: relative;
}

.spoe-virtual-app-content__body blockquote::before {
    color: var(--spoe-red, #e42612);
    content: "“";
    font-family: Georgia, serif;
    font-size: 4.4rem;
    font-weight: 700;
    left: 0.55rem;
    line-height: 1;
    opacity: 0.22;
    position: absolute;
    top: 0.25rem;
}

.spoe-virtual-app-content__body blockquote p,
.spoe-virtual-app-content__body blockquote > :first-child {
    color: inherit;
    font-size: clamp(1.2rem, 1.8vw, 1.42rem);
    font-weight: 750;
    line-height: 1.55;
    margin: 0;
    position: relative;
}

.spoe-virtual-app-content__factbox {
    background: linear-gradient(135deg, var(--spoe-red, #e42612), #b81308);
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(174, 20, 10, 0.22);
    color: #fff;
    padding: clamp(1.5rem, 3vw, 2.25rem);
}

.spoe-virtual-app-content__factbox h2 {
    color: #fff;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 850;
    margin: 0 0 1rem;
}

.spoe-virtual-app-content__factbox-item {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    font-weight: 700;
    line-height: 1.58;
    padding-top: 1rem;
}

.spoe-virtual-app-content__factbox-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.spoe-virtual-app-content__factbox-item > :first-child {
    margin-top: 0;
}

.spoe-virtual-app-content__factbox-item > :last-child {
    margin-bottom: 0;
}

@media (max-width: 689px) {
    .cta-boxes .stk-block-column > .stk-column-wrapper {
        min-height: 125px;
    }

    .spoe-virtual-app-content__title {
        font-size: clamp(2rem, 8.4vw, 2.75rem);
        text-wrap: initial;
    }
}

/* The page itself contains late inline legacy rules; this scoped layer wins deliberately. */
body.home .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__date {
    color: var(--red, #e4001b) !important;
    font-size: 0.74rem !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    padding: 18px 22px 0 !important;
    text-transform: uppercase !important;
}

body.home .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__title {
    color: var(--text, #1a1a2e) !important;
    display: -webkit-box !important;
    font-size: clamp(1.42rem, 1.08rem + 1vw, 2rem) !important;
    line-height: 1.22 !important;
    margin: 0 !important;
    max-width: none !important;
    overflow: hidden !important;
    padding: 7px 22px 0.16em !important;
    text-shadow: none !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

body.home .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__title a {
    color: var(--text, #1a1a2e) !important;
    padding-bottom: 0.08em;
}

.cta-boxes .stk-block-column > .stk-column-wrapper {
    background: #e42612 !important;
    background-image: none !important;
}

body.home .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__excerpt {
    color: rgba(20, 20, 20, 0.72) !important;
    display: -webkit-box !important;
    font-size: 0.96rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    max-width: 36rem !important;
    overflow: hidden !important;
    padding: 9px 22px 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

@media (max-width: 640px) {
    body.home .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__date {
        padding: 15px 16px 0 !important;
    }

    body.home .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__title {
        font-size: clamp(1.35rem, 1.12rem + 1vw, 1.72rem) !important;
        padding: 6px 16px 0 !important;
    }

    body.home .stk-590c1d9 .stk-block-posts__item:first-child .stk-block-posts__excerpt {
        padding: 8px 16px 0 !important;
    }
}
