/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 01:24:14 */
.ms-unidades {
	padding: 48px 30px;
	/*background: #f4f4f4;*/
	text-align: center;
	font-family: 'Inter', sans-serif;
}

.ms-unidades h2 {
	color: #fff !important;
	font-size: 28px;
	margin-bottom: 8px;
}

.ms-horario {
	font-weight: 600;
	margin-bottom: 0px;
}

.ms-marcas {
	max-width: 900px;
	margin: 0 auto 34px auto;
	background: #ffffff;
	border-radius: 14px;
	padding: 16px 18px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.ms-marcas-title {
	margin: 0 0 6px 0;
	font-weight: 700;
	color: #1a1a1a;
}

.ms-marcas-items {
	margin: 0;
	color: #2bb3c0;
	font-weight: 700;
}

.ms-dot {
	color: #1a1a1a;
	margin: 0 8px;
	font-weight: 900;
}

.ms-cidades {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	max-width: 900px;
	margin: 0 auto;
}

.ms-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	text-align: left;
}

.ms-card h4 {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 0 0 18px 0;
	color: #2bb3c0;
}

.ms-icone {
	margin-right: 8px;
	font-size: 20px;
}

.ms-linha {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin-bottom: 14px;
}

.ms-miniicone {
	font-size: 18px;
	line-height: 1;
	margin-top: 2px;
}

.ms-label {
	margin: 0;
	font-size: 12px;
	color: #666;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.ms-info {
	margin: 2px 0 0 0;
	font-size: 14px;
	color: #222;
	font-weight: 600;
}

.ms-botoes {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 18px;
}

.ms-btn {
	flex: 1;
	background: #2bb3c0;
	color: #fff;
	padding: 10px 14px;
	border-radius: 24px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

.ms-btn.outline {
	background: transparent;
	color: #2bb3c0;
	border: 2px solid #2bb3c0;
}

/* Ícones reais (Waze / Google Maps) */
.ms-btn-icon-img {
	width: 18px;
	height: 18px;
	display: inline-block;
	flex: 0 0 18px;
	object-fit: contain;
}

/* Garante alinhamento perfeito com ícone */
.ms-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff !important;
}

.ms-btn.outline {
	color: #2bb3c0 !important;
}

/* Anti-estilo padrão do tema (links) */
.ms-unidades a,
.ms-unidades a:hover,
.ms-unidades a:focus,
.ms-unidades a:active,
.ms-unidades a:visited {
	text-decoration: none !important;
	box-shadow: none !important;
}

/* Hover/active clean */
.ms-btn {
	transition: transform .12s ease, filter .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
	-webkit-tap-highlight-color: transparent;
}

.ms-btn:hover {
	filter: brightness(.96);
	transform: translateY(-1px);
}

.ms-btn:active {
	filter: brightness(.92);
	transform: translateY(0);
}

/* Outline hover */
.ms-btn.outline:hover {
	background: rgba(43, 179, 192, 0.08);
}

/* Foco acessível e bonito */
.ms-btn:focus-visible {
	box-shadow: 0 0 0 4px rgba(43, 179, 192, 0.28) !important;
	outline: none !important;
}