.lessard-project-map {
    width: 100%;
    min-height: 500px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.lessard-project-infowindow {
    background: #ffffff;
    color: #222222;
    width: 220px;
    max-width: 220px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.lessard-project-infowindow__content {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}

.lessard-project-infowindow__image {
    height: 150px;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.lessard-project-infowindow__title {
    font-weight: var(--e-global-typography-2a96af0-font-weight);
    text-transform: uppercase;
	font-family: var(--e-global-typography-2a96af0-font-family), Sans-serif;
    font-size: var(--e-global-typography-2a96af0-font-size);
    font-style: var(--e-global-typography-2a96af0-font-style);
    color: var(--e-global-color-text);
	margin-bottom: 20px;
	margin-top: 0px;
}

.lessard-project-infowindow__actions {
    text-align: left;
    margin-top: 0;
    display: flex;
    align-items: stretch;
}

.lessard-project-infowindow__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #BD1B1F00;
    font-family: var(--e-global-typography-4f012b6-font-family), Sans-serif;
    font-size: var(--e-global-typography-4f012b6-font-size);
    font-weight: var(--e-global-typography-4f012b6-font-weight);
    text-transform: var(--e-global-typography-4f012b6-text-transform);
    font-style: var(--e-global-typography-4f012b6-font-style);
    letter-spacing: var(--e-global-typography-4f012b6-letter-spacing);
    fill: var(--e-global-color-text);
    color: var(--e-global-color-text);
    transition-duration: 1s;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-text);
    border-radius: 25px 25px 25px 25px;
    padding: 9px 9px 9px 9px;
}

.lessard-project-infowindow__button:hover,
.lessard-project-infowindow__button:focus {
    background-color: #9a0000;
    color: #ffffff;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 15px;
}

.gm-style .gm-style-iw-d {
    overflow: visible !important;
    max-height: none !important;
}

.gm-style .gm-style-iw-t::after {
    display: none;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    top: 5px !important;
    right: 5px !important;
    color: #ffffff !important;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    width: 24px !important;
    height: 24px !important;
}

.gm-style .gm-style-iw-c button.gm-ui-hover-effect span {
    filter: invert(1);
	margin:0px !important;
}

.gm-style-iw-chr{
	margin-bottom: -25px;
}

.lessard-project-map__debug {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 6px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    z-index: 5;
}

.lessard-project-map__debug-title {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.lessard-project-map__debug-counts {
    font-weight: 400;
}