.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-54244 .elementor-element.elementor-element-9aaf62a{padding:20px 20px 20px 20px;text-align:center;}/* Start custom CSS */p.wpneo-short-description{
    display: none;
}
/* Apply Albert Sans to all wpneo blocks */
.wpneo-funding-data,
.wpneo-funding-data * ,
.wpneo-listings,
.wpneo-listings * {
  font-family: 'Albert', sans-serif !important;
}

/* Keep the same full-width, stacked layout */
.wpneo-funding-data{
  display:flex;
  flex-direction:column;
  width:100%;
  border:1px solid #eee;
  border-radius:8px;
  overflow:hidden;
}

.wpneo-funding-data > div{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  width:100%;
  padding:12px 16px;
  border-bottom:1px solid #eee;
}
.wpneo-funding-data > div:last-child{ border-bottom:0; }

.wpneo-funding-data .woocommerce-Price-amount.amount{
  display:block;
  font-size:16px;
  font-weight:700;
  line-height:1.4;
  color:#111;
  margin-bottom:2px;
  width:100%;
}

.wpneo-funding-data .wpneo-time-remaining .wpneo-meta-desc{
  font-size:16px;
  font-weight:700;
  color:#111;
  margin-bottom:2px;
  width:100%;
}

.wpneo-funding-data .wpneo-meta-name{
  font-size:13px;
  color:#555;
  text-transform:uppercase;
  letter-spacing:0.5px;
  width:100%;
}

.wpneo-funding-data .float-left{ float:none!important; }/* End custom CSS */