.elementor-978 .elementor-element.elementor-element-42be148{padding:110px 0px 80px 0px;}.elementor-978 .elementor-element.elementor-element-5c01be5 .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 span{font-size:15px;color:#26D367;}.elementor-978 .elementor-element.elementor-element-b0864ae{--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-978 .elementor-element.elementor-element-2f60433 > .elementor-widget-container{margin:-64px 0px 0px 0px;}.elementor-978 .elementor-element.elementor-element-c27cd68{--display:flex;}@media(max-width:1024px){.elementor-978 .elementor-element.elementor-element-42be148{padding:80px 0px 40px 0px;}}/* Start custom CSS for wpo-feelings_pricing, class: .elementor-element-5c01be5 *//* Make all pricing boxes the same height */
.wpo-pricing-wrap .row {
  display: flex;
  flex-wrap: wrap;
}

.wpo-pricing-wrap .col {
  display: flex;
  flex-direction: column;
}

.wpo-pricing-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Ensure image and top section don't stretch */
.wpo-pricing-img,
.wpo-pricing-top {
  flex-shrink: 0;
}

/* Make bottom section fill space */
.wpo-pricing-bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Responsive: stack columns */
@media (max-width: 768px) {
  .wpo-pricing-wrap .row {
    flex-direction: column;
  }
}
/* Ensure the row behaves flexibly */
.wpo-pricing-wrap .row {
  display: flex;
  flex-wrap: wrap;
}

/* Make each column stretch full height */
.wpo-pricing-wrap .col {
  display: flex;
  flex-direction: column;
}

/* Make each pricing box stretch evenly */
.wpo-pricing-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  height: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Prevent image and header from growing */
.wpo-pricing-img,
.wpo-pricing-top {
  flex-shrink: 0;
}

/* Stretch bottom section fully */
.wpo-pricing-bottom {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Inside bottom: content + button space split */
.wpo-pricing-bottom-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Make the button same height & position across boxes */
.wpo-pricing-bottom-text a {
  margin-top: auto;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border: 1px solid #333;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
}

/* Mobile responsive stacking */
@media (max-width: 768px) {
  .wpo-pricing-wrap .row {
    flex-direction: column;
  }
}/* End custom CSS */