.tippy-box[data-theme~='lab-field-guide'] {
    background: #fff;
    color: #526484;
    border: 1px solid #dbdfea;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(54, 74, 99, .14);
    font-family: inherit;
}
.tippy-box[data-theme~='lab-field-guide'] .tippy-content { padding: 20px; }
.tippy-box[data-theme~='lab-field-guide'] .tippy-arrow { color: #fff; }
.lab-field-guide-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.lab-field-guide-heading h3 { margin: 0; font-size: 16px; font-weight: 600; color: #364a63; }
.lab-field-guide-close { border: 0; padding: 0 4px; background: transparent; color: #8094ae; font-size: 24px; line-height: 1; cursor: pointer; }
.lab-field-guide p { margin: 10px 0 20px; font-size: 13px; line-height: 1.65; color: #526484; }
.lab-field-guide-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.lab-field-guide-footer button { border: 0; border-radius: 9px; padding: 8px 14px; font: inherit; font-size: 13px; cursor: pointer; }
.lab-field-guide-skip { background: #f5f6fa; color: #526484; }
.lab-field-guide-next { background: #03A546; color: #fff; }
.lab-field-guide-next:hover { background: #03A53C; }
.lab-field-guide-footer span { color: #8094ae; font-size: 11px; white-space: nowrap; }
.lab-field-guide button:focus-visible { outline: 2px solid #03A546; outline-offset: 3px; }
.lab-guide-active { border-color: #03A546 !important; box-shadow: 0 0 0 3px rgba(3, 165, 70, .14) !important; }
.nk-menu-link.lab-guide-active {
    border-radius: 6px;
    background: rgba(3, 165, 70, .1);
}
.dark-mode .nk-menu-link.lab-guide-active { background: rgba(3, 165, 70, .14); }
.lab-sidebar-guide p { min-height: 42px; }

.tippy-box[data-theme~='lab-field-guide-dark'] {
    background: #182536;
    color: #fff;
    border: 1px solid #2b3c50;
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .4);
    font-family: inherit;
}
.tippy-box[data-theme~='lab-field-guide-dark'] .tippy-content { padding: 20px; }
.tippy-box[data-theme~='lab-field-guide-dark'] .tippy-arrow { color: #182536; }
.tippy-box[data-theme~='lab-field-guide-dark'] .lab-field-guide-heading h3 { color: #fff; }
.tippy-box[data-theme~='lab-field-guide-dark'] .lab-field-guide-close { color: #9faec2; }
.tippy-box[data-theme~='lab-field-guide-dark'] .lab-field-guide p { color: #b6c6d9; }
.tippy-box[data-theme~='lab-field-guide-dark'] .lab-field-guide-skip {
    background: #243448;
    color: #d5deea;
}
.tippy-box[data-theme~='lab-field-guide-dark'] .lab-field-guide-skip:hover { background: #2d4056; }
.tippy-box[data-theme~='lab-field-guide-dark'] .lab-field-guide-footer span { color: #9faec2; }
