/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/floorplan/style.css ***!
  \*****************************************************************************************************************************************************************************/
.wp-block-p7-floorplan,.floorplan-block{
    width: 100% !important;
    max-width: 100% !important;
}
.floorplan-image-wrapper {
    overflow: hidden;
    width: 100%;
}
.floorplan-image {
    display: block;
    width: 100%;
    height: auto;
    transform-origin: center center;
    cursor: grab;
}
.floorplan-preview-image {
    width: 100%;
    display: block;
}
.floorplan-actions {
    margin-top: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 30px auto;
    gap: 8px;
}
.floorplan-actions button {
    margin: 0;
    padding: 6px 10px;
    line-height: 20px;
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    border: 1px solid #0067B1;
    font-size: 14px !important;
    box-shadow: none !important;
    font-weight: bold;
}
.floorplan-actions button svg {
    max-width: 16px;
    min-width: 16px;
    fill: #0067B1;
}
.floorplan-actions button.zoom-toggle {
    color: #fff !important;
    background-color: #0067B1 !important;
    padding: 6px 60px;
    border-color: #0067B1 !important;
}
.floorplan-actions button[disabled],
.floorplan-actions button.is-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
#floorplan-share-popup {
    width: 100%;
    max-width: 470px;
}
ul.floorplan-share-list
 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
ul.floorplan-share-list li a {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-size: 1rem !important;
    background-color: #000;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
}
ul.floorplan-share-list svg{
    max-width: 25px;
    min-width: 25px;
    fill: #fff;
}

/*# sourceMappingURL=style-index.css.map*/