.elementor-84457109 .elementor-element.elementor-element-b4b5ed1{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-84457109 .elementor-element.elementor-element-43e6e4e .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:600;color:var( --e-global-color-text );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-84457109 .elementor-element.elementor-element-fd3c0ae{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:400;}.elementor-84457109 .elementor-element.elementor-element-fd3c0ae p{margin-block-end:0px;}.scc-linking {
  font-family: 'Montserrat', sans-serif;
}

.scc-linking__intro {
  margin: 0 0 20px;
}

.scc-linking__heading {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  margin: 0 0 10px;
}

.scc-linking__lead {
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
  margin: 0;
  max-width: 820px;
}

.scc-linking__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.scc-linking-card {
  display: flex;
  flex-direction: column;
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-top: 4px solid #4a9e2e;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: background 0.15s, border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.scc-linking-card:hover {
  background: #fafafa;
  border-color: #c8e8b0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}

.scc-linking-card__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8f3df;
  color: #4a9e2e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.scc-linking-card__icon svg {
  width: 18px;
  height: 18px;
}

.scc-linking-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  line-height: 1.35;
  margin: 0 0 8px;
}

.scc-linking-card__desc {
  font-size: 13px;
  color: #3d3d3d;
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}

.scc-linking-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #4a9e2e;
  letter-spacing: 0.01em;
  margin-top: auto;
}

.scc-linking-card__cta-arrow {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.15s;
}

.scc-linking-card:hover .scc-linking-card__cta-arrow {
  transform: translateX(3px);
}

@media (max-width: 1024px) {
  .scc-linking__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .scc-linking__grid {
    grid-template-columns: 1fr;
  }

  .scc-linking__heading {
    font-size: 19px;
  }
}