/* Custom CSS for SWRKS General */

.gohighlevel-lead-embed {
	padding-top: 3rem;
	padding-bottom: 3rem;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

/* Removes unnecessary bottom margin from ASL container */
.swrks-dealer-finder--asl-container .asl-cont .asl-wrapper {
	margin-bottom: 0 !important;
}

/* ASL removes button padding */
.swrks-select-dealer-btn {
	padding: 0.5rem 1rem !important;
}

/* Style change dealer button */
.swrks-dealer-finder--change-dealer {
	padding-left: 2rem;
	padding-right: 2rem;
	line-height: normal !important;
	margin-top: 0.5rem !important;
}

.swrks-dealer-finder--dealer-details {
	padding: 1rem;
	border: 1px solid #d5d7e9;
	background-color: #ecedf8;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
}

.swrks-dealer-finder--dealer-details .swrks-icon {
	width: 14px;
	height: 14px;
	color: #711112;
}

.swrks-dealer-finder--dealer-details > * {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
