/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2025 | 13:31:21 */
/* Main container */
.ssk-property-box {
  font-family: inherit;
  font-size: 13px;
  color: #333;
}

/* Price styling */
.ssk-price-label {
  font-weight: normal;
}

.ssk-price-value {
  color: #E8A60B;
  font-weight: bold;
	font-size:16px;
}
.wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title {
/*     font-size:18px!important;
	color: #E8A60B!important;
	font-weight: bold!important; */
}

/* Property meta info */
.ssk-location,
.ssk-bed,
.ssk-type {
  display: inline-block;
  margin-top: 4px;
}

/* Highlights section title */
.ssk-highlights-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-top: 8px;
}

/* Highlights list styling */
.ssk-highlights-list {
  list-style: none;
  padding-left: 0;
  margin: 6px 0;
  line-height: normal;
}

/* Individual list item fix for mobile */
.ssk-highlights-list li {
  line-height: normal;
  margin-bottom: 3px;
  display: flex;
  align-items: flex-start;
}

/* Icon bullet styling */
.ssk-bullet-icon {
  color: #9A863F;
  font-size: 6px;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 6px;
}
