*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-\[60px\] {
  top: 60px;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-1 {
  margin: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.\!mr-3 {
  margin-right: 0.75rem !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-7 {
  height: 1.75rem;
}
.h-\[500px\] {
  height: 500px;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-7 {
  width: 1.75rem;
}
.w-\[540px\] {
  width: 540px;
}
.w-\[640px\] {
  width: 640px;
}
.w-full {
  width: 100%;
}
.min-w-32 {
  min-width: 8rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.\!border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-slate-900\/10 {
  --tw-ring-color: rgb(15 23 42 / 0.1);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.toplevel_page_easy-docs-admin #wpcontent,
.easy-docs_page_easy-docs-stats #wpcontent,
.easy-docs_page_easy-docs-sets #wpcontent {
  padding-left: 0;
}
.toplevel_page_easy-docs-admin #wpbody-content,
.easy-docs_page_easy-docs-stats #wpbody-content,
.easy-docs_page_easy-docs-sets #wpbody-content {
  padding-bottom: 0;
}
.toplevel_page_easy-docs-admin #wpfooter,
.easy-docs_page_easy-docs-stats #wpfooter,
.easy-docs_page_easy-docs-sets #wpfooter {
  display: none;
}
.toplevel_page_easy-docs-admin .easyhide,
.easy-docs_page_easy-docs-stats .easyhide,
.easy-docs_page_easy-docs-sets .easyhide {
  display: none !important;
}
.toplevel_page_easy-docs-admin .tt-btn::after,
.easy-docs_page_easy-docs-stats .tt-btn::after,
.easy-docs_page_easy-docs-sets .tt-btn::after {
  bottom: auto;
  left: 50%;
  top: calc(100% + 6px);
  transform: translateX(-50%);
  z-index: 60;
}

.explorer-list li {
  position: relative;
}
.explorer-list li:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #3c3c3c;
}

.easy-docs-all-docs li:nth-child(2n) a {
  background-color: rgba(0, 0, 0, 0.05);
}
.easy-docs-all-docs li:hover a {
  background-color: rgba(0, 0, 0, 0.1);
}

.easy-docs-info a {
  color: blue;
  text-decoration: underline;
}
.easy-docs-info a:hover {
  text-decoration: underline;
}
.easy-docs-info a:focus {
  outline: thin dotted;
  outline-offset: -0.05em;
}

table.easydocs-stats-table {
  font-size: 15px;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
table.easydocs-stats-table tr {
  border-bottom: 1px solid #e6e6e6;
}
table.easydocs-stats-table tr:nth-of-type(2n) {
  background-color: #f7f7f7;
}
table.easydocs-stats-table th {
  background-color: #f2f2f2;
  padding: 12px;
  text-align: left;
  width: 15%;
}
table.easydocs-stats-table th.easydocs-stats-th-title {
  width: 60%;
}
table.easydocs-stats-table td {
  padding: 12px;
  text-align: left;
}
table.easydocs-stats-table .easydocs-table-sort {
  cursor: pointer;
}

.icon {
  position: relative;
  top: -0.0625em;
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  background-color: transparent !important;
}

.tt-btn {
  position: relative;
  display: inline-block;
}
.tt-btn .icon {
  width: 18px !important;
  height: 18px !important;
}
.tt-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%; /* Position above the button */
  left: 0%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  pointer-events: none;
}
.tt-btn:hover::after {
  opacity: 1;
  visibility: visible;
}

.toplevel_page_easy-docs-admin,
.easy-docs_page_easy-docs-stats,
.easy-docs_page_easy-docs-sets {
  background: #f3f3f3;
}
.toplevel_page_easy-docs-admin .easy-docs.admin-page,
.easy-docs_page_easy-docs-stats .easy-docs.admin-page,
.easy-docs_page_easy-docs-sets .easy-docs.admin-page {
  height: calc(100vh - 32px);
  min-height: 620px;
  overflow: hidden;
}
.toplevel_page_easy-docs-admin .easy-docs.admin-page > .flex-1,
.easy-docs_page_easy-docs-stats .easy-docs.admin-page > .flex-1,
.easy-docs_page_easy-docs-sets .easy-docs.admin-page > .flex-1 {
  display: flex;
  min-height: 0;
}
.toplevel_page_easy-docs-admin .easy-docs.admin-page .admin-main,
.easy-docs_page_easy-docs-stats .easy-docs.admin-page .admin-main,
.easy-docs_page_easy-docs-sets .easy-docs.admin-page .admin-main {
  display: flex;
  flex: 1;
  min-height: 0 !important;
}

.easy-docs-topbar {
  align-items: center;
  background: linear-gradient(120deg, #fbfdff, #eef3f9);
  border-bottom: 1px solid #d8dce2;
  box-shadow: 0 3px 12px rgba(15, 23, 42, 0.08);
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
}

.easy-docs-topbar__brand {
  color: #5f6b7a;
}

.easy-docs-topbar__title {
  color: #1f2328;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.easy-docs-topbar__subtitle {
  font-size: 12px;
  margin: 2px 0 0;
}

.easy-docs-topbar__nav {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 0;
}

.easy-docs-topbar__link {
  background: #f7f9fc;
  border: 1px solid #d2d8e2;
  border-radius: 8px;
  color: #2f3742;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 12px;
}

.easy-docs-topbar__link:hover {
  background: #eef5ff;
  color: #005fb8;
}

.easy-docs-topbar__link.is-active {
  background: #0078d4;
  border-color: #0078d4;
  color: #ffffff;
}

.easy-docs-workspace {
  background: #f3f3f3;
  color: #1f2328;
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.easy-docs-layout {
  border-top: 1px solid #dfe3e8;
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.easy-docs-explorer {
  background: #f8f8f8;
  border-right: 1px solid #d7dbe2;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 300px;
  width: 300px;
}

#docs-outline {
  flex: 1;
  margin: 0;
  overflow-y: auto;
  padding: 4px 0 16px;
  user-select: none;
}

#docs-outline .docs-input {
  user-select: text;
}

.easy-docs-pane-head {
  align-items: flex-start;
  border-bottom: 1px solid #dfe3e8;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  padding: 8px 14px;
}

.easy-docs-pane-title {
  color: #1f2328;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.easy-docs-pane-meta {
  color: #586376;
  font-size: 12px;
  margin: 2px 0 0;
}

.easy-docs-explorer-actions {
  align-items: center;
  display: flex;
  gap: 4px;
}

.easy-docs-explorer-actions .tt-btn {
  color: #3f4b5c;
}

.easy-docs-explorer-actions .tt-btn:hover {
  background: rgba(0, 120, 212, 0.1);
}

.easy-docs-content {
  background: #ffffff;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
}

.easy-docs-info {
  align-items: center;
  background: #f9fafc;
  border-bottom: 1px solid #e2e5ea;
  color: #1f2328;
  display: flex;
  justify-content: flex-end;
  min-height: 45px;
  padding: 8px 14px;
}

.easy-docs-tabs {
  align-items: center;
  background: #f3f3f3;
  border-bottom: 1px solid #dde1e7;
  display: flex;
  min-height: 42px;
  overflow-x: auto;
  padding: 0 8px;
}

.easy-docs-tabs .docs-tab {
  background: #eceff4;
  border: 1px solid #d5dbe5;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  margin-top: 6px;
}

.easy-docs-tabs .docs-tab.active-tab {
  background: #ffffff;
  border-color: #cfd7e3;
}

.easy-docs-editor-shell {
  background: #ffffff;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 14px;
}

.easy-docs-tab-content {
  height: 100%;
  min-height: 0;
  position: relative;
  width: 100%;
}

.easy-docs-welcome-state {
  background: linear-gradient(145deg, #ffffff, #f3f8ff);
  border: 1px dashed #ccdae9;
  border-radius: 12px;
  left: 50%;
  max-width: 860px;
  padding: 24px 28px;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
}

.easy-docs-welcome-state li {
  color: #556274;
  margin-bottom: 8px;
}

.easy-docs-welcome-state li:hover {
  color: #1f2328;
}

.easy-docs-editor-layout {
  display: flex;
  gap: 18px;
}

.easy-docs-editor-main {
  flex: 1;
  min-width: 0;
}

.easy-docs-editor-aside {
  background: #f8fafe;
  border: 1px solid #dbe2ec;
  border-radius: 12px;
  min-width: 220px;
  padding: 16px;
  width: 240px;
}

.easy-docs-save-btn {
  align-items: center;
  background: #0e639c;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  justify-content: center;
  padding: 10px 14px;
  width: 100%;
}

.easy-docs-save-btn:hover {
  background: #1177bb;
}

.easy-docs-save-btn:disabled {
  background: #e6ebf2;
  color: #8b96a6;
  cursor: not-allowed;
}

.easy-docs-secondary-btn {
  align-items: center;
  background: #f0f5fb;
  border: 1px solid #d1dbe8;
  border-radius: 8px;
  color: #2b3a4f;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  justify-content: center;
  padding: 10px 14px;
  width: 100%;
}

.easy-docs-secondary-btn:hover {
  background: #e7eef8;
}

.easy-docs-settings-wrap {
  padding: 24px;
}

.easy-docs-settings-card {
  background: #ffffff;
  border: 1px solid #dde3ec;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(30, 41, 59, 0.08);
  margin: 0 auto;
  max-width: 1060px;
  padding: 24px;
}

.easy-docs-stats-content {
  padding: 14px;
}

#easy-context-menu {
  background: #ffffff;
  border: 1px solid #d9dee7 !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.14);
  max-height: calc(100vh - 16px);
  min-width: 210px;
  overflow-y: auto;
}

#easy-context-menu li {
  color: #1f2328;
  margin: 0;
}

#docs-overlay,
#docs-markdown-overlay {
  background: rgba(15, 23, 42, 0.16);
}

#docs-overlay .easy-docs-modal-content,
#docs-markdown-overlay .easy-docs-modal-content {
  background: #ffffff;
  color: #1f2328;
  border: 1px solid #d9e0ea;
  border-radius: 12px;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.15);
  top: 80px;
}

