/* Basic layout, all colors/typo override via Elementor controls */
.sp-pricing-widget{ }
.sp-pw-title{ margin: 0 0 8px; }
.sp-pw-subtitle{ opacity:.85; margin-bottom: 24px; }

.sp-pricing-boxes{
  display:flex;
  gap:24px;
  justify-content:center;
  align-items:stretch;
  flex-wrap:wrap;
}

.sp-pricing-box{
  width: min(360px, 100%);
  border:2px solid #e5e7eb;
  border-radius:16px;
  padding:24px;
  background:#fff;
}

.sp-pricing-box.is-highlight{
  background:#fff7ed; /* changeable via control */
  border-color:#f97316;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.sp-box-title{ font-size:40px; font-weight:800; line-height:1.1; margin: 0 0 4px; }
.sp-box-subtitle{ font-size:16px; font-weight:600; margin-bottom:12px; }
.sp-divider{ width:100%; height:2px; background:#f97316; margin: 8px 0 16px; }
.sp-box-desc{ font-size:14px; line-height:1.6; }

.sp-pricing-btn-wrap{ margin-top:24px; }
.sp-pricing-btn{
  display:inline-block;
  text-decoration:none;
  background:#f97316;
  color:#fff;
  padding:14px 22px;
  border-radius:10px;
  font-weight:700;
  transition: all .2s ease;
}
.sp-pricing-btn:hover{ background:#111827; color:#fff; }

.sp-box-image{ margin-bottom:12px; }
.sp-box-image img{ max-width:64px; height:auto; display:inline-block; }
