/* Minimal grid + card styles for Services Grid (no Elementor controls) */
.elementor-widget-rad-services-grid .elementor-widget-container {
	max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
}
.rad-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: -15px;
}
.rad-sg__col {
	flex: 25%;
	max-width: 25%;
    width: 100%;
	padding: 15px;
}
.rad-sg__card {
    height: 100%;
    width: 100%;
    border-top: 4px solid #9FD5B2;
    border-radius: 7px;
    padding: 1rem 1rem 1.2rem 1rem;
    background: #fff;
    box-shadow: none;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
article.rad-sg__card.sc--womens-imaging {
    border-color: var(--e-global-color-f580867) !important;
}
.rad-sg__card:hover {
      box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
      border-color: var(--e-global-color-accent) !important;
}
.rad-services-grid .rad-sg__card .rad-sg__title {
      font-family: "DM Sans", Sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.3em;
      color: #000000;
}
  /* .rad-sg__excerpt {
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
  } */
.rad-sg__actions {
    margin-top: 20px;
	margin-bottom: 0;
}
.rad-services-grid .rad-sg__card .rad-sg__button {
display: inline-block;
    padding: 0;
    border: none;
    font-size: 15.5px;
    font-weight: 600;
    text-decoration: underline !important;
    line-height: 1.3em;
    color: var(--e-global-color-16c299c) !important;
    text-transform: capitalize;
}
a.rad-sg__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1285px) {
    .rad-sg__col {
      flex: 33.33333333333333%;
		max-width: 33.33333333333333%;
    }
  }
  @media (max-width: 991px) {
    .rad-sg__col {
      flex: 50%;
		max-width: 50%;
    }
  }
  
  @media (max-width: 575px) {
    .rad-sg__col {
      flex: 100%;
		max-width: 100%;
    }
/*   .elementor-widget-rad-services-grid {
	  display: none !important;
  } */
  }
  