#easy-markdown-input {
  font-family: Consolas, Monaco, "Courier New", monospace;
}

.easy-docs-explorer .docs-outline-item > span:hover {
  background: #edf3fb !important;
}

.easy-docs-explorer .docs-outline-item.active-item > span {
  background: rgba(0, 120, 212, 0.14) !important;
}

.easy-docs-explorer .docs-outline-item.selected-item > span {
  background: rgba(0, 120, 212, 0.1) !important;
}

.easy-docs-explorer .docs-outline-item.active-item.selected-item > span {
  background: rgba(0, 120, 212, 0.18) !important;
  box-shadow: inset 3px 0 0 #0078d4;
}

.easy-docs-explorer .docs-outline-item.cut-item {
  opacity: 0.55;
}

.easy-docs-explorer .docs-outline-item.active-item .docs-outline-label {
  color: #222;
}

#docs-outline > li.docs-folder {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin: 8px 10px;
  position: relative;
}

#docs-outline > li.docs-folder::after {
  background: #e9f4ff;
  border: 1px solid #bdd8f6;
  border-radius: 10px;
  color: #222;
  content: "PROJECT";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 7px;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
  top: 8px;
}

#docs-outline > li.docs-folder > span > span {
  border-left: 3px solid #222;
  padding-left: 8px;
}

