#homerunner-pricing-slider {
	width: 100%;
	margin: 0 auto;

	font-size: 1.2rem;
	border-radius: 13px;

}

#homerunner-pricing-slider .field-wrap {
	padding: 30px; 

}

#homerunner-pricing-slider .field-wrap .field-input-wrap {
	position: relative;
}

#homerunner-pricing-slider .slider-wrap {
	padding-top: 50px; 
}

#homerunner-pricing-slider .slider-bubble {
	left: 0;
	top: -45px;
	padding: 5px;
	color: #FFF;
	display: none;
	min-width: 30px;
	font-size: 22px;
	border-radius: 5px;
	text-align: center;
	text-align: center;
	position: absolute;
	white-space: nowrap;
	background: #00AEEF;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	#homerunner-pricing-slider .field-wrap {
		display: flex;
		align-items: center;
	}

	#homerunner-pricing-slider .field-wrap label {
		min-width: 25%;
		text-align: right;
		padding-right: 20px;
	}

	#homerunner-pricing-slider .field-input-wrap {
		flex-grow: 1;
	}
}

@media screen and (max-width: 767px) {
	#homerunner-pricing-slider .field-wrap label {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}

#homerunner-pricing-slider .slider-response {

	text-align: center;
}

#homerunner-pricing-slider .slider-response .properties-count,
#homerunner-pricing-slider .slider-response .total-price {
	font-weight: bold;
	color: #4d59e3;
}

.total-price {font-size: 1.7rem!important;}

#homerunner-pricing-slider .rangeslider__fill_properties {
	background-color: #9b19f5;
}

/* Improve slider styling for better precision */
#homerunner-pricing-slider .rangeslider {
  height: 25px;
}

#homerunner-pricing-slider .rangeslider__handle {
  width: 35px;
  height: 35px;
  top: -5px;
}

/* Marks on the slider */
#homerunner-pricing-slider .slider-marks {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 10px;
  font-size: 12px;
  color: #777;
}

#homerunner-pricing-slider .slider-marks span {
  position: relative;
}

#homerunner-pricing-slider .slider-marks span:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 1px;
  height: 8px;
  background-color: #ccc;
  transform: translateX(-50%);
}

/* Tier indication */
#homerunner-pricing-slider .tier-indicator {
  font-size: 14px;
  margin-top: 5px;
  text-align: center;
  color: #555;
}

/* Style custom pricing notice */
#homerunner-pricing-slider .custom-pricing-notice {
  background-color: #f0f6ff;
  border: 1px solid #d0e0ff;
  border-radius: 8px;
  padding: 15px;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

#homerunner-pricing-slider .custom-pricing-notice p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

#homerunner-pricing-slider .custom-pricing-notice a {
  color: #4d59e3;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.2s;
}

#homerunner-pricing-slider .custom-pricing-notice a:hover {
  color: #3a45b9;
}