/* CalendarWP documentation. Contents: 1 Base, 2 Navigation, 3 Article, 4 Search, 5 Responsive. */
/* 1 Base */
:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #20242b; background: #fff; line-height: 1.65; }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
a { color: #344cce; text-underline-offset: .18em; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #3858e9; outline-offset: 4px; }
button, input { font: inherit; }
[hidden] { display: none !important; }
.docs-skip { position: absolute; top: -100px; left: 1rem; z-index: 3; background: white; padding: .5rem; }
.docs-skip:focus { top: 0; }
/* End 1 Base */
/* 2 Navigation */
.docs-header { border-bottom: 1px solid #dfe3ee; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.docs-brand { font-size: 1.15rem; font-weight: 700; color: #20242b; text-decoration: none; }
.docs-brand span { font-weight: 400; color: #586377; margin-left: .5rem; }
.docs-launch { border: 1px solid #ccd3e2; border-radius: .5rem; padding: .5rem .9rem; text-decoration: none; color: #20242b; }
.docs-launch kbd { color: #586377; font: inherit; font-size: .85rem; margin-left: 1.5rem; }
.docs-layout { max-width: 1400px; margin: auto; display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 3rem; padding: 2rem; }
.docs-nav { align-self: start; position: sticky; top: 1rem; max-height: calc(100vh - 2rem); overflow: auto; padding: .3rem; }
.docs-nav h2 { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: #586377; margin: 1rem 0 .5rem; }
.docs-nav ul { list-style: none; padding: 0; margin: 0; }
.docs-nav a { display: block; padding: .45rem .65rem; border-radius: .35rem; text-decoration: none; color: #394356; }
.docs-nav a:hover { background: #f3f5fa; }
.docs-nav a[aria-current="page"] { background: #edf0ff; color: #3049c8; font-weight: 600; }
/* End 2 Navigation */
/* 3 Article */
.docs-article { max-width: 850px; min-width: 0; overflow-wrap: anywhere; padding-bottom: 3rem; }
.docs-article h1 { font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1.2; letter-spacing: -.035em; margin: .8rem 0 1.5rem; }
.docs-article h2 { font-size: 1.4rem; margin-top: 2.3rem; line-height: 1.3; }
.docs-article h3 { font-size: 1.1rem; margin-top: 1.6rem; }
.docs-article li + li { margin-top: .5rem; }
.docs-article code { background: #f0f2f7; border-radius: .25rem; padding: .1rem .25rem; }
.docs-article pre { white-space: pre-wrap; font-size: .85rem; }
.docs-article table { display: block; overflow-x: auto; border-collapse: collapse; }
.docs-article td, .docs-article th { border: 1px solid #dfe3ee; padding: .6rem; text-align: left; }
.docs-footer { margin-top: 3rem; border-top: 1px solid #dfe3ee; padding-top: 1rem; font-size: .85rem; color: #586377; }
/* End 3 Article */
/* 4 Search */
.docs-dialog { border: 1px solid #dfe3ee; border-radius: 1rem; width: min(760px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 1.5rem; color: #20242b; }
.docs-dialog::backdrop { background: rgb(24 32 51 / 55%); }
.docs-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.docs-dialog h2 { font-size: 1.3rem; margin: 0; }
.docs-close { border: 1px solid #ccd3e2; background: white; border-radius: .5rem; padding: .4rem .7rem; cursor: pointer; }
.docs-query { width: 100%; min-height: 48px; border: 1px solid #aab6cc; border-radius: .5rem; padding: .65rem; }
.docs-status { color: #586377; font-size: .9rem; }
.docs-results { list-style: none; padding: 0; margin: 0; }
.docs-results a { display: block; padding: .9rem .6rem; text-decoration: none; border-bottom: 1px solid #e7eaf1; }
.docs-results a:hover, .docs-results a:focus { background: #f3f5ff; }
.docs-results strong, .docs-results span { display: block; }
.docs-results span { color: #586377; font-size: .9rem; margin-top: .2rem; }
/* End 4 Search */
/* 5 Responsive */
@media (max-width: 800px) {
 .docs-header { padding: 1rem; flex-wrap: wrap; }
 .docs-layout { display: block; padding: 1rem; }
 .docs-nav { position: static; max-height: none; border-bottom: 1px solid #dfe3ee; padding-bottom: 1rem; }
 .docs-nav ul { display: flex; flex-wrap: wrap; gap: .1rem .4rem; }
 .docs-nav h2 { margin-top: .6rem; }
 .docs-nav a { padding: .35rem .5rem; font-size: .9rem; }
 .docs-launch kbd { margin-left: .5rem; }
 .docs-dialog { padding: 1rem; }
}
@media print { .docs-header, .docs-nav, .docs-dialog, .docs-skip { display: none; } .docs-layout { display: block; padding: 0; } .docs-article { max-width: none; } }
/* End 5 Responsive */
