.block-mapy-cz {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    overflow: visible;
    position: relative;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
}

.block-mapy-cz-dots {
    width: 100%;
    z-index: 10;
    text-align: center;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    background: transparent;
}

.block-mapy-cz-dots img {
    width: 100%;
    height: auto;
    display: block;
}

.block-mapy-cz .map-container {
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
}

.block-mapy-cz iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.mapy-cz-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 2px dashed #ccc;
    color: #666;
    padding: 20px;
    text-align: center;
}
