.elementor-84457102 .elementor-element.elementor-element-bb58415{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-84457102 .elementor-element.elementor-element-bb58415:not(.elementor-motion-effects-element-type-background), .elementor-84457102 .elementor-element.elementor-element-bb58415 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F2F6EE00;}.elementor-84457102 .elementor-element.elementor-element-bb58415.e-con{--align-self:center;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-84457102 .elementor-element.elementor-element-645ab25{--divider-border-style:solid;--divider-color:var( --e-global-color-f15ea04 );--divider-border-width:2.5px;}.elementor-84457102 .elementor-element.elementor-element-645ab25 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:-2px 0px 0px 0px;}.elementor-84457102 .elementor-element.elementor-element-645ab25 .elementor-divider-separator{width:100%;}.elementor-84457102 .elementor-element.elementor-element-645ab25 .elementor-divider{padding-block-start:6px;padding-block-end:6px;}.scc-vendor-cards {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.scc-vendor-cards,
.scc-vendor-cards * {
  box-sizing: border-box;
}

.scc-vendor-cards__heading {
  margin: 0 0 6px;
  color: #000000;
  font-size: 20px;
  font-weight: 450;
}

.scc-vendor-cards__sub {
  margin: 0 0 22px;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.6;
}

.scc-vendor-cards__grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}

.scc-vendor-card {
  min-width: 0;
  flex: 1 1 0;
  border: 1px solid #e2e2e2;
  border-top: 4px solid #4a9e2e;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.scc-vendor-card__img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.scc-vendor-card__body {
  min-width: 0;
  padding: 18px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.scc-vendor-card__header {
  min-width: 0;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.scc-vendor-card__title {
  min-width: 0;
  margin: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
  flex: 1 1 auto;
}

.scc-vendor-card__logo {
  width: auto;
  height: 16px;
  max-width: 80px;
  max-height: 40px;
  object-fit: contain;
  object-position: right center;
  flex: 0 0 auto;
  display: block;
}

.scc-vendor-card__label {
  margin: 0 0 8px;
  color: #4a9e2e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
}

.scc-vendor-card__fits {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.scc-vendor-card__fits li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  color: #3d3d3d;
  font-size: 13px;
  line-height: 1.65;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.scc-vendor-card__fits li:last-child {
  border-bottom: none;
}

.scc-vendor-card__fits li::before {
  content: '✓';
  margin-top: 3px;
  color: #4a9e2e;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}

.scc-vendor-card__bestfor {
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 6px;
  background: #f1f8eb;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.6;
}

.scc-vendor-card__bestfor strong {
  color: #4a9e2e;
  font-weight: 700;
}

.scc-vendor-card__footer {
  margin-top: auto;
  padding-top: 16px;
}

.scc-vendor-card__btn {
  max-width: 100%;
  padding: 8px 16px;
  border: 1px solid #cccccc;
  border-radius: 50px;
  background: linear-gradient(to bottom, #ffffff, #f0f0f0);
  color: #1a1a1a;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: background 0.15s, border-color 0.15s;
}

.scc-vendor-card__btn:hover {
  border-color: #aaaaaa;
  background: linear-gradient(to bottom, #f5f5f5, #e8e8e8);
}

.scc-vendor-card__btn-arrow {
  font-size: 14px;
  line-height: 1;
}

/* Exact two-card layout: larger uncropped images */
.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(2)
) > .scc-vendor-card .scc-vendor-card__img {
  width: auto;
  height: 150px;
  max-width: 100%;
  margin: 14px auto 8px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

/* Four- and five-card layouts */
.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(n + 4)
) {
  gap: 12px;
}

.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(n + 4)
) .scc-vendor-card__body {
  padding: 16px 16px 18px;
}

.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(n + 4)
) .scc-vendor-card__header {
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(n + 4)
) .scc-vendor-card__logo {
  max-width: 70px;
  object-position: right center;
}

.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(n + 4)
) .scc-vendor-card__bestfor {
  padding: 10px 12px;
}

/* Additional tightening for exactly five cards */
.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(5)
) {
  gap: 10px;
}

.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(5)
) .scc-vendor-card__body {
  padding: 14px 13px 16px;
}

.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(5)
) .scc-vendor-card__title {
  font-size: 14px;
}

.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(5)
) .scc-vendor-card__fits li,
.scc-vendor-cards__grid:has(
  > .scc-vendor-card:first-child:nth-last-child(5)
) .scc-vendor-card__bestfor {
  font-size: 12px;
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
  .scc-vendor-cards__grid {
    gap: 10px;
  }

  .scc-vendor-card__body {
    padding: 15px 14px 17px;
  }

  .scc-vendor-card__header {
    align-items: center;
    flex-direction: row;
    gap: 7px;
  }

  .scc-vendor-card__title {
    font-size: 14px;
  }

  .scc-vendor-card__logo {
    max-width: 65px;
    object-position: right center;
  }

  .scc-vendor-card__fits li,
  .scc-vendor-card__bestfor {
    font-size: 12px;
  }

  .scc-vendor-card__btn {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* Mobile: stack cards */
@media (max-width: 768px) {
  .scc-vendor-cards__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .scc-vendor-card__body,
  .scc-vendor-cards__grid:has(
    > .scc-vendor-card:first-child:nth-last-child(n + 4)
  ) .scc-vendor-card__body,
  .scc-vendor-cards__grid:has(
    > .scc-vendor-card:first-child:nth-last-child(5)
  ) .scc-vendor-card__body {
    padding: 18px 22px 20px;
  }

  .scc-vendor-card__header,
  .scc-vendor-cards__grid:has(
    > .scc-vendor-card:first-child:nth-last-child(n + 4)
  ) .scc-vendor-card__header {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .scc-vendor-card__title,
  .scc-vendor-cards__grid:has(
    > .scc-vendor-card:first-child:nth-last-child(5)
  ) .scc-vendor-card__title {
    font-size: 15px;
  }

  .scc-vendor-card__logo,
  .scc-vendor-cards__grid:has(
    > .scc-vendor-card:first-child:nth-last-child(n + 4)
  ) .scc-vendor-card__logo {
    max-width: 80px;
    object-position: right center;
  }

  .scc-vendor-card__fits li,
  .scc-vendor-card__bestfor,
  .scc-vendor-cards__grid:has(
    > .scc-vendor-card:first-child:nth-last-child(5)
  ) .scc-vendor-card__fits li,
  .scc-vendor-cards__grid:has(
    > .scc-vendor-card:first-child:nth-last-child(5)
  ) .scc-vendor-card__bestfor {
    font-size: 13px;
  }

  .scc-vendor-cards__grid:has(
    > .scc-vendor-card:first-child:nth-last-child(2)
  ) > .scc-vendor-card .scc-vendor-card__img {
    width: 100%;
    height: 100px;
    max-width: none;
    margin: 0;
    object-fit: contain;
  }
}

/* Vendor Support & Lifecycle Services page only: 4 cards + 3 cards */
body.term-vendor-support-services .scc-vendor-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

/* Prevent inherited flex sizing affecting the grid cards */
body.term-vendor-support-services .scc-vendor-card {
  width: 100%;
  flex: none;
}

/* Tablet: two cards per row */
@media (max-width: 1024px) and (min-width: 769px) {
  body.term-vendor-support-services .scc-vendor-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile: one card per row */
@media (max-width: 768px) {
  body.term-vendor-support-services .scc-vendor-cards__grid {
    grid-template-columns: 1fr;
  }
}