.acf-map {
width: 100%;
height: 500px;    
}
.info-window {
text-align: center;
font-family: Arial, sans-serif;
line-height: 1.5;
padding: 30px; border: 1px solid #ccc;
border-radius: 12px; background-color: #f9f9f9; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); max-width: 500px; margin: auto;
word-wrap: break-word; }
.info-window .dealer-name {
margin: 20px 0;
font-size: 22px; font-weight: bold;
color: #333;
}
.info-window p {
margin: 12px 0; font-size: 16px; color: #555;
}
.info-window a {
color: #007bff; text-decoration: none;
}
.info-window a:hover {
text-decoration: underline; }
.info-window .brand-logos {
display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 20px; }
.info-window .brand-logos .logo-item {
max-width: 100px; flex: 1 1 auto; display: flex; justify-content: center;
align-items: center;
}
.info-window .brand-logos .logo-item img {
max-width: 100%; height: auto; }
.info-window .brand-logos .logo-item img[alt="peugeot"] {
max-width: 60px; }
.info-window .brand-logos .logo-item img[alt="opel"] {
max-width: 60px; }
.info-window .dealer-cta {
margin-top: 25px; display: flex;
justify-content: center;
gap: 20px; }
.info-window .cta-button {
display: flex; justify-content: center; align-items: center; padding: 15px; border: 1px solid #000; border-radius: 30px; background-color: #fff;
color: #007bff;
text-decoration: none;
font-size: 16px; transition: all 0.3s ease; text-align: center;
width: 70px; height: 70px; }
.info-window .cta-button:hover {
background-color: #007bff;
color: #fff;
transform: translateY(-3px); }
.info-window .cta-button img {
width: 28px; height: auto; margin: 0; }
.info-window .brand-logo .ds-automobiles img {
max-width: 180px; }
.info-window .brand-logo .citroen img {
max-width: 180px; }
.brand-logos-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
}
.brand-logo-wrapper {
text-align: center;
cursor: pointer;
transition: transform 0.3s ease;
}
.brand-logo-wrapper:hover {
transform: scale(1.1);
}
.brand-logo-img {
width: 100px;
height: auto;
display: block;
margin: 0 auto 10px;
border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.brand-logo-name {
font-size: 14px;
font-weight: bold;
color: #333;
}
.brand-container {
display: flex;
flex-direction: column; align-items: center; margin: 0 auto;
padding: 20px;
max-width: 1200px;
}
.brand-container h1.text-center {
font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 30px; color: #333; }
#filter-form {
display: flex;
flex-direction: row; gap: 30px; justify-content: center; align-items: flex-start; margin-bottom: 20px;
width: 100%; flex-wrap: wrap; }
.filter-sections {
display: flex;
gap: 30px; justify-content: center; flex-wrap: wrap; }
.filter-section {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px; flex: 1; max-width: 300px; text-align: center; }
.filter-section label {
font-size: 16px;
font-weight: bold;
color: #555;
margin-bottom: 10px; }
.filter-brand {
display: flex;
flex-wrap: nowrap; gap: 10px; justify-content: flex-start; overflow-x: auto; padding: 10px;
border: 1px solid #ddd;
border-radius: 10px;
background-color: #f9f9f9;
white-space: nowrap; }
.filter-brand .brand-logo {
cursor: pointer;
display: inline-block;
width: 60px; height: 60px;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
flex: 0 0 auto; }
.filter-brand .brand-logo:nth-of-type(1) img{
border: 2px solid red;
scale: 1.5;
}
.filter-brand .brand-logo:nth-of-type(2) img{
scale: 1.5;
}
.filter-brand .brand-logo img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
padding: 2px;
}
.filter-brand .brand-logo:hover {
transform: scale(1.1);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
#filter-charging-stations {
font-size: 14px;
padding: 8px;
border-radius: 5px;
border: 1px solid #ccc;
background-color: #fff;
color: #333;
width: 200px; }
.find-my-location-button {
padding: 10px;
margin: 10px;
background-color: #007bff;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: background-color 0.3s ease, transform 0.3s ease; }
.find-my-location-button:hover {
background-color: #0056b3; transform: scale(1.05); }
.find-my-location-button:active {
background-color: #004085; transform: scale(0.95); }  @media screen and (max-width: 576px) {
.brand-container {
padding: 10px;
}
#filter-form {
flex-direction: column; gap: 20px;
}
.filter-brand {
justify-content: center; gap: 8px; padding: 5px; }
.filter-brand .brand-logo {
width: 50px; height: 50px;
}
.filter-section {
max-width: 100%; }
#filter-charging-stations {
width: 100%; }
.info-window {
padding: 20px; font-size: 14px; }
.find-my-location-button {
width: 40px; height: 40px; border-radius: 50%; font-size: 12px; margin: 5px; position: absolute;
top: 10px; right: 10px; z-index: 999; }
} @media screen and (max-width: 768px) {
#filter-form {
flex-direction: column; align-items: center;
gap: 25px; }
.filter-brand {
gap: 10px; padding: 10px; }
.filter-brand .brand-logo {
width: 60px; height: 60px;
}
.info-window {
max-width: 400px; }
.find-my-location-button {
width: 40px; height: 40px; border-radius: 50%; font-size: 12px; margin: 5px; position: absolute;
top: 10px; right: 10px; z-index: 999; }
} @media screen and (max-width: 992px) {
.brand-container {
padding: 15px;
}
#filter-form {
gap: 30px; }
.filter-brand {
justify-content: flex-start; gap: 15px;
}
.filter-brand .brand-logo {
width: 60px; height: 60px;
}
} @media screen and (min-width: 1200px) {
.brand-container {
max-width: 1400px; }
.filter-brand {
gap: 20px; }
.filter-brand .brand-logo {
width: 60px; height: 60px;
}
}