.elementor-widget-blossom_feature_card .bfc-card{
  background:#fff;
  border:.5px solid #EDECE7;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 1px 3px rgba(0,0,0,.06);
  display:flex;
  flex-direction:column;
  position:relative;
  height:100%;
}

.elementor-widget-blossom_feature_card .bfc-badge{
  position:absolute;
  top:16px;
  left:16px;
  z-index:3;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}

.elementor-widget-blossom_feature_card .bfc-image-wrap{
  position:relative;
  height:240px;
  overflow:hidden;
}

.elementor-widget-blossom_feature_card .bfc-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.elementor-widget-blossom_feature_card .bfc-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.18), rgba(0,0,0,.02));
}

.elementor-widget-blossom_feature_card .bfc-content{
  padding:24px;
  display:flex;
  flex-direction:column;
  gap:14px;
  flex:1 1 auto;
}

.elementor-widget-blossom_feature_card .bfc-location{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  line-height:1.4;
}

.elementor-widget-blossom_feature_card .bfc-location-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:14px;
  height:14px;
  flex:0 0 14px;
}

.elementor-widget-blossom_feature_card .bfc-location-icon :where(i,svg),
.elementor-widget-blossom_feature_card .bfc-location-icon :where(svg,svg *){
  width:14px;
  height:14px;
  color:currentColor;
  fill:currentColor;
  stroke:currentColor;
}

.elementor-widget-blossom_feature_card .bfc-title{
  margin:0;
  font-size:28px;
  line-height:1.15;
  font-weight:700;
}

.elementor-widget-blossom_feature_card .bfc-desc{
  margin:0;
  font-size:15px;
  line-height:1.6;
}

.elementor-widget-blossom_feature_card .bfc-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.elementor-widget-blossom_feature_card .bfc-metrics--space-evenly{
  display:flex;
  justify-content:space-evenly;
  align-items:stretch;
  gap:10px;
}

.elementor-widget-blossom_feature_card .bfc-metrics--space-evenly .bfc-metric{
  flex:1 1 0;
}

.elementor-widget-blossom_feature_card .bfc-metric{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.elementor-widget-blossom_feature_card .bfc-metric-value{
  font-size:18px;
  font-weight:700;
  line-height:1.2;
}

.elementor-widget-blossom_feature_card .bfc-metric-label{
  font-size:12px;
  color:#6E6E73;
}

.elementor-widget-blossom_feature_card .bfc-price{
  display:flex;
  align-items:baseline;
  gap:8px;
  border-top:1px solid #EDECE7;
  padding-top:12px;
}

.elementor-widget-blossom_feature_card .bfc-footer{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.elementor-widget-blossom_feature_card .bfc-card--equal-height{
  height:100%;
}

.elementor-widget-blossom_feature_card .bfc-card--clickable{
  cursor:pointer;
}

.elementor-widget-blossom_feature_card .bfc-price-label{
  font-size:13px;
  color:#6E6E73;
}

.elementor-widget-blossom_feature_card .bfc-price-value{
  font-size:18px;
  font-weight:700;
}

.elementor-widget-blossom_feature_card .bfc-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  border:1px solid transparent;
  border-radius:8px;
  padding:10px 16px;
  transition:all .25s ease;
}

.elementor-widget-blossom_feature_card .bfc-link svg{
  width:16px;
  height:16px;
}

.elementor-widget-blossom_feature_card .bfc-link-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
}

.elementor-widget-blossom_feature_card .bfc-link-icon :where(i,svg),
.elementor-widget-blossom_feature_card .bfc-link-icon :where(svg,svg *){
  width:16px;
  height:16px;
  color:currentColor;
  fill:currentColor;
  stroke:currentColor;
}

.elementor-widget-blossom_feature_card .bfc-link--full{
  width:100%;
  justify-content:space-between;
}

.elementor-widget-blossom_feature_card .bfc-link--icon-left{
  flex-direction:row;
}

.elementor-widget-blossom_feature_card .bfc-link--disabled{
  pointer-events:none;
  opacity:.55;
}

