<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Edit+ grey style header */
.sq-edit-bodycopy-section .sq-grey-header-wrapper,
.sq-grey-header-wrapper,
.sq-backend-table .sq-grey-header-wrapper {
    padding: 3px;

    background: #efefef;
}

.sq-grey-header-wrapper.sq-with-bottom-border {
    border-bottom: 1px solid #ddd;
}

.sq-marked-for-deletion.sq-edit-bodycopy-section {
    border: 1px solid #ebb;
}

.sq-marked-for-deletion.sq-edit-bodycopy-section .sq-grey-header-wrapper,
.sq-marked-for-deletion div.sq-grey-header-row {
    background: #feefef;
}

div.sq-grey-header-row,
.sq-grey-header-row td,
.sq-backend-table .sq-grey-header-row td {
    padding: 7px 7px 6px;

    color: #838080;
    font-size: 0.813rem;
    line-height: 1.2em;

    background: #efefef;
    border-radius: 3px;
}

/* When changes are made to a container but haven't been saved yet */
.sq-bodycopy-container-wrapper .sq-edit-bodycopy-section.sq-container-changed {
    border-color: #96d1ff;
}

.sq-bodycopy-container-wrapper[data-readonly='true'] &gt; table {
    border: 1px dashed #cecece;
}

.sq-bodycopy-container-wrapper[data-readonly='true'] .sq-edit-bodycopy-section .sq-container_properties {
    cursor: not-allowed;
}

/* CALENDAR EVENTS EDITING */
.sq-backend-data .sq-calendar-date-table tr,
.sq-backend-data .sq-calendar-date-table tr:nth-child(even) {
    background: none;
}

.sq-backend-data .sq-calendar-date-table td {
    padding: 0 0 6px;

    vertical-align: middle;
}

</pre></body></html>