.cataan-ab-test-block {
    width: 100%;
    margin-bottom: 2em;
}

.cataan-ab-test-container {
    position: relative;
    min-height: 200px;
    padding: 1em;
    margin-bottom: 1em;
    background: #fff;
    cursor: pointer;
}

.cataan-ab-test-container:empty {
    padding: 2em;
}

.container-label {
    display: none;
}

/* Editor-only styles */
.editor-styles-wrapper .container-label {
    display: block;
    margin: 0 0 1em 0;
    font-weight: bold;
    color: #666;
}

.editor-styles-wrapper .cataan-ab-test-a {
    border: 2px dashed #0073aa;
}

.editor-styles-wrapper .cataan-ab-test-b {
    border: 2px dashed #d54e21;
}

/* Make sure the block appender is visible */
.cataan-ab-test-container .block-editor-button-block-appender {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 8px 0;
}

/* Image alignment support */
.cataan-ab-test-container .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.cataan-ab-test-container .alignleft {
    float: left;
    margin-right: 1em;
}

.cataan-ab-test-container .alignright {
    float: right;
    margin-left: 1em;
}

.cataan-ab-test-container figure.aligncenter {
    text-align: center;
}

/* Clear floats */
.cataan-ab-test-container:after {
    content: "";
    display: table;
    clear: both;
}

/* Frontend visibility controls */
.cataan-core-A > .cataan-ab-test-b {
    display: none !important;
}

.cataan-core-B > .cataan-ab-test-a {
    display: none !important;
}