/* [START] SLUG =============== */
.slug_inline_viewer {
    /* margin: -10px 0 15px; */
    display: flex;
    align-items: baseline;
    gap: 5px 10px;
    flex-wrap: wrap;
    padding: 0;
}
.slug_click_to_edit {
    display: inline-block;
    color: var(--dark);
    font-size: 13px;
    overflow: hidden;
    float: left;
    line-height: 1;
    word-break: break-word;
}

.slug_connected_to_page {
    float: right;
    color: var(--black);
    order: 3;
}

.slug_connected_to_page:hover span {
    text-decoration: underline;
}

.slug_connected_to_page i {
    color: #1ab394;
}

.slug_click_to_edit:before {
    content: 'Permalink:';
    font-weight: 500;
    margin-right: 5px;
}

.slug_click_to_edit:hover {
    color: #1c1c1c;
}

.slug_click_to_edit i {
    color: #999;
}

.slug_click_to_edit span {
    text-decoration: underline;
    color: #1c1c1c;
    margin-left: 3px;
}

.slug_click_to_edit:hover i {
}

.slug_click_to_edit:hover span {
    color: #337ab7;
}

/* INPUT CLICK TO EDIT */
.click_to_edit_input {
    background: #ffffff;
    border-style: dashed;
}

.click_to_edit_input:hover {
    border-color: #fea500;
    color: initial;
}
/* [END] SLUG =============== */


/* [START] FORM + SIDEBAR ======= */
.form-with-sidebar {
    display: flex;
}


.form-with-sidebar .main-options {
    flex: 7;
    max-width: 80%;
}

.form-with-sidebar .right-options {
    flex: 2;
    padding: 15px;
    background: var(--light);
    margin: 0 -15px 0 15px;
    border: 1px solid var(--border);
    border-right: 0;
    min-width: 300px;
    order: 2;
    border-radius: var(--radius) 0 0 var(--radius);
}

.fw360-module-steps-section .right-options {
    /* margin-top: 0; */
    /* margin-bottom: -16px; */
    /* border: 1px solid var(--border); */
    /* border-right: 0; */
    /* border-top-left-radius: var(--radius); */
}

/* [END] FORM + SIDEBAR ======= */