﻿.arx-container body {
    margin: 0;
    padding: 0
}

.arx-container .entry {
    margin: 0;
    padding: 26px
}

address:empty, blockquote:empty, dd:empty, div[data-arx-type=text]:empty, dt:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, li:empty, p:empty {
    position: relative;
    z-index: 1;
    min-height: 24px
}

b:empty, code:empty, em:empty, i:empty, ins:empty, span:empty, strong:empty, sub:empty, sup:empty, u:empty {
    display: inline-block;
    min-width: 1px;
    position: relative;
    min-height: 1em
}

code + code {
    margin-left: 2px
}

.arx-container table {
    empty-cells: show
}

.arx-empty-layer {
    min-height: 38px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

    .arx-empty-layer[data-arx-type=layer] {
        outline: 2px dashed rgba(0,88,251,.2)
    }

.arx-container figure > iframe, .arx-container figure > img {
    vertical-align: middle
}

.arx-container figcaption {
    display: block;
    top: 0
}

    .arx-container figcaption:empty {
        min-height: 18px
    }

[data-arx-type=embed] {
    position: relative
}

    [data-arx-type=embed]:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        z-index: 1
    }

    [data-arx-type=embed] iframe {
        display: inline-block
    }

    [data-arx-type=embed] figcaption {
        position: relative;
        top: 0;
        z-index: 2
    }

[data-arx-type], a {
    outline: 0
}

[data-arx-type=column] {
    margin-top: 0;
    outline: 2px dashed rgba(0,88,251,.2)
}

[data-arx-type].arx-block-focus {
    outline: 2px solid rgba(0,88,251,.4) !important
}

    [data-arx-type].arx-block-focus[contenteditable=true] {
        outline-offset: 2px
    }

[data-arx-type].arx-block-multiple-hover {
    outline: 2px dashed rgba(255,79,127,.4) !important
}

[data-arx-type].arx-block-multiple-focus {
    outline: 2px solid rgba(255,79,127,.4) !important
}

.arx-draggable-placeholder {
    height: 20px;
    min-width: 80px;
    outline: 3px dashed gold;
    background-color: rgba(255,215,0,.2) !important;
    margin-bottom: 20px
}

.arx-draggable-over {
    outline: 3px dashed gold !important;
    background-color: rgba(255,215,0,.4) !important
}

.arx-drag-active {
    outline: 3px dashed gold !important;
    outline-offset: 0 !important;
    position: relative;
    max-height: 40px;
    overflow: hidden;
    padding: 0
}

    .arx-drag-active:before {
        width: 100%;
        height: 100%;
        content: "";
        top: 0;
        left: 0;
        background-color: rgba(255,215,0,.4);
        position: absolute;
        z-index: 1
    }

.arx-dragging {
    opacity: .95;
    background-color: #fff;
    box-shadow: 0 15px 30px 0 15px 30px rgba(0,11,29,.3)
}

    .arx-dragging [data-re-type] {
        margin: 0
    }

.arx-grid-overlay {
    position: relative
}

    .arx-grid-overlay::before {
        position: absolute;
        top: 0;
        right: var(--arx-grid-offset-right);
        bottom: 0;
        left: var(--arx-grid-offset-left);
        margin-right: auto;
        margin-left: auto;
        width: calc(100% - var(--arx-grid-offset-right) - var(--arx-grid-offset-left));
        max-width: none;
        content: '';
        background-image: repeating-linear-gradient(to right,rgba(0,88,251,.02),rgba(0,88,251,.02) calc((100% / var(--arx-grid-columns)) - var(--arx-grid-gutter)),transparent calc((100% / var(--arx-grid-columns)) - var(--arx-grid-gutter)),transparent calc(100% / var(--arx-grid-columns)));
        background-size: calc(100% + var(--arx-grid-gutter)) 100%;
        background-position: 0;
        z-index: 2;
        pointer-events: none
    }

@media only screen and (max-width:767px) {
    .arx-grid-overlay::before {
        display: none
    }
}

.arx-plus-button, .arx-plus-button:empty {
    display: block;
    border: 2px solid rgba(0,88,251,.85);
    font-size: 12px;
    height: 28px;
    width: 28px;
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    top: 0;
    outline: 0
}

    .arx-plus-button:after, .arx-plus-button:before, .arx-plus-button:empty:after, .arx-plus-button:empty:before {
        content: "";
        display: block;
        background-color: rgba(0,88,251,.85);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .arx-plus-button:before, .arx-plus-button:empty:before {
        height: 1em;
        width: 2px
    }

    .arx-plus-button:after, .arx-plus-button:empty:after {
        height: 2px;
        width: 1em
    }

    .arx-plus-button:empty:hover, .arx-plus-button:hover {
        border-color: #0044c3
    }

        .arx-plus-button:empty:hover:after, .arx-plus-button:empty:hover:before, .arx-plus-button:hover:after, .arx-plus-button:hover:before {
            background-color: #0044c3
        }

.arx-variable {
    font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;
    background-color: rgba(178,204,253,.4);
    display: inline-block;
    border-radius: 16px;
    font-size: .85em;
    color: #000b1d;
    cursor: pointer;
    line-height: 1;
    min-height: initial;
    padding: 4px 12px;
    white-space: nowrap;
    text-transform: none;
    font-weight: 400
}

    .arx-variable.arx-block-focus, .arx-variable:hover {
        background-color: #b2ccfd;
        outline: 0 !important
    }

[data-placeholder]:empty:before {
    content: attr(data-placeholder);
    display: inline-block;
    color: rgba(0,11,29,.4);
    font-weight: 400;
    font-style: italic;
    font-size: inherit;
    cursor: text;
    max-height: 20px
}

[data-placeholder]:empty:focus:before {
    content: ""
}

.arx-placeholder:before {
    position: absolute;
    z-index: 0;
    content: attr(placeholder);
    color: rgba(0,11,29,.4);
    font-weight: 400;
    cursor: text
}
