/* Global typography guardrail: no rendered text may exceed weight 600. */
:where(h1, h2, h3, h4, h5, h6, strong, b, th, legend, summary, button, optgroup) {
  font-weight: 600 !important;
}

.r1a-semantic-features article > span,
.r1a-semantic-features article > header span {
  font-weight: 600 !important;
}

/* Shared 2x2 recommended-system matrix for the nine Solution detail pages. */
:is(.ac-products, .wp-products, .pc-products, .wr-products, .dm-products, .ms-products) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

:is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) {
  display: grid !important;
  height: 278px !important;
  min-height: 0 !important;
  padding: 16px !important;
  grid-template-columns: minmax(220px, 42%) minmax(0, 1fr) !important;
  grid-template-rows: auto auto auto 1fr auto !important;
  column-gap: 22px !important;
  align-items: stretch !important;
  overflow: hidden;
  border: 1px solid #cfe1e3 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(3, 35, 55, .035) !important;
  color: #0b324b !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

:is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card):hover {
  transform: translateY(-3px) !important;
  border-color: #9ecbcd !important;
  box-shadow: 0 18px 42px rgba(3, 35, 55, .08) !important;
}

:is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) > img {
  width: 100% !important;
  height: 100% !important;
  min-height: 242px !important;
  margin: 0 !important;
  grid-column: 1 !important;
  grid-row: 1 / -1 !important;
  align-self: stretch !important;
  border-radius: 12px !important;
  background: #f3f7f7 !important;
  object-fit: contain !important;
}

:is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) > :not(img) {
  grid-column: 2 !important;
}

.sa-product-copy {
  display: flex !important;
  min-width: 0;
  min-height: 0;
  height: 244px;
  grid-column: 2 !important;
  grid-row: 1 !important;
  flex-direction: column;
}

:is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) small {
  display: none !important;
}

:is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) > h3,
.sa-product-copy h3 {
  min-height: 0 !important;
  margin: 2px 0 9px !important;
  color: #062f4a !important;
  font-size: 21px !important;
  line-height: 1.14 !important;
  letter-spacing: -.018em !important;
}

:is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) > p,
.sa-product-copy > p {
  min-height: 0 !important;
  margin: 0 0 12px !important;
  color: #526b7a !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

:is(.ac-feature-list, .wp-feature-list, .pc-feature-list, .wr-feature-list, .dm-feature-list) {
  display: grid !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px 12px !important;
  align-content: start !important;
  list-style: none !important;
}

:is(.ac-feature-list, .wp-feature-list, .pc-feature-list, .wr-feature-list, .dm-feature-list) li {
  position: relative !important;
  padding-left: 22px !important;
  color: #405f70 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

:is(.ac-feature-list, .wp-feature-list, .pc-feature-list, .wr-feature-list, .dm-feature-list) li::before {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: grid !important;
  width: 15px !important;
  height: 15px !important;
  place-items: center !important;
  border: 1px solid #078e8c !important;
  border-radius: 50% !important;
  color: #078e8c !important;
  content: "✓" !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

:is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) > b,
.sa-product-copy > b {
  display: flex !important;
  width: 100% !important;
  margin-top: auto !important;
  padding-top: 11px !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-top: 1px solid #dfe9ea !important;
  color: #078e8c !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

@media (max-width: 980px) {
  :is(.ac-products, .wp-products, .pc-products, .wr-products, .dm-products, .ms-products) {
    grid-template-columns: 1fr !important;
  }

  :is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) {
    grid-template-columns: minmax(220px, 38%) minmax(0, 1fr) !important;
  }
}

@media (max-width: 640px) {
  :is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) {
    height: auto !important;
    min-height: 0 !important;
    padding: 16px !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    row-gap: 0 !important;
  }

  :is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) > img {
    height: 250px !important;
    min-height: 0 !important;
    margin: 0 0 20px !important;
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  :is(.ac-product-card, .wp-product-card, .pc-product-card, .wr-product-card, .dm-product-card, .ms-product-card) > :not(img) {
    grid-column: 1 !important;
  }

  .sa-product-copy {
    height: auto;
    min-height: 270px;
    grid-column: 1 !important;
  }
}
