/* SQD notebook presentation adopted and scoped by VC Pages; native SQD CSS disabled only on this template. */
/* SQD Core — experiência de estudo em Meus Cadernos (CBX Bookmark) */
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .cbxbookmark-category-list-item-sublist{
    display: grid;
    gap: 14px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .cbxbookmark-category-list-item-sublist > li,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .cbxbookmark-category-list-item-sublist > li::before{
    list-style: none !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .cbxbookmark-category-list-item-sublist > li::before{
    display: none !important;
    content: none !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .cbxwpbookmark-mylist-item{
    position: relative;
    display: block !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: opacity .18s ease, transform .18s ease;
}

/* O link numérico original do CBX é substituído pelo título acessível do card. */
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .cbxwpbookmark-mylist-item > a:first-child{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-question-summary{
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 18px 20px;
    border: 1px solid #dfe7ee;
    border-radius: 14px;
    background: #fff;
    color: #344454;
    box-shadow: 0 2px 8px rgba(20, 49, 73, .055);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-question-summary:hover{
    border-color: #cbd9e4;
    box-shadow: 0 7px 20px rgba(20, 49, 73, .09);
    transform: translateY(-1px);
}

html body.vcp-template-notebooks .sqd-notebook-question-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e6edf2;
}

html body.vcp-template-notebooks .sqd-notebook-question-title{
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    min-width: 0;
    color: #075e98 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none !important;
}

html body.vcp-template-notebooks .sqd-notebook-question-title strong{
    color: #064f82;
    font-size: 17px;
    font-weight: 750;
}

html body.vcp-template-notebooks .sqd-notebook-question-title:hover,
html body.vcp-template-notebooks .sqd-notebook-question-title:focus-visible{
    color: #008cdf !important;
}

html body.vcp-template-notebooks .sqd-notebook-question-actions{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
}

html body.vcp-template-notebooks .sqd-notebook-question-open,
html body.vcp-template-notebooks .sqd-notebook-question-remove{
    display: inline-flex;
    min-height: 38px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 11px;
    border-radius: 9px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

html body.vcp-template-notebooks .sqd-notebook-question-open{
    border: 1px solid #cfe2ef;
    background: #edf7fd;
    color: #066b9f !important;
    text-decoration: none !important;
}

html body.vcp-template-notebooks .sqd-notebook-question-open:hover,
html body.vcp-template-notebooks .sqd-notebook-question-open:focus-visible{
    border-color: #89c7e9;
    background: #e1f3fd;
    color: #005a8d !important;
}

html body.vcp-template-notebooks .sqd-notebook-question-remove{
    border: 1px solid transparent;
    background: transparent;
    color: #6e7e8b;
}

html body.vcp-template-notebooks .sqd-notebook-question-remove:hover,
html body.vcp-template-notebooks .sqd-notebook-question-remove:focus-visible{
    border-color: #f2c9c9;
    background: #fff2f2;
    color: #b53636;
}

html body.vcp-template-notebooks .sqd-notebook-question-open:active,
html body.vcp-template-notebooks .sqd-notebook-question-remove:active{
    transform: translateY(1px);
}

html body.vcp-template-notebooks .sqd-notebook-question-open svg,
html body.vcp-template-notebooks .sqd-notebook-question-remove svg{
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
}

html body.vcp-template-notebooks .sqd-notebook-question-remove[disabled]{
    opacity: .58;
    cursor: wait;
}

html body.vcp-template-notebooks .sqd-notebook-question-taxonomy{
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 7px;
    margin-top: 14px;
    line-height: 1.38;
}

html body.vcp-template-notebooks .sqd-notebook-question-taxonomy strong{
    color: #163f61;
    font-size: 14px;
    font-weight: 750;
}

html body.vcp-template-notebooks .sqd-notebook-question-taxonomy > span{
    color: #8a99a5;
    font-size: 13px;
}

html body.vcp-template-notebooks .sqd-notebook-question-taxonomy em{
    min-width: 0;
    color: #40586a;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

html body.vcp-template-notebooks .sqd-notebook-question-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

html body.vcp-template-notebooks .sqd-notebook-question-meta > span{
    display: inline-flex;
    min-height: 25px;
    box-sizing: border-box;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border: 1px solid #dce6ed;
    border-radius: 999px;
    background: #f8fafc;
    color: #526474;
    font-size: 12px;
    line-height: 1.25;
}

html body.vcp-template-notebooks .sqd-notebook-question-meta small{
    color: #7a8995;
    font-size: inherit;
    font-weight: 650;
}

html body.vcp-template-notebooks .sqd-notebook-question-meta small::after{
    content: ":";
}

html body.vcp-template-notebooks .sqd-notebook-question-meta b{
    color: #455a69;
    font-size: inherit;
    font-weight: 650;
}

html body.vcp-template-notebooks .sqd-notebook-question-preview{
    display: -webkit-box;
    overflow: hidden;
    margin: 11px 0 0;
    color: #526474;
    font-size: 14px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Cabeçalho nativo dos cadernos: título, quantidade, privacidade e ações. */
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category{
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr) auto auto;
    grid-template-rows: auto auto;
    column-gap: 8px;
    row-gap: 2px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 16px !important;
    padding: 15px 16px 16px !important;
    border: 1px solid #dce5ec !important;
    border-radius: 14px;
    background: #fff !important;
    box-shadow: 0 2px 9px rgba(20, 49, 73, .045);
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-toggle{
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-title{
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    align-self: end;
    overflow: hidden;
    color: #075e98 !important;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.3;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-title:hover,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-title:focus-visible{
    color: #008cdf !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-meta{
    grid-column: 2;
    grid-row: 2;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
    color: #6f7f8c;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 550;
    line-height: 1.35;
}

html body.vcp-template-notebooks .sqd-notebook-category-meta-separator{
    color: #a0adb6;
}

html body.vcp-template-notebooks .sqd-notebook-category-loading-label{
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    color: #0874aa;
    font-weight: 650;
    white-space: nowrap;
}

html body.vcp-template-notebooks .sqd-notebook-category-loading-label > i{
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    flex: 0 0 auto;
    border: 2px solid rgba(8, 116, 170, .22);
    border-top-color: currentColor;
    border-radius: 999px;
    animation: sqd-notebook-spin .7s linear infinite;
}

html body.vcp-template-notebooks .sqd-notebook-category-privacy{
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

html body.vcp-template-notebooks .sqd-notebook-category-privacy::before{
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #8193a0;
    content: "";
}

html body.vcp-template-notebooks .sqd-notebook-category-privacy.is-public::before{
    background: #2b9c68;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action{
    display: inline-flex !important;
    min-height: 38px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 6px;
    align-self: center;
    padding: 7px 10px !important;
    border: 1px solid #dbe5ec !important;
    border-radius: 9px;
    background: #f8fafc !important;
    color: #526675 !important;
    font-family: inherit;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action.is-edit{
    grid-column: 3;
    grid-row: 1 / 3;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action.is-delete{
    grid-column: 4;
    grid-row: 1 / 3;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action:hover,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action:focus-visible{
    border-color: #bcd3e2 !important;
    background: #eef6fb !important;
    color: #086b9e !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action.is-delete:hover,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action.is-delete:focus-visible{
    border-color: #efc5c5 !important;
    background: #fff3f3 !important;
    color: #b53636 !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action .cbx-icon,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action svg{
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action-text{
    white-space: nowrap;
}

/*
 * Formulário nativo do CBX para alterar o nome. O mesmo elemento é movido via
 * JS para logo abaixo do cabeçalho, antes das questões do caderno.
 */
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-rename-panel{
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    box-sizing: border-box;
    margin: 13px 0 0 !important;
    padding: 13px !important;
    border: 1px solid #d8e6ef;
    border-radius: 11px;
    background: #f5f9fc;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-rename-panel.is-open{
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto auto;
    align-items: center;
    gap: 9px;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbmedit-catname-edit{
    width: 100%;
    min-width: 0;
    min-height: 42px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 9px 12px !important;
    border: 1px solid #cbdbe6 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #243b4b !important;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.35;
    outline: none;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbmedit-catname-edit:focus{
    border-color: #2496d2 !important;
    box-shadow: 0 0 0 3px rgba(36, 150, 210, .14) !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-btn{
    display: inline-flex;
    min-height: 42px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 9px 14px !important;
    border-radius: 8px !important;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-save{
    border: 1px solid #087fbe !important;
    background: #078fd5 !important;
    color: #fff !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-save:hover,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-save:focus-visible{
    border-color: #056da4 !important;
    background: #0579b7 !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-close{
    width: 42px;
    min-width: 42px;
    padding: 8px !important;
    border: 1px solid #d3e0e8 !important;
    background: #fff !important;
    color: #5f7382 !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-close:hover,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-close:focus-visible{
    border-color: #b8cbd7 !important;
    background: #edf4f8 !important;
    color: #31566d !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-close svg{
    width: 17px;
    height: 17px;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxwpbkmark-clearfix{
    display: none !important;
}

/* Sublistas e formulários do CBX ocupam toda a largura abaixo do cabeçalho. */
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > :not(.sqd-notebook-category-toggle):not(.sqd-notebook-category-title):not(.sqd-notebook-category-meta):not(.sqd-notebook-category-action){
    grid-column: 1 / -1;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .cbxbookmark-category-list-item-sublist,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .cbxbookmark-category-list-item-sublist-a-more{
    grid-row: 4;
    width: 100%;
    box-sizing: border-box;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e6edf2;
}

/* Botão discreto, acrescentado via JS, para recolher e expandir cada caderno. */
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-toggle{
    display: inline-flex;
    width: 31px;
    height: 31px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: #657988;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-toggle:hover,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-toggle:focus-visible{
    border-color: #d7e3eb;
    background: #f1f7fb;
    color: #086b9e;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-toggle svg{
    width: 18px;
    height: 18px;
    transition: transform .18s ease;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category.is-expanded > .sqd-notebook-category-toggle svg{
    transform: rotate(90deg);
}

/*
 * O CBX faz o primeiro carregamento do conteúdo por AJAX e pode finalizar a
 * inserção com display:none inline. A regra explícita do estado expandido
 * garante que o mesmo primeiro clique que carrega o caderno também o exiba.
 */
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category.is-expanded > .cbxbookmark-category-list-item-sublist{
    display: grid !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category.is-expanded > .cbxbookmark-category-list-item-sublist-a-more{
    display: block !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category.is-collapsed > .cbxbookmark-category-list-item-sublist,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category.is-collapsed > .cbxbookmark-category-list-item-sublist-a-more{
    display: none !important;
}

html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category.is-loading > .sqd-notebook-category-toggle svg{
    animation: sqd-notebook-pulse .75s ease-in-out infinite alternate;
}

html body.vcp-template-notebooks .sqd-notebook-empty{
    padding: 18px 16px !important;
    border: 1px dashed #cad8e2 !important;
    border-radius: 12px;
    background: #f8fafc !important;
    color: #71818e;
    font-size: 14px;
    text-align: center;
}

html body.vcp-template-notebooks .cbxwpbookmark-mylist-item.is-removing{
    opacity: 0;
    transform: scale(.985);
}

html body.vcp-template-notebooks .cbxwpbookmark-mylist-item.is-restored .sqd-notebook-question-summary{
    animation: sqd-notebook-restored .7s ease;
}

html body.vcp-template-notebooks .sqd-notebook-toast{
    position: fixed;
    z-index: 999999;
    right: 22px;
    bottom: 22px;
    display: flex;
    max-width: min(420px, calc(100vw - 32px));
    min-height: 52px;
    box-sizing: border-box;
    align-items: center;
    gap: 13px;
    padding: 11px 12px 11px 16px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: #18384e;
    color: #fff;
    box-shadow: 0 14px 36px rgba(8, 29, 44, .28);
    font-size: 14px;
    line-height: 1.35;
    animation: sqd-notebook-toast-in .2s ease both;
}

html body.vcp-template-notebooks .sqd-notebook-toast > span{
    flex: 1 1 auto;
}

html body.vcp-template-notebooks .sqd-notebook-toast button{
    min-height: 34px;
    padding: 6px 10px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #075e98;
    font-family: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

html body.vcp-template-notebooks .sqd-notebook-toast button[disabled]{
    opacity: .7;
    cursor: wait;
}

html body.vcp-template-notebooks .sqd-notebook-toast.is-error{
    background: #752f35;
}

@keyframes sqd-notebook-toast-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes sqd-notebook-restored {
    0% { box-shadow: 0 0 0 3px rgba(0, 147, 221, .22); }
    100% { box-shadow: 0 2px 8px rgba(20, 49, 73, .055); }
}

@keyframes sqd-notebook-pulse {
    from { opacity: .35; }
    to { opacity: 1; }
}

@keyframes sqd-notebook-spin {
    to { transform: rotate(360deg); }
}

/* Modo escuro do SQD. */
html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-summary,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-summary{
    border-color: #334b5d;
    background: #1d2f3d;
    color: #d9e4ec;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-summary:hover,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-summary:hover{
    border-color: #48657a;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .25);
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-header,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-header{
    border-bottom-color: #334b5d;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-title,
html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-title strong,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-title,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-title strong{
    color: #8fd7ff !important;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-open,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-open{
    border-color: #315a72;
    background: #183c52;
    color: #a9e0ff !important;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-remove,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-remove{
    color: #b9c7d1;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-remove:hover,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-remove:hover{
    border-color: #774a4a;
    background: #472d31;
    color: #ffb7b7;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-taxonomy strong,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-taxonomy strong{
    color: #edf6fc;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-taxonomy em,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-taxonomy em,
html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-preview,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-preview{
    color: #b7c7d3;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-meta > span,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-meta > span{
    border-color: #3b5365;
    background: #243a4a;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-meta small,
html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-question-meta b,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-meta small,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-question-meta b{
    color: #c1d0da;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category{
    border-color: #334b5d !important;
    background: #1d2f3d !important;
    box-shadow: 0 2px 9px rgba(0, 0, 0, .16);
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-title,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-title{
    color: #8fd7ff !important;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-meta,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-meta{
    color: #aebfca;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category-loading-label,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category-loading-label{
    color: #8fd7ff;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-action,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-action{
    border-color: #3b5365 !important;
    background: #243a4a !important;
    color: #c5d3dc !important;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-action:hover,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-action:hover{
    border-color: #527087 !important;
    background: #2a4354 !important;
    color: #9bdbff !important;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-action.is-delete:hover,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-action.is-delete:hover{
    border-color: #774a4a !important;
    background: #472d31 !important;
    color: #ffb7b7 !important;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category > .cbxbookmark-category-list-item-sublist,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category > .cbxbookmark-category-list-item-sublist,
html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category > .cbxbookmark-category-list-item-sublist-a-more,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category > .cbxbookmark-category-list-item-sublist-a-more{
    border-top-color: #334b5d;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category-toggle,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category-toggle{
    color: #b1c2ce;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-rename-panel,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category > .sqd-notebook-category-rename-panel{
    border-color: #344d5f;
    background: #1d3140;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category-rename-panel .cbxbmedit-catname-edit,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category-rename-panel .cbxbmedit-catname-edit{
    border-color: #3b5669 !important;
    background: #172a38 !important;
    color: #e4eef4 !important;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category-rename-panel .cbxbookmark-cat-close,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category-rename-panel .cbxbookmark-cat-close{
    border-color: #40596a !important;
    background: #243b4b !important;
    color: #bed0db !important;
}

html body.vcp-template-notebooks .sqd-theme-dark .sqd-notebook-category-toggle:hover,
html body.vcp-template-notebooks body.sqd-theme-dark .sqd-notebook-category-toggle:hover{
    border-color: #3b5365;
    background: #243a4a;
    color: #8fd7ff;
}

@media  (max-width: 720px) {
    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category{
        grid-template-columns: 36px minmax(0, 1fr) auto auto;
        grid-template-rows: auto auto auto auto;
        padding: 13px 13px 14px !important;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-toggle{
        grid-column: 1;
        grid-row: 1 / 3;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-title{
        grid-column: 2 / -1;
        grid-row: 1;
        padding-right: 2px;
        font-size: 16px;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-meta{
        grid-column: 2 / -1;
        grid-row: 2;
        flex-wrap: wrap;
    }

    html body.vcp-template-notebooks .sqd-notebook-category-loading-label{
        flex-basis: auto;
        white-space: normal;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action.is-edit{
        grid-column: 2;
        grid-row: 3;
        justify-self: start;
        margin-top: 9px;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-action.is-delete{
        grid-column: 3 / 5;
        grid-row: 3;
        justify-self: start;
        margin-top: 9px;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-rename-panel{
        grid-row: 4;
        margin-top: 11px !important;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .sqd-notebook-category-rename-panel.is-open{
        grid-template-columns: minmax(0, 1fr) auto;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbmedit-catname-edit{
        grid-column: 1 / -1;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-save{
        grid-column: 1;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-rename-panel .cbxbookmark-cat-close{
        grid-column: 2;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .cbxbookmark-category-list-item-sublist,
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category > .cbxbookmark-category-list-item-sublist-a-more{
        grid-row: 5;
        margin-top: 13px;
        padding-top: 13px;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .cbxbookmark-category-list-item-sublist{
        gap: 11px;
        margin-top: 11px;
    }

    html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-question-summary{
        padding: 15px;
        border-radius: 12px;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-header{
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 11px;
        padding-bottom: 12px;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-title{
        min-height: 38px;
        align-items: center;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-actions{
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-open,
html body.vcp-template-notebooks .sqd-notebook-question-remove{
        min-height: 44px;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-taxonomy{
        display: grid;
        grid-template-columns: 1fr;
        gap: 2px;
        margin-top: 12px;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-taxonomy > span{
        display: none;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-taxonomy strong,
html body.vcp-template-notebooks .sqd-notebook-question-taxonomy em{
        font-size: 14px;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-preview{
        font-size: 13.5px;
        -webkit-line-clamp: 3;
    }

    html body.vcp-template-notebooks .sqd-notebook-toast{
        right: 16px;
        bottom: 16px;
        left: 16px;
        max-width: none;
    }
}

@media  (max-width: 420px) {
    html body.vcp-template-notebooks .sqd-notebook-question-actions{
        grid-template-columns: 1fr 1fr;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-open,
html body.vcp-template-notebooks .sqd-notebook-question-remove{
        padding-right: 8px;
        padding-left: 8px;
    }

    html body.vcp-template-notebooks .sqd-notebook-question-meta > span{
        font-size: 11.5px;
    }
}

/* O rótulo acessível original do CBX não deve duplicar o texto visível novo. */
html body.vcp-template-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category-action > .sr-only{
    display: none !important;
}
/* Page and sidebar layout. Native CBX category children remain together. */
html.vcp-notebooks-document{width:auto;min-width:0;background:#fff}
html body.vcp-template-notebooks{width:auto;min-width:0;margin:0;padding:0;background:#f5f8fd}
.vcp-notebooks-page{display:flex;flex-direction:column;min-height:100vh;min-height:100svh;color:#142c4e;font:400 16px/1.5 Barlow,Inter,system-ui,sans-serif;background:radial-gradient(ellipse at top left,#edf7ff,transparent 65%),#f6f8fc}
.vcp-notebooks-page *,.vcp-notebooks-page *::before,.vcp-notebooks-page *::after{box-sizing:border-box}
.vcp-notebooks-page__main{width:calc(100% - 64px);max-width:1400px;margin:0 auto;padding:28px 0 64px;flex:1 0 auto;min-width:0}
.vcp-notebooks-page__header{background:#fff}
.vcp-notebooks-page__skip{position:absolute;left:16px;top:-100px;z-index:999999;background:#fff;padding:12px}
.vcp-notebooks-page__skip:focus{top:16px}
.vcp-notebooks{min-width:0;overflow-wrap:anywhere;font:400 16px/1.5 Barlow,Inter,system-ui,sans-serif;color:#142c4e}
.vcp-notebooks a{text-decoration:none;color:#0867a5}
.vcp-notebooks a:hover{text-decoration:underline}
.vcp-notebooks button,.vcp-notebooks select,.vcp-notebooks input{font-family:inherit}
.vcp-notebooks :focus-visible{outline:3px solid #009df1!important;outline-offset:3px}
.vcp-notebooks svg{width:20px;height:20px;flex-shrink:0}
.vcp-notebooks__toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:36px}
.vcp-notebooks__toolbar img{width:190px;max-width:100%;height:68px;object-fit:contain}
.vcp-notebooks__toolbar nav{display:flex;gap:10px;flex-wrap:wrap}
.vcp-notebooks__toolbar nav>*{display:inline-flex;align-items:center;padding:10px 16px;min-height:44px;background:#fff;border:1px solid #dce6f1;border-radius:12px;font-weight:600}
.vcp-notebooks__toolbar nav>[aria-current]{color:#0564ac;background:#eaf4ff;border-color:#9acfff}
.vcp-notebooks__heading{margin-bottom:28px}
.vcp-notebooks__heading h1{font:750 clamp(28px,3vw,38px)/1.2 Barlow,Inter,system-ui,sans-serif;letter-spacing:-.025em;color:#142c4e;margin:0 0 10px;text-transform:none}
.vcp-notebooks__heading p{margin:0;color:#627691;font-size:18px}
.vcp-notebooks__access{padding:32px;background:white;border:1px solid #dce6f1;border-radius:16px}
.vcp-notebooks__access h2{font-size:25px;color:#142c4e;margin:0 0 12px}
.vcp-notebooks__login{padding:12px 22px;min-height:46px;border:0;border-radius:10px;background:#008be6;color:white;font-size:16px;cursor:pointer}
.vcp-notebooks__content{min-width:0}
html body.vcp-template-notebooks .vcp-notebooks [hidden]{display:none!important}
html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap{margin:0;padding:0;max-width:100%;min-width:0;border:0;background:transparent}
html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced]{display:grid;grid-template-columns:270px minmax(0,1fr);grid-template-rows:auto 1fr;gap:16px 28px;align-items:start}
html body.vcp-template-notebooks .vcp-notebooks .cbxwpbookmark-title-mycat{display:none}
html body.vcp-template-notebooks .vcp-notebooks #cbxbookmark-category-list-create-wrap{grid-column:1;grid-row:1;min-width:0;margin:0}
html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-create{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 16px;border:1px solid #0087e4;border-radius:12px;background:#0087e4;color:#fff;cursor:pointer;font-size:16px;font-weight:700}
html body.vcp-template-notebooks .vcp-notebooks i{font-style:normal}
html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-create-form{margin-top:12px}
html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-mycat-editbox{max-width:100%;min-width:0}
html body.vcp-template-notebooks .vcp-notebooks .cbxbmedit-catname{width:100%;min-width:0;padding:10px;min-height:44px;border:1px solid #cbdcec;border-radius:8px;font-size:16px;background:white;color:#142c4e}
html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-btn{max-width:100%;min-height:44px;padding:10px 14px;border:1px solid #cbdcec;border-radius:8px;margin:8px 4px 0 0;background:#edf6ff;color:#075a91}
html body.vcp-template-notebooks .vcp-notebooks .vcp-notebooks__sidebar{grid-column:1;grid-row:2;display:grid;gap:10px;min-width:0}
.vcp-notebooks__sidebar button{display:flex;width:100%;min-width:0;align-items:center;gap:14px;padding:18px 16px;text-align:left;background:#fff;border:1px solid #dce6f1;border-radius:12px;cursor:pointer;color:#173653}
.vcp-notebooks__sidebar button:hover{background:#f0f7ff;border-color:#8dcbf5}
.vcp-notebooks__sidebar button[aria-current]{border-color:#008deb;background:#eaf5ff;box-shadow:inset 3px 0 #008deb}
.vcp-notebooks__sidebar button>span{display:grid;gap:5px;min-width:0}
.vcp-notebooks__sidebar strong{font-size:18px;line-height:1.3;overflow-wrap:anywhere;color:inherit}
.vcp-notebooks__sidebar small{font-size:13px;line-height:1.4;color:#62758a}
.vcp-notebooks__sidebar svg{width:26px;height:26px;color:#087ac0}
html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list{grid-column:2;grid-row:1/3;min-width:0;width:100%;margin:0!important;padding:0!important;list-style:none}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category{padding:24px!important;border-radius:16px;box-shadow:none;grid-template-columns:minmax(0,1fr) auto auto;gap:6px 10px;margin:0!important}
html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced] .sqd-notebook-category:not(.vcp-notebooks__selected){display:none!important}
html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced] .sqd-notebook-category-toggle{display:none!important}
html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced] .sqd-notebook-category-title{grid-column:1;grid-row:1;font-size:25px;line-height:1.25;color:#142c4e!important;white-space:normal;pointer-events:none;cursor:default}
html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced] .sqd-notebook-category-meta{grid-column:1;grid-row:2;flex-wrap:wrap;gap:5px;font-size:14px}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-action.is-edit{grid-column:2;grid-row:1/3}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-action.is-delete{grid-column:3;grid-row:1/3}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-action{min-height:44px}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-rename-panel{grid-column:1/-1;grid-row:3}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category>.cbxbookmark-category-list-item-sublist{grid-column:1/-1;grid-row:4;min-width:0;padding:20px 0 0!important;margin:16px 0 0!important;border-top:1px solid #e2eaf4}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category>.cbxbookmark-category-list-item-sublist-a-more{grid-column:1/-1;grid-row:5}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-summary{padding:20px;border-radius:12px;box-shadow:none}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-summary:hover{transform:none}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-meta>span{max-width:100%;white-space:normal;background:#eff6ff;border:0;border-radius:7px;align-items:baseline}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-meta b{min-width:0}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-open{background:#0087df;color:white!important;border-color:#0087df;min-height:44px}
html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-remove{min-height:44px}
html body.vcp-template-notebooks .vcp-notebooks .vcp-notebooks__mobile{display:none}
.vcp-notebooks__empty,.vcp-notebooks__error{grid-column:2;padding:24px;margin:0;border:1px solid #dce6f1;border-radius:12px;background:#fff}
.vcp-notebooks__error button{display:block;margin-top:12px;padding:10px;border:1px solid #0087df;border-radius:8px;background:#eff7ff;color:#0867a5;min-height:44px;cursor:pointer}
@media(max-width:1050px){
 .vcp-notebooks__toolbar{align-items:flex-start;gap:16px}.vcp-notebooks__toolbar nav{justify-content:flex-end}
 html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced]{grid-template-columns:230px minmax(0,1fr);gap:16px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category{padding:18px!important}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-action.is-edit{grid-column:1;grid-row:3;justify-self:start}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-action.is-delete{grid-column:2/4;grid-row:3;justify-self:start}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-title,html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-meta{grid-column:1/-1}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category-rename-panel{grid-row:4}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category>.cbxbookmark-category-list-item-sublist{grid-row:5}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category>.cbxbookmark-category-list-item-sublist-a-more{grid-row:6}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-header{flex-wrap:wrap}
}
@media(max-width:760px){
 .vcp-notebooks-page__main{width:calc(100% - 32px);padding:20px 0 36px}
 .vcp-notebooks__toolbar{flex-direction:column;margin-bottom:24px;gap:16px}
 .vcp-notebooks__toolbar img{width:154px;height:56px}
 .vcp-notebooks__toolbar nav{justify-content:flex-start;gap:8px}
 .vcp-notebooks__toolbar nav>*{padding:8px 12px;font-size:14px}
 .vcp-notebooks__heading{margin-bottom:22px}.vcp-notebooks__heading p{font-size:16px}
 html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced]{grid-template-columns:minmax(0,1fr);grid-template-rows:auto;gap:16px}
 html body.vcp-template-notebooks .vcp-notebooks #cbxbookmark-category-list-create-wrap{grid-row:auto}
 html body.vcp-template-notebooks .vcp-notebooks .vcp-notebooks__sidebar{display:none}
 html body.vcp-template-notebooks .vcp-notebooks .vcp-notebooks__mobile{display:grid;gap:8px;grid-column:1;color:#173653;font-size:14px;font-weight:600;min-width:0}
 .vcp-notebooks__mobile select{display:block;width:100%;max-width:100%;min-width:0;min-height:48px;padding:10px 12px;border:1px solid #bad6ef;border-radius:10px;background:#fff;color:#142c4e;font-size:16px}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list{grid-column:1;grid-row:auto}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category{padding:16px 0 0!important;background:transparent!important;border:0!important;border-top:1px solid #dce6f1!important;border-radius:0;grid-template-columns:minmax(0,1fr) auto auto}
 html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced] .sqd-notebook-category-title{font-size:23px;grid-column:1/-1}
 html body.vcp-template-notebooks .vcp-notebooks [data-vcp-enhanced] .sqd-notebook-category-meta{grid-column:1/-1}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-category>.cbxbookmark-category-list-item-sublist{padding-top:0!important;border:0;margin-top:12px!important;gap:12px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-summary{padding:16px;border-radius:12px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-header{flex-wrap:wrap;gap:12px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-actions{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-title{font-size:16px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-meta>span{font-size:12px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-taxonomy{display:flex;flex-wrap:wrap}
 .vcp-notebooks__empty,.vcp-notebooks__error{grid-column:1}.vcp-notebooks__access{padding:20px}
}
@media(prefers-reduced-motion:reduce){html body.vcp-template-notebooks .vcp-notebooks *{animation:none!important;transition:none!important}}

/* 0.10.139: sidebar lives inside the native create wrapper (CBX sibling contract). */
html body.vcp-template-notebooks .vcp-notebooks #cbxbookmark-category-list-create-wrap{grid-row:1/3}
html body.vcp-template-notebooks .vcp-notebooks #cbxbookmark-category-list-create-wrap>.vcp-notebooks__sidebar{margin-top:16px}
html body.vcp-template-notebooks .vcp-notebooks .vcp-notebooks__mobile select{
 appearance:none;-webkit-appearance:none;box-sizing:border-box;min-width:0;max-width:100%;width:100%;
 min-height:50px;height:auto;padding:12px 44px 12px 14px!important;margin:0;
 border:1px solid #b8d3ea!important;border-radius:12px;box-shadow:none!important;
 background-color:#fff!important;color:#173653;font:500 16px/1.4 Barlow,Inter,system-ui,sans-serif;
 text-overflow:ellipsis;white-space:nowrap;cursor:pointer;
 background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230867a5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;
 background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:20px!important;
}
html body.vcp-template-notebooks .vcp-notebooks .vcp-notebooks__mobile select:focus-visible{outline:2px solid #008deb!important;outline-offset:2px;border-color:#008deb!important}
@media(max-width:760px){
 html body.vcp-template-notebooks .vcp-notebooks #cbxbookmark-category-list-create-wrap{grid-row:auto}
 html body.vcp-template-notebooks .vcp-notebooks #cbxbookmark-category-list-create-wrap>.vcp-notebooks__mobile{margin-top:20px;gap:8px;font-size:14px}
}

/* Empty notebooks: one short instruction and a direct link to the SQD. */
html body.vcp-template-notebooks .vcp-notebooks [data-vcp-empty-guidance] p{margin:8px 0 16px;color:#526b82;font-size:15px;line-height:1.5}
html body.vcp-template-notebooks .vcp-notebooks .vcp-notebooks__explore{display:inline-flex;align-items:center;justify-content:center;min-height:44px;max-width:100%;padding:10px 18px;border:1px solid #0087df;border-radius:9px;background:#0087df;color:#fff;font-size:15px;font-weight:650;text-decoration:none;white-space:normal}
html body.vcp-template-notebooks .vcp-notebooks .vcp-notebooks__explore:hover{background:#006eb7;border-color:#006eb7;text-decoration:none}

/* 0.10.141: compact mobile controls and explicit grid tracks. The legacy
   category actions used columns 3/5, creating an extra track outside 1/-1. */
@media(max-width:760px){
 .vcp-notebooks__toolbar{gap:12px;margin-bottom:20px}
 .vcp-notebooks__toolbar img{width:136px;height:48px}
 .vcp-notebooks__toolbar nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:8px}
 .vcp-notebooks__toolbar nav>*{justify-content:center;text-align:center;padding:8px;line-height:1.25;white-space:normal}
 .vcp-notebooks__heading{margin-bottom:16px}
 .vcp-notebooks__heading h1{margin-bottom:8px}
 .vcp-notebooks__heading p{font-size:15px;line-height:1.5}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-create{display:flex;width:100%;margin:0!important;min-height:44px;padding:10px 14px;font-size:15px}
 html body.vcp-template-notebooks .vcp-notebooks #cbxbookmark-category-list-create-wrap>.vcp-notebooks__mobile{margin-top:16px;gap:6px}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category{width:100%!important;min-width:0;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px 8px}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category>.sqd-notebook-category-title{grid-column:1/-1!important;grid-row:1;font-size:21px}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category>.sqd-notebook-category-meta{grid-column:1/-1!important;grid-row:2}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category>.sqd-notebook-category-action.is-edit{grid-column:1!important;grid-row:3!important}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category>.sqd-notebook-category-action.is-delete{grid-column:2!important;grid-row:3!important}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category>.sqd-notebook-category-action{justify-self:stretch;justify-content:center;margin:6px 0 0;min-width:0;min-height:44px}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category>.sqd-notebook-category-rename-panel{grid-column:1/-1!important;grid-row:4!important}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category>.cbxbookmark-category-list-item-sublist{grid-column:1/-1!important;grid-row:5!important;width:100%!important;max-width:100%;padding:0!important;margin:8px 0 0!important}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-wrap .sqd-notebook-category>.cbxbookmark-category-list-item-sublist-a-more{grid-column:1/-1!important;grid-row:6!important}
 html body.vcp-template-notebooks .vcp-notebooks .cbxbookmark-category-list-item-sublist>li{width:100%!important;max-width:100%;min-width:0;box-sizing:border-box}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-summary{width:100%;max-width:100%;padding:14px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-header{gap:10px;padding-bottom:12px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-title{min-height:0;line-height:1.4}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-actions{min-width:0;gap:8px}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-taxonomy{display:grid;grid-template-columns:minmax(0,1fr);gap:3px;align-items:start}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-taxonomy :is(strong,em){display:block;min-width:0;overflow-wrap:anywhere}
 html body.vcp-template-notebooks .vcp-notebooks .sqd-notebook-question-preview{font-size:14px;line-height:1.5}
}

/* Paid SQD access states: same page, clear next action, readable mobile copy. */
html body.vcp-template-notebooks .vcp-notebooks__access h2{font:700 clamp(22px,2.4vw,28px)/1.25 Barlow,Inter,system-ui,sans-serif;letter-spacing:-.02em;text-transform:none}
html body.vcp-template-notebooks .vcp-notebooks__access p{max-width:760px;font-size:16px;line-height:1.6;color:#526b82;margin:0 0 20px}
.vcp-notebooks__access-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
html body.vcp-template-notebooks .vcp-notebooks__access :is(.vcp-notebooks__login,.vcp-notebooks__access-primary,.vcp-notebooks__access-link){display:inline-flex;align-items:center;justify-content:center;min-height:46px;max-width:100%;padding:12px 18px;margin:0;border:1px solid #075b9b;border-radius:10px;background:#075b9b;color:#fff!important;-webkit-text-fill-color:#fff!important;font:600 16px/1.35 Barlow,Inter,system-ui,sans-serif;letter-spacing:0;text-transform:none;text-decoration:none;white-space:normal;text-align:center}
html body.vcp-template-notebooks .vcp-notebooks__access .vcp-notebooks__access-link{background:#fff;color:#075b9b!important;-webkit-text-fill-color:#075b9b!important;border-color:#bad6ef}
html body.vcp-template-notebooks .vcp-notebooks__access :is(.vcp-notebooks__login,.vcp-notebooks__access-primary):hover{background:#064775}
html body.vcp-template-notebooks .vcp-notebooks__access .vcp-notebooks__support{margin:20px 0 0;font-size:15px}
.vcp-notebooks__support a{display:inline-block;text-decoration:underline}
@media(max-width:600px){
 .vcp-notebooks__access-actions{display:grid;grid-template-columns:minmax(0,1fr)}
 html body.vcp-template-notebooks .vcp-notebooks__access-actions>*{width:100%}
}
