.yandex-map-cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: left;
    min-width: 180px;
    max-width: 230px;
    padding: 7px;
    
    position: relative;
    /* border: 1px solid blue; */
    
    background: #fff;
    
    border-radius: 2px;
}

.yandex-map-cards-wrapper .title {
    margin-bottom: 14px;
    margin-top: 4px;

    font-size: 14px;
}

.yandex-map-cards-wrapper .address {
    margin-bottom: 4px;
}

.yandex-map-cards-wrapper .hours {
    margin-bottom: 14px;
}




.ymaps-shadows-pane {
    display: none !important;
    opacity: 0 !important;
}

.yandex-map-cards-wrapper .close {
    display: block;
}