.easy-docs-tabs .docs-tab-label {
  color: #1f2328 !important;
}

.easy-docs-explorer .docs-outline-label {
  color: #1f2328;
}

.easy-docs-explorer .icon-file-text {
  color: #0e639c;
}

.easy-docs-explorer .icon-right {
  color: #6b7280;
}

.easy-docs-info a {
  color: #0078d4;
}

#easy-context-menu li:hover {
  background: #edf3fb !important;
}

#easy-context-menu li.text-red-600 {
  color: #c93838 !important;
}

.easy-docs-editor-main .wp-editor-wrap {
  background: #ffffff;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  overflow: hidden;
}

.easy-docs-editor-main .wp-editor-tools {
  background: #f3f6fb;
  padding: 6px 8px 0;
}

.easy-docs-editor-main .wp-switch-editor {
  background: #e8edf5;
  border: 1px solid #ced7e3;
  border-bottom: none;
  color: #2f3742;
}

.easy-docs-editor-main .wp-switch-editor.switch-tmce {
  margin-left: 6px;
}

.easy-docs-editor-main .wp-editor-wrap.tmce-active .switch-tmce,
.easy-docs-editor-main .wp-editor-wrap.html-active .switch-html {
  background: #ffffff;
  color: #0078d4;
  font-weight: 600;
}

.easy-docs-editor-main .mce-toolbar-grp,
.easy-docs-editor-main .quicktags-toolbar {
  background: #f9fbff !important;
  border-bottom: 1px solid #d9e0ea !important;
}

.easy-docs-editor-main .mce-top-part::before {
  box-shadow: none;
}

.easy-docs-editor-main .mce-container,
.easy-docs-editor-main .mce-panel,
.easy-docs-editor-main .mce-btn {
  background: transparent !important;
}

.easy-docs-editor-main .mce-btn:hover {
  background: #edf3fb !important;
}

.easy-docs-editor-main .mce-edit-area iframe {
  background: #ffffff;
  min-height: 460px;
}

.easy-docs-editor-main textarea.wp-editor-area {
  background: #ffffff;
  border: none !important;
  color: #1f2328;
  min-height: 460px;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400\/20:hover {
  background-color: rgb(156 163 175 / 0.2);
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

@media (max-width: 1100px) {
  .easy-docs-layout {
    flex-direction: column;
  }
  .easy-docs-explorer {
    min-width: 0;
    width: 100%;
  }
  .easy-docs-editor-layout {
    flex-direction: column;
  }
  .easy-docs-editor-aside {
    width: 100%;
  }
}
