@charset "utf-8";

.detail-section {}

.detail-section .builder-edit-block {
    width: calc(100% - 32px);
    max-width: none;
}

.detail-section .builder-edit-section {margin: 25px 0;}
.detail-section .builder-edit-block:before {
    display: none;
}

/* .builder-edit-block.editing:before,
.builder-edit-block:hover:before {transform:scale(1); opacity: 1;}
.builder-edit-block.editing:before {border-color: #ea4c89} */

@media screen and (max-width: 1023px) {
    .detail-section .builder-edit-block {width: 100%}
}