/* === Zach's Styles === */
.greenOutlineContent__outerWrapper{
	position: relative;
	border-radius: 1.5rem;
	padding: 2rem 4rem;
	background: linear-gradient(90deg, #b2d235 0, #11917c 100%);
}
.greenOutlineContent__outerWrapper::before{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 0;
    margin: .0625rem;
    border-radius: 1.4375rem;
    background: linear-gradient(119.62deg, #fff 56.36%, #f9fee9 104.71%);
}
.greenOutlineContent__innerWrapper{
    position: relative;
    z-index: 1;
    border-left: solid 1px var(--FC-secondary-color);
    padding-left: 2.5rem;
}



.custom__gradientBorder{
    border-bottom: solid 1px;
    border-image: linear-gradient(90deg, #b2d235 0%, #11917c 100%);
    border-image-slice: 1;
    /* background: linear-gradient(90deg, #b2d235 0%, #11917c 100%); */
    font-size: 32px;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.border__left_teal {
    border-left: solid 1px #004d4c;
    padding-left: 15px;
}
.border__left_green {
  border-left: solid 1px var(--FC-secondary-color);
  padding-left: 15px;
}






.gradientTableBGContainer{
  padding: 64px 20px !important;
  max-width: 82rem;
  margin: auto;
}
.gradientTableBGContainer .block-content-table__container{
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100% !important;
}
.gradientTableBG{
  margin-top: 32px;
  padding: 64px 96px;
  border-radius: 1.5rem;
  background: linear-gradient(90deg, #b2d235 0, #11917c 100%) !important;
  position: relative;
}
.gradientTableBG::after{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
  margin: .0625rem;
  border-radius: 1.4375rem;
  background: linear-gradient(119.62deg, #fff 56.36%, #f9fee9 104.71%);
}
.gradientTableBG table{
  position: relative;
  z-index: 10;
}
.gradientTableBG table tr, 
.gradientTableBG table td,
.gradientTableBG table th{
  background-color: transparent !important;
  border: none !important;
}



.image__roundedCorners{
  border-radius: 1.5rem;
  overflow: hidden;
}




.whySolveLeftRightBorder .col-inner{
  border-left: solid 2px var(--FC-primary-color);
  border-right: solid 2px var(--FC-primary-color);
}




.wp-block-table thead th{
  font-family: var(--FC-heading-font);
  text-transform: uppercase;
  font-size: var(--FC-font-size-12);
  padding-bottom: 16px;
  border: none;
}
.wp-block-table tr,
.wp-block-table thead,
.wp-block-table td{
  border: none;
}



.table__stripedBordered thead th{
  border: solid 1px var(--FC-primary-color);
  padding: 9px;
}
.table__stripedBordered tr,
.table__stripedBordered thead,
.table__stripedBordered td{
  border: solid 1px var(--FC-primary-color);
}
.table__stripedBordered tbody tr:nth-child(odd) {
  background-color: var(--FC-near-white);
}



.customDataLinesHeaderContainer{
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}
.customDataLinesHeaderContainer::after{
  content: '';
  background-image: url('/wp-content/uploads/2026/03/Hero-Image-Lines-scaled.png');
  position: absolute;
  pointer-events: none;
  z-index: 0;
  user-select: none;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  opacity: 75%;
}


.comingSoonTextBlog {
    padding: 25px;
    background-color: var(--FC-dark-green);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}