.cl-cms-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 28px;
    padding: 12px 24px;
    background: #f1f7fa;
    border-bottom: 1px solid #9dc2d2;
    color: #163b4b;
    font: 15px/1.5 system-ui, sans-serif;
}
.cl-cms-toggle { display: flex; align-items: center; gap: 10px; min-height: 36px; cursor: pointer; }
.cl-cms-toggle input { width: 18px; height: 18px; accent-color: #086e88; }
.cl-cms-sections { flex: 1 1 240px; min-width: 0; }
.cl-cms-sections summary { cursor: pointer; padding: 6px 0; }
.cl-cms-sections ul { list-style: none; padding: 0; margin: 8px 0 0; }
.cl-cms-sections li { border-top: 1px solid #c4d8e0; padding: 10px 0; overflow-wrap: anywhere; }
.cl-cms-sections li > span { display: block; }
.cl-cms-record { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 5px 0; }
.cl-cms-toolbar a { color: #075d74; text-decoration: underline; }
.cl-cms-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 12px;
    background: #e6f3f6;
    color: #173d4c;
    border: 1px dashed #388b9e;
    font: 14px/1.4 system-ui, sans-serif;
    text-align: left;
    scroll-margin-top: 100px;
    grid-column: 1 / -1;
}
.cl-cms-tools > span { overflow-wrap: anywhere; min-width: 0; }
.cl-cms-tools--section { padding-inline: 24px; }
.cl-cms-tools--section + section {
    outline: 1px dashed #388b9e;
    outline-offset: -1px;
}
.cl-cms-tools--item { margin-bottom: 12px; }
.cl-cms-tools .cl-cms-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid #6294a5;
    border-radius: 4px;
    color: #074e68;
    background: #fff;
    text-decoration: none;
}
.cl-cms-icon:hover { background: #ccecf1; }
.cl-cms-icon:focus-visible, .cl-cms-toolbar a:focus-visible, .cl-cms-sections summary:focus-visible { outline: 3px solid #096f9a; outline-offset: 2px; }
