.o-layout__slider-container .contextual {
    padding-top: 8rem;
}

.node-unpublished {
    background-color: #fdf0f2;
}

/** Fix webform multi valued field styling */
.webform-submission-form .tabledrag-toggle-weight-wrapper {
    display: none !important;
}

.webform-multiple-table table {
    display: table;
}

.webform-submission-form a.tabledrag-handle .handle {
    height: 25px;
    width: 25px;
}

.webform-multiple-add .js-form-item {
    display: none !important;
}

/** Fix webform progress bar display */
.webform-progress .progress-step:not(:last-child)::after {
    z-index: auto;
}

.webform-progress .progress-step.is-complete .progress-marker {
    background-color: #005a9c;
}

.webform-progress .progress-step.is-complete:hover .progress-marker {
    background-color: #005a9c;
}

/** Fix chat button display styling for default width buttons. */
.c-btn--default-width.rn_ChatAvailable {
    display: inline-block !important;
}