/*
.claro-details {
  background-color: #eef1fc;
}
.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-link {
  background-color: #eef1fc;
}

@media (min-width: 77.5rem) {
  .lpb-layout > .row {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .lpb-layout .row .col-sm-12 {
    width: 100%;
  }
  .lpb-layout .row .col-sm-8 {
    width: 66%;
  }
  .lpb-layout .row .col-sm-6 {
    width: 49%;
  }
  .lpb-layout .row .col-sm-4 {
    width: 32%;
  }
  .lpb-layout .row .col-sm-4 {
    width: 32%;
  }

  .lpb-layout .row .col-sm-6.col-lg-3 {
    width: 23.5%;
  }
}
.lpb-layout {
  background: #f7f7f7;
  border: 1px solid #ddd;
}
.lpb-layout .js-lpb-component {
  background-color: #fff;
  border: 1px dotted lightgrey;
  margin: 1px 0;
}
.lpb-layout .js-lpb-region {
  background-color: #fff;
}
.lpb-layout .js-lpb-component figure {
  margin: 0;
}
*/

.vertical-tabs__menu {
  width: 14em;
}
.vertical-tabs .vertical-tabs__panes {
  margin-left: 14em;
}

.gin--dark-mode .ck .ck-insert-table-dropdown__label,
.gin--dark-mode .ck.ck-button,
.gin--dark-mode .ck.ck-button__label {
  color: var(--colorGinText);
}


.gin--dark-mode .ck.ck-splitbutton.ck-splitbutton_open>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover),
.gin--dark-mode .ck.ck-splitbutton:hover>.ck-button:not(.ck-on):not(.ck-disabled):not(:hover),
.gin--dark-mode .ck.ck-button:hover,
.gin--dark-mode .ck.ck-button__label:hover,
.gin--dark-mode .ck.ck-button:not(.ck-disabled):hover,
.gin--dark-mode a.ck.ck-button:not(.ck-disabled):hover {
  background: var(--colorGinItemHover);
  border: 1px solid var(--colorGinLayer2Border);
}

.gin--dark-mode .ck.ck-dropdown__panel,
.gin--dark-mode .ck.ck-list,
.gin--dark-mode .ck.ck-button.ck-on,
.gin--dark-mode a.ck.ck-button.ck-on,
.gin--dark-mode .ck.ck-button.ck-on:not(.ck-disabled):hover,
.gin--dark-mode a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.gin--dark-mode .ck.ck-button.ck-on:not(.ck-disabled):focus,
.gin--dark-mode a.ck.ck-button.ck-on:not(.ck-disabled):focus,
.gin--dark-mode .ck.ck-button.ck-on:not(.ck-disabled):active,
.gin--dark-mode a.ck.ck-button.ck-on:not(.ck-disabled):active,
.gin--dark-mode .ck.ck-button.ck-on:not(.ck-disabled):active:hover,
.gin--dark-mode a.ck.ck-button.ck-on:not(.ck-disabled):active:hover {
  background: var(--colorGinAppBackground);
  border: 1px solid var(--colorGinLayer2Background);
}
.gin--dark-mode .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background: var(--colorGinItemHover);
}

.gin--dark-mode .ck-reset_all :not(.ck-reset_all-excluded *),
.gin--dark-mode .ck.ck-reset_all,
.gin--dark-mode .ck.ck-icon :not([fill]) {
  fill: var(--colorGinText);
}
.gin--dark-mode .ck.ck-toolbar,
.gin--dark-mode .ck.ck-editor__main>.ck-editor__editable {
  background: var(--colorGinLayer2Background);
}
.ck-content .table table th {
  background: #bec8d4!important;
}
table th:first-child {
  border-top-left-radius: 0!important;
  border-bottom-left-radius: 0!important;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}
.cke_editable table,
.ck-editor__editable table {
  width: 100%;
}
