@font-face {
    font-family: 'nouvelr-regular';
    src: url('../fonts/nouvelr/NouvelRRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nouvelr-bold';
    src: url('../fonts/nouvelr/NouvelRBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

button.gm-ui-hover-effect {
    position: absolute!important;
    right: 0;
}

.gm-style-iw-ch {
    display: none;
}

.gm-style-iw-chr {
    position: relative;
}

.gm-style-iw.gm-style-iw-c {
    border-radius: 0;
    padding: 0;
}

.gm-style .gm-style-iw-d {
    overflow: hidden!important;
    padding: 16px;
}

.custom-popup-box {
    width: 550px;
    color: #333;
    font-family: 'nouvelr-regular';
}

.popup-header-row {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.popup-title {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    flex: 1;
}
.gm-style-iw-d {
    padding-top: 15px;
}

.popup-status-tag span {
    color: #939393;
    border: 1px solid #939393;
    padding: 3px 5px;
    border-radius: 5px;
    font-family: 'nouvelr-bold';
    letter-spacing: 0.5px;
}

.popup-status-tag {
    flex: 1;
    margin-left: 15px;
}

.popup-divider {
    border: none;
    border-top: 1px solid #EDEDED;
    margin: 16px 0;
}

.popup-details-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.details-section {
    flex: 1;
    padding: 16px;
}

.section-title p {
    font-size: 16px;
    font-weight: bold;
    color: #2d2d2d;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 18px;
    position: relative;
    max-width: fit-content;
}

.section-title p:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #EDEDED;
    width: 100%;
    bottom: -4px;
    left: 0;
}
.popup-details-container .details-section:nth-child(2) .section-title p:after {
    background-color: #d6d6d6;
}

.chargers-list, .equipment-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.charge-icon {
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
    width: 15px;
    text-align: center;
}

.status-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
}

.status-dot.green {
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-dot.red {
    line-height: 7px;
    font-weight: 600;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-dot img {
    width: 13px;
    margin-top: 3px;
}
.black-section{
    background-color: #f2f2f2;
}

.address-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.address-item{
    flex: 1;
}
.popup-address {
    font-size: 16px;
    color: #2d2d2d;
    flex: 1;
}

.popup-navigate-btn {
    width: 100%;
    background-color: #000;
    color: white;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'nouvelr-bold';
    cursor: pointer;
    transition: background-color 0.2s;
    flex: 1;
    height: 48px;
    outline: none!important;
}

.popup-navigate-btn:hover {
    background-color: #333;
}
ul.equipment-list li {
    display: flex;
    align-items: center;
    color: #2d2d2d;
}
.chargers-list li {
    display: flex;
    gap: 6px;
    margin-bottom: 3px;
}

.chargers-list li img {
    width: 25px;
}

.chargers-list li span {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
}

.chargers-list li span {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding-bottom: 2px;
}

@media (max-width: 640px) {
    .custom-popup-box {
        max-width: 100%;
    }
    .popup-header-row{
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px;
        gap: 10px;
    }
    .popup-status-tag {
        margin-left: 0;
    }
    .popup-details-container{
        flex-direction: column;
    }
    .address-container{
        flex-direction: column;
    }
    .popup-details-container .details-section:nth-child(1) {
        padding: 0 15px;
    }

}
