/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.ult_price_body_block {
  background: #fbfbfb !important;
}

/* Example pseudo CSS for pricing blocks */
.pricing-table {
  display: flex;
  gap: 2rem;
}
.pricing-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.pricing-card--focus {
  border: 2px solid #F39200;
  transform: translateY(-4px);
}
.pricing-card__header {
  padding: 1.5rem;
  font-weight: 700;
}
.pricing-card__body {
  padding: 1.5rem;
  background: #F39200;
  color: #ffffff;
}
.pricing-card__body.is-alt {
  background: linear-gradient(135deg,#F39200,#FFB347);
}
.pricing-card__price {
  font-size: 2rem;
  margin-bottom: .5rem;
}
.pricing-card__features li {
  margin-bottom: .35rem;
}
.pricing-card__cta {
  display: block;
  padding: .75rem 1.5rem;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
