#yandex-pvz-block { width: 100%; min-width: 0; }
#yandex-pvz-block [hidden] { display: none !important; }
.mds-yandex-view-switch button { font-family: inherit; }
.mds-yandex-view-switch button:not(.order__delivery-tab-item-tab--active):not(:hover) { background: #fff; }
.mds-yandex-view-switch button:focus-visible, .mds-yandex-map-controls button:focus-visible,
.mds-yandex-map-search-toggle:focus-visible, .mds-yandex-map-fit:focus-visible,
.mds-yandex-map-marker:focus-visible { outline: 2px solid #ad0000; outline-offset: 3px; }
.mds-yandex-status { font-size: 13px; line-height: 1.45; color: #666; margin: 0; }
.mds-yandex-status:not(.mds-yandex-status--message) {
    position: absolute; width: 1px; height: 1px; overflow: hidden;
    clip-path: inset(50%); white-space: nowrap;
}
.mds-yandex-map-wrap { position: relative; min-width: 0; }
.mds-yandex-map {
    box-sizing: border-box; width: 100%; height: 500px; min-width: 0;
    border: 1px solid #e5e5e5; border-radius: 4px; overflow: hidden; background: #f5f4f2;
}
.mds-yandex-map-loading { display: grid; place-items: center; padding: 22px; text-align: center; font-size: 14px; }
.mds-yandex-map-controls {
    position: absolute; z-index: 5; bottom: 56px; right: 12px; display: flex; flex-direction: column;
    border-radius: 8px; background: #fff; box-shadow: 0 2px 6px #0003; overflow: hidden;
}
.mds-yandex-map-controls button, .mds-yandex-map-search-toggle, .mds-yandex-map-fit {
    display: flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; padding: 0; border: 0; background: #fff; color: #454545;
    font-family: inherit; font-size: 24px; line-height: 1; cursor: pointer;
}
.mds-yandex-map-controls button + button { border-top: 1px solid #eee; }
.mds-yandex-map-search-toggle, .mds-yandex-map-fit {
    position: absolute; z-index: 5; top: 12px; border-radius: 8px; box-shadow: 0 2px 6px #0003;
}
.mds-yandex-map-search-toggle { left: 12px; }
.mds-yandex-map-fit { right: 12px; font-size: 12px; }
.mds-yandex-map-controls button:hover, .mds-yandex-map-search-toggle:hover, .mds-yandex-map-fit:hover { background: #f3f3f3; }
.mds-yandex-map-marker {
    display: flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; padding: 0; border: 2px solid #ad0000; border-radius: 50%;
    background: #fff; color: #ad0000; box-shadow: 0 1px 3px #0002;
    font: 400 13px/1 Arial, sans-serif; cursor: pointer; transform: translate(-50%, -50%);
}
.mds-yandex-map-marker--cluster { width: 34px; height: 34px; }
.mds-yandex-map-marker:hover, .mds-yandex-map-marker--selected { background: #ad0000; color: #fff; }
.mds-yandex-map-marker--selected { outline: 3px solid #ad000033; }
.mds-yandex-map-details { margin: 20px 0 0; padding: 0; list-style: none; max-height: 280px; overflow: auto; }
.mds-yandex-map-details:empty { display: none; }
.mds-yandex-map-details li + li { margin-top: 16px; }
