.azs__map {
    width: 100%;
    height: 600px;
}

.azs__text_wrapper {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 0.9em;
    color: var(--text-color-black);
}

#modalCommentDate {
    /*font-size: 0.8em;*/
}

.azs__title-block_wrapper {
    gap: 15px;
    margin-bottom: 15px;
}

.azs__title-block_wrapper div:nth-child(2) {
    flex-direction: column;
    justify-content: center;
}

#ModalLogo {
    object-fit: cover;
    width: 60px;
}

#modalTitle {
    margin: 0;
    font-weight: 600;
    font-size: 1.3em;

}

#modalAddress {
    font-size: 0.8em;
    color: gray;
}

.azs__remaining-fuel_list {
    flex-wrap: wrap;
    gap: 5px;
}


.azs__events_list {
    margin-top: 5px;
    gap: 12px;
    flex-direction: column;
}


.azs__events_wrapper {
    max-height: 215px;
    overflow-y: auto;
    padding: 5px;

}

#modalEventsTime {
    margin-bottom: 8px;
    font-size: 0.8em;
}

.azs__fuel-history_list {
    flex-wrap: wrap;
    gap: 5px;

}

.azs__events_list > li {
    padding: 5px;
    background-color: rgba(60, 84, 130, 0.09);
}

.azs__fuel_item {
    padding: 4px 8px;
    color: var(--text-color-black);

    border-radius: 4px;
    font-size: 13px;
}

.color__fuel-green {
    background-color: rgba(0, 128, 0, 0.42) !important;
}

.color__fuel-red {
    background-color: rgba(255, 0, 0, 0.39) !important;
}