/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2026 | 20:02:38 */
#wio-dealer-locator {
	margin-bottom: 100px;
}

.btn-gps {
	font-size: 2rem;
}

.dl-or {
	margin: 15px 0;	
	font-size: 1.5rem;
}

.dl-input-wrap {
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.dl-input,
.dl-select {
	padding: 2px 3px;
	border: 1px solid #000;
	border-radius: 3px;
}

.btn-search {
	background: #007bff;
    color: white;
    border: none;
	margin-bottom: 15px;
    padding: 8px 18px;
    font-size: 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
  
    &:hover {
      background: #0056b3;
      transform: translateY(-2px);
    }
  
    &:active {
      transform: translateY(0);
    }
}

.error {
	/* margin-top: 10px; */
    font-size: 1.2rem;
}

.dealer-card {
	margin-bottom: 50px;
    padding-bottom: 10px;
}

.dl-results-title {
	margin-bottom: 30px;
	font-size: 1.5rem;
}

.success,
.dealer-rank,
.dealer-rank-badge,
.dealer-dist-label,
.dealer-nearest-tag,
.dealer-address,
.dealer-meta,
.dealer-actions {
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.dealer-name {
	font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #7cc5d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.dealer-pref {
	font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.dealer-name {
	font-weight: bold;
}

.dealer-pref {
	display: block;
}

.dealer-actions {
	margin-bottom: 10px;
}

.dealer-actions a {
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #0000cd;
}

.dl-contact-box {
	margin-bottom: 30px;
}

.dl-contact-text {
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.dl-contact-box a {
	margin-bottom: 10px;
	font-size: 1.5rem;
	color: #0000cd;
}