@charset "UTF-8";:root{--wp-admin-theme-color: #3858e9;--wp-admin-theme-color--rgb: 56, 88, 233;--wp-admin-theme-color-darker-10: #2145e6;--wp-admin-theme-color-darker-10--rgb: 33, 69, 230;--wp-admin-theme-color-darker-20: #183ad6;--wp-admin-theme-color-darker-20--rgb: 24, 58, 214;--wp-admin-border-width-focus: 2px}@media not (prefers-reduced-motion){.components-animate__appear{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards}}.components-animate__appear.is-from-top,.components-animate__appear.is-from-top.is-from-left{transform-origin:top left}.components-animate__appear.is-from-top.is-from-right{transform-origin:top right}.components-animate__appear.is-from-bottom,.components-animate__appear.is-from-bottom.is-from-left{transform-origin:bottom left}.components-animate__appear.is-from-bottom.is-from-right{transform-origin:bottom right}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}@media not (prefers-reduced-motion){.components-animate__slide-in{animation:components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);animation-fill-mode:forwards}.components-animate__slide-in.is-from-left{transform:translate(100%)}.components-animate__slide-in.is-from-right{transform:translate(-100%)}}@keyframes components-animate__slide-in-animation{to{transform:translate(0)}}@media not (prefers-reduced-motion){.components-animate__loading{animation:components-animate__loading 1.6s ease-in-out infinite}}@keyframes components-animate__loading{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.components-autocomplete__popover .components-popover__content{padding:8px;min-width:200px}.components-autocomplete__result.components-button{display:flex;height:auto;min-height:36px;text-align:left;width:100%}.components-autocomplete__result.components-button:focus:not(:disabled){box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.components-badge{box-sizing:border-box;background-color:color-mix(in srgb,#fff 90%,var(--base-color));color:color-mix(in srgb,#000 50%,var(--base-color));padding:0 8px;min-height:24px;max-width:100%;border-radius:2px;font-size:12px;font-weight:400;line-height:20px;display:inline-flex;align-items:center;gap:2px}.components-badge *,.components-badge *:before,.components-badge *:after{box-sizing:inherit}.components-badge:where(.is-default){background-color:#f0f0f0;color:#2f2f2f}.components-badge.has-icon{padding-inline-start:4px}.components-badge.is-info{--base-color: #3858e9}.components-badge.is-warning{--base-color: #f0b849}.components-badge.is-error{--base-color: #cc1818}.components-badge.is-success{--base-color: #4ab866}.components-badge__icon{flex-shrink:0}.components-badge__content{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.components-button-group{display:inline-block}.components-button-group .components-button{border-radius:0;display:inline-flex;color:#1e1e1e;box-shadow:inset 0 0 0 1px #1e1e1e}.components-button-group .components-button+.components-button{margin-left:-1px}.components-button-group .components-button:first-child{border-radius:2px 0 0 2px}.components-button-group .components-button:last-child{border-radius:0 2px 2px 0}.components-button-group .components-button:focus,.components-button-group .components-button.is-primary{position:relative;z-index:1}.components-button-group .components-button.is-primary{box-shadow:inset 0 0 0 1px #1e1e1e}.components-button{display:inline-flex;text-decoration:none;font-family:inherit;font-size:13px;margin:0;border:0;cursor:pointer;-webkit-appearance:none;background:none;height:36px;align-items:center;box-sizing:border-box;padding:6px 12px;border-radius:2px;color:var(--wp-components-color-foreground, #1e1e1e)}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button.is-next-40px-default-size{height:40px}.components-button[aria-expanded=true],.components-button:hover:not(:disabled,[aria-disabled=true]){color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-button:focus:not(:disabled){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:3px solid transparent}.components-button.is-primary{white-space:nowrap;background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));color:var(--wp-components-color-accent-inverted, #fff);text-decoration:none;text-shadow:none;outline:1px solid transparent}.components-button.is-primary:hover:not(:disabled){background:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));color:var(--wp-components-color-accent-inverted, #fff)}.components-button.is-primary:active:not(:disabled){background:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));border-color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));color:var(--wp-components-color-accent-inverted, #fff)}.components-button.is-primary:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-button.is-primary:disabled,.components-button.is-primary:disabled:active:enabled,.components-button.is-primary[aria-disabled=true],.components-button.is-primary[aria-disabled=true]:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled{color:#fff6;background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:none}.components-button.is-primary:disabled:focus:enabled,.components-button.is-primary:disabled:active:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:focus:enabled,.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled{box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-button.is-primary.is-busy,.components-button.is-primary.is-busy:disabled,.components-button.is-primary.is-busy[aria-disabled=true]{color:var(--wp-components-color-accent-inverted, #fff);background-size:100px 100%;background-image:linear-gradient(-45deg,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%,var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%,var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-button.is-secondary,.components-button.is-tertiary{outline:1px solid transparent}.components-button.is-secondary:active:not(:disabled),.components-button.is-tertiary:active:not(:disabled){box-shadow:none}.components-button.is-secondary:disabled,.components-button.is-secondary[aria-disabled=true],.components-button.is-secondary[aria-disabled=true]:hover,.components-button.is-tertiary:disabled,.components-button.is-tertiary[aria-disabled=true],.components-button.is-tertiary[aria-disabled=true]:hover{color:#949494;background:transparent;transform:none}.components-button.is-secondary{box-shadow:inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)),0 0 0 currentColor;outline:1px solid transparent;white-space:nowrap;color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));background:transparent}.components-button.is-secondary:hover:not(:disabled,[aria-disabled=true],.is-pressed){box-shadow:inset 0 0 0 1px var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));background:color-mix(in srgb,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%,transparent)}.components-button.is-secondary:disabled:not(:focus),.components-button.is-secondary[aria-disabled=true]:not(:focus),.components-button.is-secondary[aria-disabled=true]:hover:not(:focus){box-shadow:inset 0 0 0 1px #ddd}.components-button.is-secondary:focus:not(:disabled){box-shadow:0 0 0 currentColor inset,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-button.is-tertiary{white-space:nowrap;color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));background:transparent}.components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true],.is-pressed){background:color-mix(in srgb,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%,transparent);color:var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6))}.components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 8%,transparent)}p+.components-button.is-tertiary{margin-left:-6px}.components-button.is-tertiary:disabled:not(:focus),.components-button.is-tertiary[aria-disabled=true]:not(:focus),.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus){box-shadow:none;outline:none}.components-button.is-destructive{--wp-components-color-accent: #cc1818;--wp-components-color-accent-darker-10: #9e1313;--wp-components-color-accent-darker-20: #710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link){color:#cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled,[aria-disabled=true]){color:#710d0d}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #cc1818}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled,[aria-disabled=true]){background:#ccc}.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):disabled,.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link)[aria-disabled=true]{color:#949494}.components-button.is-destructive.is-tertiary:hover:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-secondary:hover:not(:disabled,[aria-disabled=true]){background:#cc18180a}.components-button.is-destructive.is-tertiary:active:not(:disabled,[aria-disabled=true]),.components-button.is-destructive.is-secondary:active:not(:disabled,[aria-disabled=true]){background:#cc181814}.components-button.is-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:none;outline:none;text-align:left;color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));text-decoration:underline;height:auto}@media not (prefers-reduced-motion){.components-button.is-link{transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out}}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:not(:disabled,[aria-disabled=true]):active{color:var(--wp-components-color-foreground, #1e1e1e)}.components-button:disabled,.components-button[aria-disabled=true]{cursor:default;color:#949494}.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{background-size:100px 100%;background-image:linear-gradient(-45deg,#fafafa 33%,#e0e0e0 33%,#e0e0e0 70%,#fafafa 70%)}@media not (prefers-reduced-motion){.components-button.is-busy,.components-button.is-secondary.is-busy,.components-button.is-secondary.is-busy:disabled,.components-button.is-secondary.is-busy[aria-disabled=true]{animation:components-button__busy-animation 2.5s infinite linear}}.components-button.is-compact{height:32px}.components-button.is-compact.has-icon:not(.has-text){padding:0;min-width:32px}.components-button.is-small{height:24px;line-height:22px;padding:0 8px;font-size:11px}.components-button.is-small.has-icon:not(.has-text){padding:0;min-width:24px}.components-button.has-icon{padding:6px;min-width:36px;justify-content:center}.components-button.has-icon.is-next-40px-default-size{min-width:40px}.components-button.has-icon .dashicon{display:inline-flex;justify-content:center;align-items:center;padding:2px;box-sizing:content-box}.components-button.has-icon.has-text{justify-content:start;padding-right:12px;padding-left:8px;gap:4px}.components-button.is-pressed,.components-button.is-pressed:hover{color:var(--wp-components-color-foreground-inverted, #fff)}.components-button.is-pressed:not(:disabled,[aria-disabled=true]),.components-button.is-pressed:hover:not(:disabled,[aria-disabled=true]){background:var(--wp-components-color-foreground, #1e1e1e)}.components-button.is-pressed:disabled,.components-button.is-pressed[aria-disabled=true]{color:#949494}.components-button.is-pressed:disabled:not(.is-primary):not(.is-secondary):not(.is-tertiary),.components-button.is-pressed[aria-disabled=true]:not(.is-primary):not(.is-secondary):not(.is-tertiary){color:var(--wp-components-color-foreground-inverted, #fff);background:#949494}.components-button.is-pressed:focus:not(:disabled){box-shadow:inset 0 0 0 1px var(--wp-components-color-background, #fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent}.components-button svg{fill:currentColor;outline:none}@media (forced-colors: active){.components-button svg{fill:CanvasText}}.components-button .components-visually-hidden{height:auto}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-checkbox-control{--checkbox-input-size: 24px;--checkbox-input-margin: 8px}@media (min-width: 600px){.components-checkbox-control{--checkbox-input-size: 16px}}.components-checkbox-control__label{line-height:var(--checkbox-input-size);cursor:pointer}.components-checkbox-control__input[type=checkbox]{border:1px solid #1e1e1e;transition:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;font-size:16px;line-height:normal;box-shadow:0 0 0 transparent;border-radius:2px;border:1px solid #949494;background:#fff;color:#1e1e1e;clear:none;cursor:pointer;display:inline-block;line-height:0;margin:0 4px 0 0;outline:0;padding:0!important;text-align:center;vertical-align:top;width:var(--checkbox-input-size);height:var(--checkbox-input-size);-webkit-appearance:none;-moz-appearance:none;appearance:none}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:box-shadow .1s linear}}@media (min-width: 600px){.components-checkbox-control__input[type=checkbox]{font-size:13px;line-height:normal}}.components-checkbox-control__input[type=checkbox]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]::-moz-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder{color:#1e1e1e9e}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.components-checkbox-control__input[type=checkbox]:checked{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox]:checked::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-3px -5px;color:#fff}@media (min-width: 782px){.components-checkbox-control__input[type=checkbox]:checked:before,.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{margin:-4px 0 0 -5px}}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]{background:var(--wp-admin-theme-color);border-color:var(--wp-admin-theme-color)}.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{content:"";float:left;display:inline-block;vertical-align:middle;width:16px;font: 30px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 782px){.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before{float:none;font-size:21px}}.components-checkbox-control__input[type=checkbox][aria-disabled=true],.components-checkbox-control__input[type=checkbox]:disabled{background:#f0f0f0;border-color:#ddd;cursor:default;opacity:1}@media not (prefers-reduced-motion){.components-checkbox-control__input[type=checkbox]{transition:.1s border-color ease-in-out}}.components-checkbox-control__input[type=checkbox]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:2px}.components-checkbox-control__input[type=checkbox]:checked,.components-checkbox-control__input[type=checkbox]:indeterminate{background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-checkbox-control__input[type=checkbox]:checked::-ms-check,.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check{opacity:0}.components-checkbox-control__input[type=checkbox]:checked:before{content:none}.components-checkbox-control__input-container{position:relative;display:inline-block;margin-right:var(--checkbox-input-margin);vertical-align:middle;width:var(--checkbox-input-size);aspect-ratio:1;line-height:1;flex-shrink:0}svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size: var(--checkbox-input-size);fill:#fff;cursor:pointer;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:var(--checkmark-size);height:var(--checkmark-size);-webkit-user-select:none;user-select:none;pointer-events:none}@media (min-width: 600px){svg.components-checkbox-control__checked,svg.components-checkbox-control__indeterminate{--checkmark-size: calc(var(--checkbox-input-size) + 4px)}}.components-checkbox-control__help{display:inline-block;margin-inline-start:calc(var(--checkbox-input-size) + var(--checkbox-input-margin))}.components-circular-option-picker{display:inline-block;width:100%;min-width:188px}.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper{display:flex;justify-content:flex-end;margin-top:12px}.components-circular-option-picker .components-circular-option-picker__swatches{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.components-circular-option-picker>*:not(.components-circular-option-picker__swatches){position:relative;z-index:0}.components-circular-option-picker__option-wrapper{display:inline-block;height:28px;width:28px;vertical-align:top;transform:scale(1)}@media not (prefers-reduced-motion){.components-circular-option-picker__option-wrapper{transition:.1s transform ease;will-change:transform}}.components-circular-option-picker__option-wrapper:hover{transform:scale(1.2)}.components-circular-option-picker__option-wrapper>div{height:100%;width:100%}.components-circular-option-picker__option-wrapper:before{content:"";position:absolute;top:1px;left:1px;bottom:1px;right:1px;border-radius:50%;z-index:-1;background:url('data:image/svg+xml,%3Csvg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6 8V6H4v2h2zM8 8V6h2v2H8zM10 16H8v-2h2v2zM12 16v-2h2v2h-2zM12 18v-2h-2v2H8v2h2v-2h2zM14 18v2h-2v-2h2zM16 18h-2v-2h2v2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z" fill="%23555D65"/%3E%3Cpath d="M18 18v2h-2v-2h2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z" fill="%23555D65"/%3E%3C/svg%3E')}.components-circular-option-picker__option{display:inline-block;vertical-align:top;height:100%!important;aspect-ratio:1;border:none;border-radius:50%;background:transparent;box-shadow:inset 0 0 0 14px;cursor:pointer}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:.1s box-shadow ease}}.components-circular-option-picker__option:hover{box-shadow:inset 0 0 0 14px!important}.components-circular-option-picker__option[aria-pressed=true],.components-circular-option-picker__option[aria-selected=true]{box-shadow:inset 0 0 0 4px;position:relative;z-index:1;overflow:visible}.components-circular-option-picker__option[aria-pressed=true]+svg,.components-circular-option-picker__option[aria-selected=true]+svg{position:absolute;left:2px;top:2px;border-radius:50%;z-index:2;pointer-events:none}.components-circular-option-picker__option:after{content:"";position:absolute;top:-1px;left:-1px;bottom:-1px;right:-1px;border-radius:50%;box-shadow:inset 0 0 0 1px #0003;border:1px solid transparent;box-sizing:inherit}.components-circular-option-picker__option:focus:after{content:"";border-radius:50%;box-shadow:inset 0 0 0 2px #fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #757575;width:calc(100% + 4px);height:calc(100% + 4px)}.components-circular-option-picker__option.components-button:focus{background-color:transparent;box-shadow:inset 0 0 0 14px;outline:none}.components-circular-option-picker__button-action .components-circular-option-picker__option{color:#fff;background:#fff}.components-circular-option-picker__dropdown-link-action{margin-right:16px}.components-circular-option-picker__dropdown-link-action .components-button{line-height:22px}.components-palette-edit__popover-gradient-picker{width:260px;padding:8px}.components-dropdown-menu__menu .components-palette-edit__menu-button{width:100%}.component-color-indicator{width:20px;height:20px;box-shadow:inset 0 0 0 1px #0003;border-radius:50%;display:inline-block;padding:0;background:#fff linear-gradient(-45deg,transparent 48%,#ddd 48%,#ddd 52%,transparent 52%)}.components-combobox-control{width:100%}input.components-combobox-control__input[type=text]{width:100%;border:none;box-shadow:none;font-family:inherit;font-size:16px;padding:2px;margin:0;line-height:inherit;min-height:auto;background:var(--wp-components-color-background, #fff);color:var(--wp-components-color-foreground, #1e1e1e)}@media (min-width: 600px){input.components-combobox-control__input[type=text]{font-size:13px}}input.components-combobox-control__input[type=text]:focus{outline:none;box-shadow:none}.components-combobox-control__suggestions-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;box-shadow:0 0 0 transparent;border-radius:2px;border:1px solid #949494;display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;padding:0}@media not (prefers-reduced-motion){.components-combobox-control__suggestions-container{transition:box-shadow .1s linear}}@media (min-width: 600px){.components-combobox-control__suggestions-container{font-size:13px;line-height:normal}}.components-combobox-control__suggestions-container:focus{border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent}.components-combobox-control__suggestions-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container::-moz-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:-ms-input-placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container:focus-within{border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent}.components-combobox-control__suggestions-container .components-spinner{margin:0}.components-color-palette__custom-color-wrapper{position:relative;z-index:0}.components-color-palette__custom-color-button{position:relative;border:none;background:none;height:64px;width:100%;box-sizing:border-box;cursor:pointer;outline:1px solid transparent;border-radius:4px 4px 0 0;box-shadow:inset 0 0 0 1px #0003}.components-color-palette__custom-color-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline-width:2px}.components-color-palette__custom-color-button:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;z-index:-1;background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 25%,transparent 75%,#e0e0e0 75%,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 25%,transparent 75%,#e0e0e0 75%,#e0e0e0);background-position:0 0,24px 24px;background-size:48px 48px;border-radius:3px 3px 0 0}.components-color-palette__custom-color-text-wrapper{padding:12px 16px;border-radius:0 0 4px 4px;position:relative;font-size:13px;box-shadow:inset 0 -1px #0003,inset 1px 0 #0003,inset -1px 0 #0003}.components-color-palette__custom-color-name{color:var(--wp-components-color-foreground, #1e1e1e);margin:0 1px}.components-color-palette__custom-color-value{color:#757575}.components-color-palette__custom-color-value--is-hex{text-transform:uppercase}.components-color-palette__custom-color-value:empty:after{content:"​";visibility:hidden}.components-custom-gradient-picker__gradient-bar{border-radius:2px;width:100%;height:48px;position:relative;z-index:1}.components-custom-gradient-picker__gradient-bar.has-gradient{background-image:repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 25%,transparent 75%,#e0e0e0 75%,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,transparent 25%,transparent 75%,#e0e0e0 75%,#e0e0e0);background-position:0 0,12px 12px;background-size:24px 24px}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background{position:absolute;top:0;right:0;bottom:0;left:0}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container{position:relative;width:calc(100% - 48px);margin-left:auto;margin-right:auto}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown{position:absolute;height:16px;width:16px;top:16px;display:flex}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown{position:relative;height:inherit;width:inherit;min-width:16px!important;border-radius:50%;background:#fff;padding:2px;color:#1e1e1e}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg{height:100%;width:100%}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button{height:inherit;width:inherit;border-radius:50%;padding:0;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px #00000040;outline:2px solid transparent}.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus,.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active{box-shadow:inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff,0 0 2px #00000040;outline:1.5px solid transparent}.components-custom-gradient-picker__remove-control-point-wrapper{padding-bottom:8px}.components-custom-gradient-picker__inserter{direction:ltr}.components-custom-gradient-picker__liner-gradient-indicator{display:inline-block;flex:0 auto;width:20px;height:20px}.components-custom-gradient-picker__ui-line{position:relative;z-index:0}.block-editor-dimension-control .components-base-control__field{display:flex;align-items:center}.block-editor-dimension-control .components-base-control__label{display:flex;align-items:center;margin-right:1em;margin-bottom:0}.block-editor-dimension-control .components-base-control__label .dashicon{margin-right:.5em}.block-editor-dimension-control.is-manual .components-base-control__label{width:10em}body.is-dragging-components-draggable{cursor:move;cursor:grabbing!important}.components-draggable__invisible-drag-image{position:fixed;left:-1000px;height:50px;width:50px}.components-draggable__clone{position:fixed;padding:0;background:transparent;pointer-events:none;z-index:1000000000}.components-drop-zone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;visibility:hidden;opacity:0;border-radius:2px}.components-drop-zone.is-active{opacity:1;visibility:visible}.components-drop-zone .components-drop-zone__content{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;display:flex;background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));align-items:center;justify-content:center;z-index:50;text-align:center;color:#fff;opacity:0;pointer-events:none}.components-drop-zone .components-drop-zone__content-inner{opacity:0;transform:scale(.9)}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{opacity:1}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content{transition:opacity .2s ease-in-out}}.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{opacity:1;transform:scale(1)}@media not (prefers-reduced-motion){.components-drop-zone.is-active.is-dragging-over-element .components-drop-zone__content-inner{transition:opacity .1s ease-in-out .1s,transform .1s ease-in-out .1s}}.components-drop-zone__content-icon,.components-drop-zone__content-text{display:block}.components-drop-zone__content-icon{margin:0 auto 8px;line-height:0;fill:currentColor;pointer-events:none}.components-drop-zone__content-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-dropdown{display:inline-block}.components-dropdown__content .components-popover__content{padding:8px}.components-dropdown__content .components-popover__content:has(.components-menu-group){padding:0}.components-dropdown__content .components-popover__content:has(.components-menu-group) .components-dropdown-menu__menu>.components-menu-item__button,.components-dropdown__content .components-popover__content:has(.components-menu-group)>.components-menu-item__button{margin:8px;width:auto}.components-dropdown__content [role=menuitem]{white-space:nowrap}.components-dropdown__content .components-menu-group{padding:8px}.components-dropdown__content .components-menu-group+.components-menu-group{border-top:1px solid #ccc;padding:8px}.components-dropdown__content.is-alternate .components-menu-group+.components-menu-group{border-color:#1e1e1e}.components-dropdown-menu__toggle{vertical-align:top}.components-dropdown-menu__menu{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.4}.components-dropdown-menu__menu .components-dropdown-menu__menu-item,.components-dropdown-menu__menu .components-menu-item{width:100%;padding:6px;outline:none;cursor:pointer;white-space:nowrap}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,.components-dropdown-menu__menu .components-menu-item.has-separator{margin-top:6px;position:relative;overflow:visible}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,.components-dropdown-menu__menu .components-menu-item.has-separator:before{display:block;content:"";box-sizing:content-box;background-color:#ddd;position:absolute;top:-3px;left:0;right:0;height:1px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,.components-dropdown-menu__menu .components-menu-item.is-active svg,.components-dropdown-menu__menu .components-menu-item.is-active .dashicon{color:#fff;background:#1e1e1e;box-shadow:0 0 0 1px #1e1e1e;border-radius:1px}.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,.components-dropdown-menu__menu .components-menu-item.is-icon-only{width:auto}.components-dropdown-menu__menu .components-menu-item__button,.components-dropdown-menu__menu .components-menu-item__button.components-button{min-height:40px;height:auto;text-align:left;padding-left:8px;padding-right:8px}.components-duotone-picker__color-indicator:before{background:transparent}.components-duotone-picker__color-indicator>.components-button{background:linear-gradient(-45deg,transparent 48%,#ddd 48%,#ddd 52%,transparent 52%);color:transparent}.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled){background:linear-gradient(-45deg,transparent 48%,#ddd 48%,#ddd 52%,transparent 52%);color:transparent}.components-duotone-picker__color-indicator>.components-button:hover:not(:disabled):not([aria-disabled=true]){color:transparent}.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active{color:transparent}.components-color-list-picker,.components-color-list-picker__swatch-button{width:100%}.components-color-list-picker__color-picker{margin:8px 0}.components-color-list-picker__swatch-color{margin:2px}.components-external-link{text-decoration:none}.components-external-link__contents{text-decoration:underline}.components-external-link__icon{margin-left:.5ch;font-weight:400}.components-form-toggle{position:relative;display:inline-block;height:16px}.components-form-toggle .components-form-toggle__track{position:relative;content:"";display:inline-block;box-sizing:border-box;vertical-align:top;background-color:#fff;border:1px solid #949494;width:32px;height:16px;border-radius:8px;overflow:hidden}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track{transition:.2s background-color ease,.2s border-color ease}}.components-form-toggle .components-form-toggle__track:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;border-top:16px solid transparent;opacity:0}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:.2s opacity ease}}.components-form-toggle .components-form-toggle__thumb{display:block;position:absolute;box-sizing:border-box;top:2px;left:2px;width:12px;height:12px;border-radius:50%;background-color:#1e1e1e;box-shadow:0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;border:6px solid transparent}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:.2s transform ease,.2s background-color ease-out}}.components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-form-toggle.is-checked .components-form-toggle__track:after{opacity:1}.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent;outline-offset:2px}.components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff;border-width:0;transform:translate(16px)}.components-form-toggle.is-disabled,.components-disabled .components-form-toggle{opacity:.3}.components-form-toggle input.components-form-toggle__input[type=checkbox]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;margin:0;padding:0;z-index:1;border:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked{background:none}.components-form-toggle input.components-form-toggle__input[type=checkbox]:before{content:""}.components-form-toggle input.components-form-toggle__input[type=checkbox]:not(:disabled,[aria-disabled=true]){cursor:pointer}.components-form-token-field__input-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:normal;box-shadow:0 0 0 transparent;border-radius:2px;border:1px solid #949494;width:100%;padding:0;cursor:text}@media not (prefers-reduced-motion){.components-form-token-field__input-container{transition:box-shadow .1s linear}}@media (min-width: 600px){.components-form-token-field__input-container{font-size:13px;line-height:normal}}.components-form-token-field__input-container:focus{border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent}.components-form-token-field__input-container::-webkit-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container::-moz-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container:-ms-input-placeholder{color:#1e1e1e9e}.components-form-token-field__input-container.is-disabled{background:#ddd;border-color:#ddd}.components-form-token-field__input-container.is-active{border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent}.components-form-token-field__input-container input[type=text].components-form-token-field__input{display:inline-block;flex:1;font-family:inherit;font-size:16px;width:100%;max-width:100%;margin-left:4px;padding:0;min-height:24px;min-width:50px;background:inherit;border:0;color:var(--wp-components-color-foreground, #1e1e1e);box-shadow:none}@media (min-width: 600px){.components-form-token-field__input-container input[type=text].components-form-token-field__input{font-size:13px}}.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus,.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input{outline:none;box-shadow:none}.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input{width:auto}.components-form-token-field__token{font-size:13px;display:flex;color:#1e1e1e;max-width:100%}.components-form-token-field__token.is-success .components-form-token-field__token-text,.components-form-token-field__token.is-success .components-form-token-field__remove-token{background:#4ab866}.components-form-token-field__token.is-error .components-form-token-field__token-text,.components-form-token-field__token.is-error .components-form-token-field__remove-token{background:#cc1818}.components-form-token-field__token.is-validating .components-form-token-field__token-text,.components-form-token-field__token.is-validating .components-form-token-field__remove-token{color:#757575}.components-form-token-field__token.is-borderless{position:relative;padding:0 24px 0 0}.components-form-token-field__token.is-borderless .components-form-token-field__token-text{background:transparent}.components-form-token-field__token.is-borderless:not(.is-disabled) .components-form-token-field__token-text{color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-form-token-field__token.is-borderless .components-form-token-field__remove-token{background:transparent;color:#757575;position:absolute;top:1px;right:0}.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text{color:#4ab866}.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text{color:#cc1818;padding:0 4px 0 6px}.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text{color:#1e1e1e}.components-form-token-field__token-text,.components-form-token-field__remove-token.components-button{display:inline-block;height:auto;background:#ddd;min-width:unset}@media not (prefers-reduced-motion){.components-form-token-field__token-text,.components-form-token-field__remove-token.components-button{transition:all .2s cubic-bezier(.4,1,.4,1)}}.components-form-token-field__token-text{border-radius:1px 0 0 1px;padding:0 0 0 8px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.components-form-token-field__remove-token.components-button{border-radius:0 1px 1px 0;color:#1e1e1e;line-height:10px;overflow:initial}.components-form-token-field__remove-token.components-button:hover:not(:disabled){color:#1e1e1e}.components-form-token-field__suggestions-list{flex:1 0 100%;min-width:100%;max-height:128px;overflow-y:auto;list-style:none;box-shadow:inset 0 1px #949494;margin:0;padding:0}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestion{color:var(--wp-components-color-foreground, #1e1e1e);display:block;font-size:13px;padding:8px 12px;min-height:32px;margin:0;box-sizing:border-box}.components-form-token-field__suggestion.is-selected{background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));color:var(--wp-components-color-foreground-inverted, #fff)}.components-form-token-field__suggestion[aria-disabled=true]{pointer-events:none;color:#949494}.components-form-token-field__suggestion[aria-disabled=true].is-selected{background:color-mix(in srgb,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%,transparent)}.components-form-token-field__suggestion:not(.is-empty){cursor:pointer}@media (min-width: 600px){.components-guide{width:600px}}.components-guide .components-modal__content{padding:0;margin-top:0}.components-guide .components-modal__content:before{content:none}.components-guide .components-modal__header{border-bottom:none;padding:0;position:sticky;height:60px}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-modal__header .components-button:hover svg{fill:#fff}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-60px;min-height:100%}.components-guide .components-guide__page{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width: 600px){.components-guide .components-guide__page{min-height:300px}}.components-guide .components-guide__footer{align-content:center;display:flex;height:36px;justify-content:center;margin:0 0 24px;padding:0 32px;position:relative;width:100%}.components-guide .components-guide__page-control{margin:0;text-align:center}.components-guide .components-guide__page-control li{display:inline-block;margin:0}.components-guide .components-guide__page-control .components-button{margin:-6px 0;color:#e0e0e0}.components-guide .components-guide__page-control li[aria-current=step] .components-button{color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-modal__frame.components-guide{border:none;min-width:312px;max-height:575px}@media (max-width: 600px){.components-modal__frame.components-guide{margin:auto;max-width:calc(100vw - 32px)}}.components-button.components-guide__back-button,.components-button.components-guide__forward-button,.components-button.components-guide__finish-button{position:absolute}.components-button.components-guide__back-button{left:32px}.components-button.components-guide__forward-button,.components-button.components-guide__finish-button{right:32px}[role=region]{position:relative}[role=region].interface-interface-skeleton__content:focus-visible:after{content:"";position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;outline-color:var(--wp-admin-theme-color);outline-style:solid;outline-width:calc(2 * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));outline-offset:calc(2 * ((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));z-index:1000000}.is-focusing-regions [role=region]:focus:after{content:"";position:absolute;pointer-events:none;top:0;right:0;bottom:0;left:0;outline-color:var(--wp-admin-theme-color);outline-style:solid;outline-width:calc(2 * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));outline-offset:calc(2 * ((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));z-index:1000000}.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,.is-focusing-regions .interface-interface-skeleton__sidebar .editor-layout__toggle-sidebar-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-publish-panel,.is-focusing-regions .interface-interface-skeleton__actions .editor-layout__toggle-entities-saved-states-panel,.is-focusing-regions .editor-post-publish-panel{outline-color:var(--wp-admin-theme-color);outline-style:solid;outline-width:calc(2 * (var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)));outline-offset:calc(2 * ((-1 * var(--wp-admin-border-width-focus)) / var(--wp-block-editor-iframe-zoom-out-scale, 1)))}.components-menu-group+.components-menu-group{padding-top:8px;border-top:1px solid #1e1e1e}.components-menu-group+.components-menu-group.has-hidden-separator{border-top:none;margin-top:0;padding-top:0}.components-menu-group:has(>div:empty){display:none}.components-menu-group__label{padding:0 8px;margin-top:4px;margin-bottom:12px;color:#757575;text-transform:uppercase;font-size:11px;font-weight:500;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%}.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child{padding-right:48px;box-sizing:initial}.components-menu-item__button .components-menu-items__item-icon,.components-menu-item__button.components-button .components-menu-items__item-icon{display:inline-block;flex:0 0 auto}.components-menu-item__button .components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right{margin-right:-2px;margin-left:24px}.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right{margin-left:8px}.components-menu-item__button .block-editor-block-icon,.components-menu-item__button.components-button .block-editor-block-icon{margin-left:-2px;margin-right:8px}.components-menu-item__button.is-primary,.components-menu-item__button.components-button.is-primary{justify-content:center}.components-menu-item__button.is-primary .components-menu-item__item,.components-menu-item__button.components-button.is-primary .components-menu-item__item{margin-right:0}.components-menu-item__button:disabled.is-tertiary,.components-menu-item__button[aria-disabled=true].is-tertiary,.components-menu-item__button.components-button:disabled.is-tertiary,.components-menu-item__button.components-button[aria-disabled=true].is-tertiary{background:none;color:var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));opacity:.3}.components-menu-item__info-wrapper{display:flex;flex-direction:column;margin-right:auto}.components-menu-item__info{margin-top:4px;font-size:12px;color:#757575;white-space:normal}.components-menu-item__item{white-space:nowrap;min-width:160px;margin-right:auto;display:inline-flex;align-items:center}.components-menu-item__shortcut{align-self:center;margin-right:0;margin-left:auto;padding-left:24px;color:currentColor;display:none}@media (min-width: 480px){.components-menu-item__shortcut{display:inline}}.components-menu-items-choice,.components-menu-items-choice.components-button{min-height:40px;height:auto}.components-menu-items-choice svg,.components-menu-items-choice.components-button svg{margin-right:12px}.components-menu-items-choice.has-icon,.components-menu-items-choice.components-button.has-icon{padding-left:12px}.components-modal__screen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000059;z-index:100000;display:flex}@keyframes __wp-base-styles-fade-in{0%{opacity:0}to{opacity:1}}@media not (prefers-reduced-motion){.components-modal__screen-overlay{animation:__wp-base-styles-fade-in .08s linear 0s;animation-fill-mode:forwards}}@keyframes __wp-base-styles-fade-out{0%{opacity:1}to{opacity:0}}@media not (prefers-reduced-motion){.components-modal__screen-overlay.is-animating-out{animation:__wp-base-styles-fade-out .08s linear 80ms;animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box;margin:40px 0 0;width:100%;background:#fff;box-shadow:0 5px 15px #00000014,0 15px 27px #00000012,0 30px 36px #0000000a,0 50px 43px #00000005;border-radius:8px 8px 0 0;overflow:hidden;display:flex;animation-name:components-modal__appear-animation;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.29,0,0,1)}.components-modal__frame *,.components-modal__frame *:before,.components-modal__frame *:after{box-sizing:inherit}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--modal-frame-animation-duration)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:cubic-bezier(1,0,.2,1)}@media (min-width: 600px){.components-modal__frame{border-radius:8px;margin:auto;width:auto;min-width:350px;max-width:calc(100% - 32px);max-height:calc(100% - 120px)}}@media (min-width: 600px) and (min-width: 600px){.components-modal__frame.is-full-screen{width:calc(100% - 32px);height:calc(100% - 32px);max-height:none}}@media (min-width: 600px) and (min-width: 782px){.components-modal__frame.is-full-screen{width:calc(100% - 80px);height:calc(100% - 80px);max-width:none}}@media (min-width: 600px){.components-modal__frame.has-size-small,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-large{width:100%}}@media (min-width: 600px){.components-modal__frame.has-size-small{max-width:384px}}@media (min-width: 600px){.components-modal__frame.has-size-medium{max-width:512px}}@media (min-width: 600px){.components-modal__frame.has-size-large{max-width:840px}}@media (min-width: 960px){.components-modal__frame{max-height:70%}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.components-modal__header{box-sizing:border-box;border-bottom:1px solid transparent;padding:24px 32px 8px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:72px;width:100%;z-index:10;position:absolute;top:0;left:0}.components-modal__header .components-modal__header-heading{font-size:1.2rem;font-weight:600}.components-modal__header h1{line-height:1;margin:0}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-bottom-color:#ddd}.components-modal__header+p{margin-top:0}.components-modal__header-heading-container{align-items:center;flex-grow:1;display:flex;flex-direction:row;justify-content:left}.components-modal__header-icon-container{display:inline-block}.components-modal__header-icon-container svg{max-width:36px;max-height:36px;padding:8px}.components-modal__content{flex:1;margin-top:72px;padding:4px 32px 32px;overflow:auto}.components-modal__content.hide-header{margin-top:0;padding-top:32px}.components-modal__content.is-scrollable:focus-visible{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent;outline-offset:-2px}.components-notice{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background-color:#fff;border-left:4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));padding:8px 12px;align-items:center;color:#1e1e1e}.components-notice.is-dismissible{position:relative}.components-notice.is-success{border-left-color:#4ab866;background-color:#eff9f1}.components-notice.is-warning{border-left-color:#f0b849;background-color:#fef8ee}.components-notice.is-error{border-left-color:#cc1818;background-color:#f4a2a2}.components-notice__content{flex-grow:1;margin:4px 25px 4px 0}.components-notice__actions{display:flex;flex-wrap:wrap}.components-notice__action.components-button{margin-right:8px}.components-notice__action.components-button,.components-notice__action.components-button.is-link{margin-left:12px}.components-notice__action.components-button.is-secondary{vertical-align:initial}.components-notice__dismiss{color:#757575;align-self:flex-start;flex-shrink:0}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus{color:#1e1e1e;background-color:transparent}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{max-width:100vw;box-sizing:border-box}.components-notice-list .components-notice__content{margin-top:12px;margin-bottom:12px;line-height:2}.components-notice-list .components-notice__action.components-button{display:block;margin-left:0;margin-top:8px}.components-panel{background:#fff;border:1px solid #e0e0e0}.components-panel>.components-panel__header:first-child,.components-panel>.components-panel__body:first-child{margin-top:-1px}.components-panel>.components-panel__header:last-child,.components-panel>.components-panel__body:last-child{border-bottom-width:0}.components-panel+.components-panel{margin-top:-1px}.components-panel__body{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.components-panel__body h3{margin:0 0 .5em}.components-panel__body.is-opened{padding:16px}.components-panel__header{display:flex;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 16px;border-bottom:1px solid #ddd;box-sizing:content-box;height:47px}.components-panel__header h2{margin:0;font-size:inherit;color:inherit}.components-panel__body+.components-panel__body,.components-panel__body+.components-panel__header,.components-panel__header+.components-panel__body,.components-panel__header+.components-panel__header{margin-top:-1px}.components-panel__body>.components-panel__body-title{display:block;padding:0;font-size:inherit;margin-top:0;margin-bottom:0}@media not (prefers-reduced-motion){.components-panel__body>.components-panel__body-title{transition:.1s background ease-in-out}}.components-panel__body.is-opened>.components-panel__body-title{margin:-16px -16px 5px}.components-panel__body>.components-panel__body-title:hover{background:#f0f0f0;border:none}.components-panel__body-toggle.components-button{position:relative;padding:16px 48px 16px 16px;outline:none;width:100%;font-weight:500;text-align:left;color:#1e1e1e;border:none;box-shadow:none;height:auto}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:.1s background ease-in-out}}.components-panel__body-toggle.components-button:focus{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));border-radius:0}.components-panel__body-toggle.components-button .components-panel__arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#1e1e1e;fill:currentColor}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button .components-panel__arrow{transition:.1s color ease-in-out}}body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right{transform:scaleX(-1);-ms-filter:fliph;filter:FlipH;margin-top:-10px}.components-panel__icon{color:#757575;margin:-2px 0 -2px 6px}.components-panel__body-toggle-icon{margin-right:-5px}.components-panel__color-title{float:left;height:19px}.components-panel__row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;min-height:36px}.components-panel__row select{min-width:0}.components-panel__row label{margin-right:12px;flex-shrink:0;max-width:75%}.components-panel__row:empty,.components-panel__row:first-of-type{margin-top:0}.components-panel .circle-picker{padding-bottom:20px}.components-placeholder.components-placeholder{font-size:13px;box-sizing:border-box;position:relative;padding:24px;width:100%;text-align:left;margin:0;color:#1e1e1e;display:flex;flex-direction:column;align-items:flex-start;gap:16px;-moz-font-smoothing:subpixel-antialiased;-webkit-font-smoothing:subpixel-antialiased;border-radius:2px;background-color:#fff;box-shadow:inset 0 0 0 1px #1e1e1e;outline:1px solid transparent}.components-placeholder__error,.components-placeholder__instructions,.components-placeholder__label,.components-placeholder__fieldset{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;letter-spacing:initial;line-height:initial;text-transform:none;font-weight:400}.components-placeholder__label{font-weight:600;align-items:center;display:flex}.components-placeholder__label>svg,.components-placeholder__label .dashicon,.components-placeholder__label .block-editor-block-icon{margin-right:4px;fill:currentColor}@media (forced-colors: active){.components-placeholder__label>svg,.components-placeholder__label .dashicon,.components-placeholder__label .block-editor-block-icon{fill:CanvasText}}.components-placeholder__label:empty{display:none}.components-placeholder__fieldset,.components-placeholder__fieldset form{display:flex;flex-direction:row;width:100%;flex-wrap:wrap;gap:16px;justify-content:flex-start}.components-placeholder__fieldset p,.components-placeholder__fieldset form p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-placeholder__fieldset.is-column-layout,.components-placeholder__fieldset.is-column-layout form{flex-direction:column}.components-placeholder__input[type=url]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;font-size:16px;line-height:normal;box-shadow:0 0 0 transparent;border-radius:2px;border:1px solid #949494;flex:1 1 auto}@media not (prefers-reduced-motion){.components-placeholder__input[type=url]{transition:box-shadow .1s linear}}@media (min-width: 600px){.components-placeholder__input[type=url]{font-size:13px;line-height:normal}}.components-placeholder__input[type=url]:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.components-placeholder__input[type=url]::-webkit-input-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]::-moz-placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]:-ms-input-placeholder{color:#1e1e1e9e}.components-placeholder__error{width:100%;gap:8px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link{margin-left:10px;margin-right:10px}.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child{margin-right:0}.components-placeholder.is-medium .components-placeholder__instructions,.components-placeholder.is-small .components-placeholder__instructions{display:none}.components-placeholder.is-medium .components-placeholder__fieldset,.components-placeholder.is-medium .components-placeholder__fieldset form,.components-placeholder.is-small .components-placeholder__fieldset,.components-placeholder.is-small .components-placeholder__fieldset form{flex-direction:column}.components-placeholder.is-medium .components-placeholder__fieldset>*,.components-placeholder.is-medium .components-button,.components-placeholder.is-small .components-placeholder__fieldset>*,.components-placeholder.is-small .components-button{width:100%;justify-content:center}.components-placeholder.is-small{padding:16px}.components-placeholder.has-illustration{color:inherit;display:flex;box-shadow:none;border-radius:0;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);background-color:transparent;backface-visibility:hidden;overflow:hidden}.is-dark-theme .components-placeholder.has-illustration{background-color:#0000001a}.components-placeholder.has-illustration .components-placeholder__fieldset{margin-left:0;margin-right:0}.components-placeholder.has-illustration .components-placeholder__label,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-button{opacity:0;pointer-events:none}@media not (prefers-reduced-motion){.components-placeholder.has-illustration .components-placeholder__label,.components-placeholder.has-illustration .components-placeholder__instructions,.components-placeholder.has-illustration .components-button{transition:opacity .1s linear}}.is-selected>.components-placeholder.has-illustration .components-placeholder__label,.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,.is-selected>.components-placeholder.has-illustration .components-button{opacity:1;pointer-events:auto}.components-placeholder.has-illustration:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:currentColor;opacity:.1}.is-selected .components-placeholder.has-illustration{overflow:auto}.components-placeholder__preview{display:flex;justify-content:center}.components-placeholder__illustration{box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;stroke:currentColor;opacity:.25}.components-popover{box-sizing:border-box;z-index:1000000;will-change:transform}.components-popover *,.components-popover *:before,.components-popover *:after{box-sizing:inherit}.components-popover.is-expanded{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000000!important}.components-popover__content{background:#fff;box-shadow:0 0 0 1px #ccc,0 2px 3px #0000000d,0 4px 5px #0000000a,0 12px 12px #00000008,0 16px 16px #00000005;border-radius:4px;box-sizing:border-box;width:min-content}.is-alternate .components-popover__content{box-shadow:0 0 0 1px #1e1e1e;border-radius:2px}.is-unstyled .components-popover__content{background:none;border-radius:0;box-shadow:none}.components-popover.is-expanded .components-popover__content{position:static;height:calc(100% - 48px);overflow-y:visible;width:auto;box-shadow:0 -1px #ccc}.components-popover.is-expanded.is-alternate .components-popover__content{box-shadow:0 -1px #1e1e1e}.components-popover__header{align-items:center;background:#fff;display:flex;height:48px;justify-content:space-between;padding:0 8px 0 16px}.components-popover__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.components-popover__close.components-button{z-index:5}.components-popover__arrow{position:absolute;width:14px;height:14px;pointer-events:none;display:flex}.components-popover__arrow:before{content:"";position:absolute;top:-1px;left:1px;height:2px;right:1px;background-color:#fff}.components-popover__arrow.is-top{bottom:-14px!important;transform:rotate(0)}.components-popover__arrow.is-right{left:-14px!important;transform:rotate(90deg)}.components-popover__arrow.is-bottom{top:-14px!important;transform:rotate(180deg)}.components-popover__arrow.is-left{right:-14px!important;transform:rotate(-90deg)}.components-popover__triangle{display:block;flex:1}.components-popover__triangle-bg{fill:#fff}.components-popover__triangle-border{fill:transparent;stroke-width:1px;stroke:#ccc}.is-alternate .components-popover__triangle-border{stroke:#1e1e1e}.components-radio-control{border:0;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px}.components-radio-control__group-wrapper.has-help{margin-block-end:12px}.components-radio-control__option{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto minmax(0,max-content);column-gap:8px;align-items:center}.components-radio-control__input[type=radio]{grid-column:1;grid-row:1;border:1px solid #1e1e1e;transition:none;border-radius:50%;width:24px;height:24px;min-width:24px;max-width:24px;position:relative;display:inline-flex;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}@media not (prefers-reduced-motion){.components-radio-control__input[type=radio]{transition:box-shadow .1s linear}}@media (min-width: 600px){.components-radio-control__input[type=radio]{height:16px;width:16px;min-width:16px;max-width:16px}}.components-radio-control__input[type=radio]:checked:before{box-sizing:inherit;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;background-color:#fff;border:4px solid #fff}@media (min-width: 600px){.components-radio-control__input[type=radio]:checked:before{width:8px;height:8px}}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);outline:2px solid transparent}.components-radio-control__input[type=radio]:checked{background:var(--wp-admin-theme-color);border:none}.components-radio-control__input[type=radio]:focus{box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(2 * var(--wp-admin-border-width-focus)) var(--wp-admin-theme-color);outline:2px solid transparent;outline-offset:2px}.components-radio-control__input[type=radio]:checked{background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-radio-control__input[type=radio]:checked:before{content:"";border-radius:50%}.components-radio-control__label{grid-column:2;grid-row:1;cursor:pointer;line-height:24px}@media (min-width: 600px){.components-radio-control__label{line-height:16px}}.components-radio-control__option-description{grid-column:2;grid-row:2;padding-block-start:4px}.components-radio-control__option-description.components-radio-control__option-description{margin-top:0}.components-resizable-box__handle{display:none;width:23px;height:23px;z-index:2}.components-resizable-box__container.has-show-handle .components-resizable-box__handle{display:block}.components-resizable-box__handle>div{position:relative;width:100%;height:100%;z-index:2;outline:none}.components-resizable-box__container>img{width:inherit}.components-resizable-box__handle:after{display:block;content:"";width:15px;height:15px;border-radius:50%;background:#fff;cursor:inherit;position:absolute;top:calc(50% - 8px);right:calc(50% - 8px);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)),0 1px 1px #00000008,0 1px 2px #00000005,0 3px 3px #00000005,0 4px 4px #00000003;outline:2px solid transparent}.components-resizable-box__side-handle:before{display:block;border-radius:9999px;content:"";width:3px;height:3px;background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));cursor:inherit;position:absolute;top:calc(50% - 1px);right:calc(50% - 1px);opacity:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle,.components-resizable-box__corner-handle{z-index:2}.components-resizable-box__side-handle.components-resizable-box__handle-top,.components-resizable-box__side-handle.components-resizable-box__handle-bottom,.components-resizable-box__side-handle.components-resizable-box__handle-top:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before{width:100%;left:0;border-left:0;border-right:0}.components-resizable-box__side-handle.components-resizable-box__handle-left,.components-resizable-box__side-handle.components-resizable-box__handle-right,.components-resizable-box__side-handle.components-resizable-box__handle-left:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:before{height:100%;top:0;border-top:0;border-bottom:0}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before{animation:components-resizable-box__top-bottom-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not (prefers-reduced-motion){.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before{animation:components-resizable-box__left-right-animation .1s ease-out 0s;animation-fill-mode:forwards}}@media not all and (min-resolution: .001dpcm){@supports (-webkit-appearance: none){.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before{animation:none}.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before,.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before{animation:none}}}@keyframes components-resizable-box__top-bottom-animation{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@keyframes components-resizable-box__left-right-animation{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}/*!rtl:begin:ignore*/.components-resizable-box__handle-right{right:-11.5px}.components-resizable-box__handle-left{left:-11.5px}.components-resizable-box__handle-top{top:-11.5px}.components-resizable-box__handle-bottom{bottom:-11.5px}/*!rtl:end:ignore*/.components-responsive-wrapper{position:relative;max-width:100%;display:flex;align-items:center;justify-content:center}.components-responsive-wrapper__content{display:block;max-width:100%;width:100%}.components-sandbox{overflow:hidden}iframe.components-sandbox{width:100%}html.lockscroll,body.lockscroll{overflow:hidden}.components-select-control__input{outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)!important}@media (max-width: 782px){.components-base-control .components-base-control__field .components-select-control__input{font-size:16px}}.components-snackbar{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;background:#000000d9;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);border-radius:4px;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005;color:#fff;padding:12px 20px;width:100%;max-width:600px;box-sizing:border-box;cursor:pointer;pointer-events:auto}@media (min-width: 600px){.components-snackbar{width:fit-content}}.components-snackbar:focus{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-snackbar.components-snackbar-explicit-dismiss{cursor:default}.components-snackbar .components-snackbar__content-with-icon{position:relative;padding-left:24px}.components-snackbar .components-snackbar__icon{position:absolute;left:-8px;top:-2.9px}.components-snackbar .components-snackbar__dismiss-button{margin-left:24px;cursor:pointer}.components-snackbar__action.components-button,.components-snackbar__action.components-external-link{margin-left:32px;color:#fff;flex-shrink:0}.components-snackbar__action.components-button:focus,.components-snackbar__action.components-external-link:focus{box-shadow:none;outline:1px dotted #fff}.components-snackbar__action.components-button:hover,.components-snackbar__action.components-external-link:hover{text-decoration:none;color:currentColor}.components-snackbar__content{display:flex;align-items:baseline;justify-content:space-between;line-height:1.4}.components-snackbar-list{position:absolute;z-index:100000;width:100%;box-sizing:border-box;pointer-events:none}.components-snackbar-list__notice-container{position:relative;padding-top:8px}.components-tab-panel__tabs{display:flex;align-items:stretch;flex-direction:row}.components-tab-panel__tabs[aria-orientation=vertical]{flex-direction:column}.components-tab-panel__tabs-item{position:relative;border-radius:0;height:48px!important;background:transparent;border:none;box-shadow:none;cursor:pointer;padding:3px 16px;margin-left:0;font-weight:500}.components-tab-panel__tabs-item:focus:not(:disabled){position:relative;box-shadow:none;outline:none}.components-tab-panel__tabs-item:after{content:"";position:absolute;right:0;bottom:0;left:0;pointer-events:none;background:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));height:calc(0 * var(--wp-admin-border-width-focus));border-radius:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:all .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(1 * var(--wp-admin-border-width-focus));outline:2px solid transparent;outline-offset:-1px}.components-tab-panel__tabs-item:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;pointer-events:none;box-shadow:0 0 0 0 transparent;border-radius:2px}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:all .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent;outline-offset:0}.components-text-control__input,.components-text-control__input[type=text],.components-text-control__input[type=tel],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week],.components-text-control__input[type=password],.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime],.components-text-control__input[type=datetime-local],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number]{width:100%;height:32px;margin:0;background:var(--wp-components-color-background, #fff);color:var(--wp-components-color-foreground, #1e1e1e);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:6px 8px;font-size:16px;line-height:normal;box-shadow:0 0 0 transparent;border-radius:2px;border:1px solid #949494}@media not (prefers-reduced-motion){.components-text-control__input,.components-text-control__input[type=text],.components-text-control__input[type=tel],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week],.components-text-control__input[type=password],.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime],.components-text-control__input[type=datetime-local],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number]{transition:box-shadow .1s linear}}@media (min-width: 600px){.components-text-control__input,.components-text-control__input[type=text],.components-text-control__input[type=tel],.components-text-control__input[type=time],.components-text-control__input[type=url],.components-text-control__input[type=week],.components-text-control__input[type=password],.components-text-control__input[type=color],.components-text-control__input[type=date],.components-text-control__input[type=datetime],.components-text-control__input[type=datetime-local],.components-text-control__input[type=email],.components-text-control__input[type=month],.components-text-control__input[type=number]{font-size:13px;line-height:normal}}.components-text-control__input:focus,.components-text-control__input[type=text]:focus,.components-text-control__input[type=tel]:focus,.components-text-control__input[type=time]:focus,.components-text-control__input[type=url]:focus,.components-text-control__input[type=week]:focus,.components-text-control__input[type=password]:focus,.components-text-control__input[type=color]:focus,.components-text-control__input[type=date]:focus,.components-text-control__input[type=datetime]:focus,.components-text-control__input[type=datetime-local]:focus,.components-text-control__input[type=email]:focus,.components-text-control__input[type=month]:focus,.components-text-control__input[type=number]:focus{border-color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));box-shadow:0 0 0 .5px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent}.components-text-control__input::-webkit-input-placeholder,.components-text-control__input[type=text]::-webkit-input-placeholder,.components-text-control__input[type=tel]::-webkit-input-placeholder,.components-text-control__input[type=time]::-webkit-input-placeholder,.components-text-control__input[type=url]::-webkit-input-placeholder,.components-text-control__input[type=week]::-webkit-input-placeholder,.components-text-control__input[type=password]::-webkit-input-placeholder,.components-text-control__input[type=color]::-webkit-input-placeholder,.components-text-control__input[type=date]::-webkit-input-placeholder,.components-text-control__input[type=datetime]::-webkit-input-placeholder,.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,.components-text-control__input[type=email]::-webkit-input-placeholder,.components-text-control__input[type=month]::-webkit-input-placeholder,.components-text-control__input[type=number]::-webkit-input-placeholder{color:#1e1e1e9e}.components-text-control__input::-moz-placeholder,.components-text-control__input[type=text]::-moz-placeholder,.components-text-control__input[type=tel]::-moz-placeholder,.components-text-control__input[type=time]::-moz-placeholder,.components-text-control__input[type=url]::-moz-placeholder,.components-text-control__input[type=week]::-moz-placeholder,.components-text-control__input[type=password]::-moz-placeholder,.components-text-control__input[type=color]::-moz-placeholder,.components-text-control__input[type=date]::-moz-placeholder,.components-text-control__input[type=datetime]::-moz-placeholder,.components-text-control__input[type=datetime-local]::-moz-placeholder,.components-text-control__input[type=email]::-moz-placeholder,.components-text-control__input[type=month]::-moz-placeholder,.components-text-control__input[type=number]::-moz-placeholder{color:#1e1e1e9e}.components-text-control__input:-ms-input-placeholder,.components-text-control__input[type=text]:-ms-input-placeholder,.components-text-control__input[type=tel]:-ms-input-placeholder,.components-text-control__input[type=time]:-ms-input-placeholder,.components-text-control__input[type=url]:-ms-input-placeholder,.components-text-control__input[type=week]:-ms-input-placeholder,.components-text-control__input[type=password]:-ms-input-placeholder,.components-text-control__input[type=color]:-ms-input-placeholder,.components-text-control__input[type=date]:-ms-input-placeholder,.components-text-control__input[type=datetime]:-ms-input-placeholder,.components-text-control__input[type=datetime-local]:-ms-input-placeholder,.components-text-control__input[type=email]:-ms-input-placeholder,.components-text-control__input[type=month]:-ms-input-placeholder,.components-text-control__input[type=number]:-ms-input-placeholder{color:#1e1e1e9e}.components-text-control__input.is-next-40px-default-size,.components-text-control__input[type=text].is-next-40px-default-size,.components-text-control__input[type=tel].is-next-40px-default-size,.components-text-control__input[type=time].is-next-40px-default-size,.components-text-control__input[type=url].is-next-40px-default-size,.components-text-control__input[type=week].is-next-40px-default-size,.components-text-control__input[type=password].is-next-40px-default-size,.components-text-control__input[type=color].is-next-40px-default-size,.components-text-control__input[type=date].is-next-40px-default-size,.components-text-control__input[type=datetime].is-next-40px-default-size,.components-text-control__input[type=datetime-local].is-next-40px-default-size,.components-text-control__input[type=email].is-next-40px-default-size,.components-text-control__input[type=month].is-next-40px-default-size,.components-text-control__input[type=number].is-next-40px-default-size{height:40px;padding-left:12px;padding-right:12px}.components-text-control__input[type=email],.components-text-control__input[type=url]{direction:ltr}.components-tip{display:flex;color:#757575}.components-tip svg{align-self:center;fill:#f0b849;flex-shrink:0;margin-right:16px}.components-tip p{margin:0}.components-toggle-control__label{line-height:16px}.components-toggle-control__label:not(.is-disabled){cursor:pointer}.components-toggle-control__help{display:inline-block;margin-inline-start:40px}.components-accessible-toolbar{display:inline-flex;border:1px solid var(--wp-components-color-foreground, #1e1e1e);border-radius:2px;flex-shrink:0}.components-accessible-toolbar>.components-toolbar-group:last-child{border-right:none}.components-accessible-toolbar.is-unstyled{border:none}.components-accessible-toolbar.is-unstyled>.components-toolbar-group{border-right:none}.components-accessible-toolbar[aria-orientation=vertical],.components-toolbar[aria-orientation=vertical]{display:flex;flex-direction:column;align-items:center}.components-accessible-toolbar .components-button,.components-toolbar .components-button{position:relative;height:48px;z-index:1;padding-left:16px;padding-right:16px}.components-accessible-toolbar .components-button:focus:not(:disabled),.components-toolbar .components-button:focus:not(:disabled){box-shadow:none;outline:none}.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{content:"";position:absolute;display:block;border-radius:2px;height:32px;left:8px;right:8px;z-index:-1}@media not (prefers-reduced-motion){.components-accessible-toolbar .components-button:before,.components-toolbar .components-button:before{animation:components-button__appear-animation .1s ease;animation-fill-mode:forwards}}.components-accessible-toolbar .components-button svg,.components-toolbar .components-button svg{position:relative;margin-left:auto;margin-right:auto}.components-accessible-toolbar .components-button.is-pressed,.components-toolbar .components-button.is-pressed,.components-accessible-toolbar .components-button.is-pressed:hover,.components-toolbar .components-button.is-pressed:hover{background:transparent}.components-accessible-toolbar .components-button.is-pressed:before,.components-toolbar .components-button.is-pressed:before{background:var(--wp-components-color-foreground, #1e1e1e)}.components-accessible-toolbar .components-button:focus:before,.components-toolbar .components-button:focus:before{box-shadow:inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.components-accessible-toolbar .components-button.has-icon.has-icon,.components-toolbar .components-button.has-icon.has-icon{padding-left:8px;padding-right:8px;min-width:48px}@keyframes components-button__appear-animation{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.components-toolbar__control.components-button{position:relative}.components-toolbar__control.components-button[data-subscript] svg{padding:5px 10px 5px 0}.components-toolbar__control.components-button[data-subscript]:after{content:attr(data-subscript);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:600;line-height:12px;position:absolute;right:8px;bottom:10px}.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after{color:#fff}.components-toolbar-group{min-height:48px;border-right:1px solid var(--wp-components-color-foreground, #1e1e1e);background-color:var(--wp-components-color-background, #fff);display:inline-flex;flex-shrink:0;flex-wrap:wrap;padding-left:6px;padding-right:6px;line-height:0}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group .components-button.components-button,.components-toolbar-group .components-button.has-icon.has-icon{justify-content:center;min-width:36px;padding-left:6px;padding-right:6px}.components-toolbar-group .components-button.components-button svg,.components-toolbar-group .components-button.has-icon.has-icon svg{min-width:24px}.components-toolbar-group .components-button.components-button:before,.components-toolbar-group .components-button.has-icon.has-icon:before{left:2px;right:2px}.components-toolbar{min-height:48px;margin:0;border:1px solid var(--wp-components-color-foreground, #1e1e1e);background-color:var(--wp-components-color-background, #fff);display:inline-flex;flex-shrink:0;flex-wrap:wrap}.components-toolbar .components-toolbar.components-toolbar{border-width:0;margin:0}div.components-toolbar>div{display:flex;margin:0}div.components-toolbar>div+div.has-left-divider{margin-left:6px;position:relative;overflow:visible}div.components-toolbar>div+div.has-left-divider:before{display:inline-block;content:"";box-sizing:content-box;background-color:#ddd;position:absolute;top:8px;left:-3px;width:1px;height:20px}.components-tooltip{background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;border-radius:2px;color:#f0f0f0;text-align:center;line-height:1.4;font-size:12px;padding:4px 8px;z-index:1000002;box-shadow:0 1px 2px #0000000d,0 2px 3px #0000000a,0 6px 6px #00000008,0 8px 8px #00000005}.components-tooltip__shortcut{margin-left:8px}:root{--wp-block-synced-color: #7a00df;--wp-block-synced-color--rgb: 122, 0, 223;--wp-bound-block-color: var(--wp-block-synced-color);--wp-admin-theme-color: #007cba;--wp-admin-theme-color--rgb: 0, 124, 186;--wp-admin-theme-color-darker-10: #006ba1;--wp-admin-theme-color-darker-10--rgb: 0, 107, 161;--wp-admin-theme-color-darker-20: #005a87;--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;--wp-admin-border-width-focus: 2px}@media (min-resolution: 192dpi){:root{--wp-admin-border-width-focus: 1.5px}}.dataviews-wrapper{height:100%;overflow:auto;box-sizing:border-box;scroll-padding-bottom:64px;container:dataviews-wrapper/inline-size;display:flex;flex-direction:column;font-size:13px;line-height:1.4}.dataviews__view-actions,.dataviews-filters__container{box-sizing:border-box;padding:16px 48px;flex-shrink:0;position:sticky;left:0}@media not (prefers-reduced-motion){.dataviews__view-actions,.dataviews-filters__container{transition:padding ease-out .1s}}.dataviews-no-results,.dataviews-loading{padding:0 48px;flex-grow:1;display:flex;align-items:center;justify-content:center}@media not (prefers-reduced-motion){.dataviews-no-results,.dataviews-loading{transition:padding ease-out .1s}}@container (max-width: 430px){.dataviews__view-actions,.dataviews-filters__container{padding:12px 24px}.dataviews-no-results,.dataviews-loading{padding-left:24px;padding-right:24px}}.dataviews-title-field{font-size:13px;font-weight:500;color:#2f2f2f;text-overflow:ellipsis;white-space:nowrap;width:100%}.dataviews-title-field a{text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;flex-grow:0;color:#2f2f2f}.dataviews-title-field a:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field a:focus{color:var(--wp-admin-theme-color--rgb);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);border-radius:2px}.dataviews-title-field button.components-button.is-link{text-decoration:none;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:100%;color:#1e1e1e}.dataviews-title-field button.components-button.is-link:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable{cursor:pointer;color:#2f2f2f}.dataviews-title-field--clickable:hover{color:var(--wp-admin-theme-color)}.dataviews-title-field--clickable:focus{color:var(--wp-admin-theme-color--rgb);box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);border-radius:2px}.dataviews-bulk-actions-footer__item-count{color:#1e1e1e;font-weight:500;font-size:11px;text-transform:uppercase}.dataviews-bulk-actions-footer__container{margin-right:auto;min-height:32px}.dataviews-filters__button{position:relative}.dataviews-filters__container{padding-top:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true],.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:hover{opacity:0}.dataviews-filters__reset-button.dataviews-filters__reset-button[aria-disabled=true]:focus{opacity:1}.dataviews-filters__summary-popover{font-size:13px;line-height:1.4}.dataviews-filters__summary-popover .components-popover__content{width:230px;border-radius:4px}.dataviews-filters__summary-popover.components-dropdown__content .components-popover__content{padding:0}.dataviews-filters__summary-operators-container{padding:8px 8px 0}.dataviews-filters__summary-operators-container:has(+.dataviews-filters__search-widget-listbox){border-bottom:1px solid #e0e0e0;padding-bottom:8px}.dataviews-filters__summary-operators-container:empty{display:none}.dataviews-filters__summary-operators-container .dataviews-filters__summary-operators-filter-name{color:#757575}.dataviews-filters__summary-chip-container{position:relative;white-space:pre-wrap}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip{border-radius:16px;border:1px solid transparent;cursor:pointer;padding:4px 12px;min-height:32px;background:#f0f0f0;color:#2f2f2f;position:relative;display:flex;align-items:center;box-sizing:border-box}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-reset{padding-inline-end:28px}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip[aria-expanded=true]{background:#e0e0e0;color:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values{color:var(--wp-admin-theme-color);background:rgba(var(--wp-admin-theme-color--rgb),.04)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip.has-values[aria-expanded=true]{background:rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip:focus-visible{outline:none;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name{font-weight:500}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove{width:24px;height:24px;border-radius:50%;border:0;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove svg{fill:#757575}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus{background:#e0e0e0}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:hover svg,.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus svg{fill:#1e1e1e}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values svg{fill:var(--wp-admin-theme-color)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove.has-values:hover{background:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove:focus-visible{outline:none;box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__search-widget-filter-combobox-list{max-height:184px;padding:4px;overflow:auto;border-top:1px solid #e0e0e0}.dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value]{font-weight:600}.dataviews-filters__search-widget-listbox{padding:4px;overflow:auto}.dataviews-filters__search-widget-listitem{display:flex;align-items:center;gap:8px;border-radius:2px;box-sizing:border-box;padding:8px 12px;cursor:default;margin-block-end:2px}.dataviews-filters__search-widget-listitem:last-child{margin-block-end:0}.dataviews-filters__search-widget-listitem:hover,.dataviews-filters__search-widget-listitem[data-active-item],.dataviews-filters__search-widget-listitem:focus{background-color:var(--wp-admin-theme-color);color:#fff}.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-check,.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-check{fill:#fff}.dataviews-filters__search-widget-listitem:hover .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem[data-active-item] .dataviews-filters__search-widget-listitem-description,.dataviews-filters__search-widget-listitem:focus .dataviews-filters__search-widget-listitem-description{color:#fff}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-check{width:24px;height:24px;flex-shrink:0}.dataviews-filters__search-widget-listitem .dataviews-filters__search-widget-listitem-description{display:block;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:16px;color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper{position:relative;padding:8px}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:normal;box-shadow:0 0 0 transparent;border-radius:2px;border:1px solid #949494;display:block;padding:0 32px 0 8px;background:#f0f0f0;border:none;width:100%;height:32px;margin-left:0;margin-right:0;font-size:16px}@media not (prefers-reduced-motion){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{transition:box-shadow .1s linear}}@media (min-width: 600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px;line-height:normal}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color);outline:2px solid transparent}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-input-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-moz-placeholder{color:#1e1e1e9e}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:-ms-input-placeholder{color:#1e1e1e9e}@media (min-width: 600px){.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input{font-size:13px}}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input:focus{background:#fff;box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::placeholder{color:#757575}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-decoration,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-cancel-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-button,.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input::-webkit-search-results-decoration{-webkit-appearance:none}.dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px}.dataviews-filters__container-visibility-toggle{position:relative;flex-shrink:0}.dataviews-filters-toggle__count{position:absolute;top:0;right:0;transform:translate(50%,-50%);background:var(--wp-admin-theme-color, #3858e9);height:16px;min-width:16px;line-height:16px;padding:0 4px;text-align:center;border-radius:8px;font-size:11px;outline:var(--wp-admin-border-width-focus) solid #fff;color:#fff;box-sizing:border-box}.dataviews-search{width:fit-content}.dataviews-footer{position:sticky;bottom:0;left:0;background-color:#fff;padding:12px 48px;border-top:1px solid #f0f0f0;flex-shrink:0;z-index:2}@media not (prefers-reduced-motion){.dataviews-footer{transition:padding ease-out .1s}}@container (max-width: 430px){.dataviews-footer{padding:12px 24px}}@container (max-width: 560px){.dataviews-footer{flex-direction:column!important}.dataviews-footer .dataviews-bulk-actions-footer__container{width:100%}.dataviews-footer .dataviews-bulk-actions-footer__item-count{flex-grow:1}.dataviews-footer .dataviews-pagination{width:100%;justify-content:space-between}}.dataviews-pagination__page-select{font-size:11px;font-weight:500;text-transform:uppercase}@media (min-width: 600px){.dataviews-pagination__page-select .components-select-control__input{font-size:11px!important;font-weight:500}}.dataviews-action-modal{z-index:1000001}.dataviews-selection-checkbox{--checkbox-input-size: 24px;line-height:0;flex-shrink:0}@media (min-width: 600px){.dataviews-selection-checkbox{--checkbox-input-size: 16px}}.dataviews-selection-checkbox .components-checkbox-control__input-container{margin:0}.dataviews-view-config{width:320px;container-type:inline-size;font-size:13px;line-height:1.4}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper{overflow-y:scroll;height:100%}.dataviews-config__popover.is-expanded .dataviews-config__popover-content-wrapper .dataviews-view-config{width:auto}.dataviews-view-config__sort-direction .components-toggle-group-control-option-base{text-transform:uppercase}.dataviews-settings-section__title.dataviews-settings-section__title{line-height:24px;font-size:15px}.dataviews-settings-section__sidebar{grid-column:span 4}.dataviews-settings-section__content,.dataviews-settings-section__content>*{grid-column:span 8}.dataviews-settings-section__content .is-divided-in-two{display:contents}.dataviews-settings-section__content .is-divided-in-two>*{grid-column:span 4}.dataviews-settings-section:has(.dataviews-settings-section__content:empty){display:none}@container (max-width: 500px){.dataviews-settings-section.dataviews-settings-section{grid-template-columns:repeat(2,1fr)}.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__sidebar,.dataviews-settings-section.dataviews-settings-section .dataviews-settings-section__content{grid-column:span 2}}.dataviews-field-control__field{height:32px}.dataviews-field-control__actions{position:absolute;top:-9999em}.dataviews-field-control__actions.dataviews-field-control__actions{gap:4px}.dataviews-field-control__field:hover .dataviews-field-control__actions,.dataviews-field-control__field:focus-within .dataviews-field-control__actions,.dataviews-field-control__field.is-interacting .dataviews-field-control__actions{position:unset;top:unset}.dataviews-field-control__icon{display:flex;width:24px}.dataviews-field-control__label-sub-label-container{flex-grow:1}.dataviews-field-control__label{display:block}.dataviews-field-control__sub-label{margin-top:8px;margin-bottom:0;font-size:11px;font-style:normal;color:#757575}.dataviews-view-grid{margin-bottom:auto;grid-template-rows:max-content;padding:0 48px 24px;container-type:inline-size}@media not (prefers-reduced-motion){.dataviews-view-grid{transition:padding ease-out .1s}}.dataviews-view-grid .dataviews-view-grid__card{height:100%;justify-content:flex-start;position:relative}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-actions{padding:8px 0 4px}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field{min-height:24px;display:flex;align-items:center}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable{width:fit-content}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{color:#1e1e1e}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after,.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media:after{box-shadow:inset 0 0 0 1px var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus:after{box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)}.dataviews-view-grid .dataviews-view-grid__media{width:100%;min-height:200px;aspect-ratio:1/1;background-color:#f0f0f0;border-radius:4px;position:relative}.dataviews-view-grid .dataviews-view-grid__media img{object-fit:cover;width:100%;height:100%}.dataviews-view-grid .dataviews-view-grid__media:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 0 1px #0000001a;border-radius:4px;pointer-events:none}.dataviews-view-grid .dataviews-view-grid__fields{position:relative;font-size:12px;line-height:16px}.dataviews-view-grid .dataviews-view-grid__fields:not(:empty){padding:0 0 12px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty){min-height:24px;line-height:20px;padding-top:2px}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field{min-height:24px;align-items:center}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name{width:35%;color:#757575}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value{width:65%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))){display:none}.dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty){padding-bottom:12px}@container (max-width: 480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(1,minmax(0,1fr));padding-left:24px;padding-right:24px}}@container (min-width: 480px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (min-width: 780px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (min-width: 1140px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@container (min-width: 1520px){.dataviews-view-grid.dataviews-view-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.dataviews-view-grid__field-value:empty,.dataviews-view-grid__field:empty{display:none}.dataviews-view-grid__card .dataviews-selection-checkbox{position:absolute;top:-9999em;left:8px;z-index:1}@media (hover: none){.dataviews-view-grid__card .dataviews-selection-checkbox{top:8px}}.dataviews-view-grid__card:hover .dataviews-selection-checkbox,.dataviews-view-grid__card:focus-within .dataviews-selection-checkbox,.dataviews-view-grid__card.is-selected .dataviews-selection-checkbox{top:8px}.dataviews-view-grid__media--clickable{cursor:pointer}div.dataviews-view-list{list-style-type:none}.dataviews-view-list{margin:0 0 auto}.dataviews-view-list div[role=row]{margin:0;border-top:1px solid #f0f0f0}.dataviews-view-list div[role=row] .dataviews-view-list__item-wrapper{position:relative;padding:16px 24px;box-sizing:border-box}.dataviews-view-list div[role=row] .dataviews-view-list__item-actions{display:flex;width:max-content;flex:0 0 auto;gap:4px}.dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button{position:relative;z-index:1}.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>div{height:24px}.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex:0;overflow:hidden;width:0}.dataviews-view-list div[role=row]:where(.is-selected,.is-hovered,:focus-within) .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;width:auto;overflow:unset}@media (hover: none){.dataviews-view-list div[role=row] .dataviews-view-list__item-actions>:not(:last-child){flex-basis:min-content;width:auto;overflow:unset}}.dataviews-view-list div[role=row].is-selected.is-selected{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=row].is-selected.is-selected+div[role=row]{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-list div[role=row]:not(.is-selected) .dataviews-view-list__title-field{color:#1e1e1e}.dataviews-view-list div[role=row]:not(.is-selected):hover,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered,.dataviews-view-list div[role=row]:not(.is-selected):focus-within{color:var(--wp-admin-theme-color);background-color:#f8f8f8}.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):hover .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected).is-hovered .dataviews-view-list__fields,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__title-field,.dataviews-view-list div[role=row]:not(.is-selected):focus-within .dataviews-view-list__fields{color:var(--wp-admin-theme-color)}.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#1e1e1e}.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected .dataviews-view-list__item-wrapper .dataviews-view-list__fields,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__title-field,.dataviews-view-list div[role=row].is-selected:focus-within .dataviews-view-list__item-wrapper .dataviews-view-list__fields{color:var(--wp-admin-theme-color)}.dataviews-view-list .dataviews-view-list__item{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;scroll-margin:8px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;padding:0;cursor:pointer}.dataviews-view-list .dataviews-view-list__item:focus-visible{outline:none}.dataviews-view-list .dataviews-view-list__item:focus-visible:before{position:absolute;content:"";inset:var(--wp-admin-border-width-focus);box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);border-radius:2px;outline:2px solid transparent}.dataviews-view-list .dataviews-view-list__title-field{flex:1;min-height:24px;line-height:24px;overflow:hidden}.dataviews-view-list .dataviews-view-list__title-field:has(a,button){z-index:1}.dataviews-view-list .dataviews-view-list__media-wrapper{width:52px;height:52px;overflow:hidden;position:relative;flex-shrink:0;background-color:#f0f0f0;border-radius:4px}.dataviews-view-list .dataviews-view-list__media-wrapper img{width:100%;height:100%;object-fit:cover}.dataviews-view-list .dataviews-view-list__media-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 0 1px #0000001a;border-radius:4px}.dataviews-view-list .dataviews-view-list__field-wrapper{min-height:52px;flex-grow:1}.dataviews-view-list .dataviews-view-list__fields{color:#757575;display:flex;gap:12px;row-gap:4px;flex-wrap:wrap;font-size:12px}.dataviews-view-list .dataviews-view-list__fields:empty{display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field:has(.dataviews-view-list__field-value:empty){display:none}.dataviews-view-list .dataviews-view-list__fields .dataviews-view-list__field-value{min-height:24px;line-height:20px;display:flex;align-items:center}.dataviews-view-list+.dataviews-pagination{justify-content:space-between}.dataviews-view-table{width:100%;text-indent:0;border-color:inherit;border-collapse:collapse;position:relative;color:#757575;margin-bottom:auto}.dataviews-view-table th{text-align:left;color:#1e1e1e;font-weight:400;font-size:13px}.dataviews-view-table td,.dataviews-view-table th{padding:12px;white-space:nowrap}.dataviews-view-table td.dataviews-view-table__actions-column,.dataviews-view-table th.dataviews-view-table__actions-column{text-align:right}.dataviews-view-table td.dataviews-view-table__checkbox-column,.dataviews-view-table th.dataviews-view-table__checkbox-column{padding-right:0;width:1%}.dataviews-view-table tr{border-top:1px solid #f0f0f0}.dataviews-view-table tr .dataviews-view-table-header-button{gap:4px}.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:48px}.dataviews-view-table tr td:first-child .dataviews-view-table-header-button,.dataviews-view-table tr th:first-child .dataviews-view-table-header-button{margin-left:-8px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:48px}.dataviews-view-table tr:last-child{border-bottom:0}.dataviews-view-table tr.is-hovered{background-color:#f8f8f8}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input{opacity:0}.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:checked,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:indeterminate,.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input:focus{opacity:1}.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:0}.dataviews-view-table tr:focus-within .components-checkbox-control__input,.dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr.is-hovered .components-checkbox-control__input,.dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button),.dataviews-view-table tr:hover .components-checkbox-control__input,.dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}@media (hover: none){.dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,.dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button){opacity:1}}.dataviews-view-table tr.is-selected{background-color:rgba(var(--wp-admin-theme-color--rgb),.04);color:#757575}.dataviews-view-table tr.is-selected,.dataviews-view-table tr.is-selected+tr{border-top:1px solid rgba(var(--wp-admin-theme-color--rgb),.12)}.dataviews-view-table tr.is-selected:hover{background-color:rgba(var(--wp-admin-theme-color--rgb),.08)}.dataviews-view-table thead{position:sticky;inset-block-start:0;z-index:1}.dataviews-view-table thead tr{border:0}.dataviews-view-table thead th{background-color:#fff;padding-top:8px;padding-bottom:8px;padding-left:12px;font-size:11px;text-transform:uppercase;font-weight:500}.dataviews-view-table thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:4px}.dataviews-view-table tbody td{vertical-align:top}.dataviews-view-table tbody .dataviews-view-table__cell-content-wrapper{min-height:32px;display:flex;align-items:center}.dataviews-view-table tbody .components-v-stack>.dataviews-view-table__cell-content-wrapper:not(:first-child){min-height:0}.dataviews-view-table .dataviews-view-table-header-button{padding:4px 8px;font-size:11px;text-transform:uppercase;font-weight:500}.dataviews-view-table .dataviews-view-table-header-button:not(:hover){color:#1e1e1e}.dataviews-view-table .dataviews-view-table-header-button span{speak:none}.dataviews-view-table .dataviews-view-table-header-button span:empty{display:none}.dataviews-view-table .dataviews-view-table-header{padding-left:4px}.dataviews-view-table .dataviews-view-table__actions-column{width:1%}.dataviews-view-table:has(tr.is-selected) .components-checkbox-control__input{opacity:1}.dataviews-view-table.has-compact-density thead th:has(.dataviews-view-table-header-button):not(:first-child){padding-left:0}.dataviews-view-table.has-compact-density td,.dataviews-view-table.has-compact-density th{padding:4px 8px}.dataviews-view-table.has-comfortable-density td,.dataviews-view-table.has-comfortable-density th{padding:16px 12px}.dataviews-view-table.has-compact-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-compact-density th.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density td.dataviews-view-table__checkbox-column,.dataviews-view-table.has-comfortable-density th.dataviews-view-table__checkbox-column{padding-right:0}@container (max-width: 430px){.dataviews-view-table tr td:first-child,.dataviews-view-table tr th:first-child{padding-left:24px}.dataviews-view-table tr td:last-child,.dataviews-view-table tr th:last-child{padding-right:24px}}.dataviews-view-table-selection-checkbox{--checkbox-input-size: 24px}@media (min-width: 600px){.dataviews-view-table-selection-checkbox{--checkbox-input-size: 16px}}.dataviews-column-primary__media{max-width:60px}.dataviews-controls__datetime{border:none;padding:0}.dataforms-layouts-panel__field{width:100%;min-height:32px;justify-content:flex-start!important;align-items:flex-start!important}.dataforms-layouts-panel__field-label{width:38%;flex-shrink:0;min-height:32px;display:flex;align-items:center;line-height:20px;-webkit-hyphens:auto;hyphens:auto;align-self:center}.dataforms-layouts-panel__field-control{flex-grow:1;min-height:32px;display:flex;align-items:center}.dataforms-layouts-panel__field-control .components-button{max-width:100%;text-align:left;white-space:normal;text-wrap:balance;text-wrap:pretty;min-height:32px}.dataforms-layouts-panel__field-control .components-dropdown{max-width:100%}.dataforms-layouts-panel__field-dropdown .components-popover__content{min-width:320px;padding:16px}.dataforms-layouts-panel__dropdown-header{margin-bottom:16px}.components-popover.components-dropdown__content.dataforms-layouts-panel__field-dropdown{z-index:159990}.dataforms-layouts-regular__field{width:100%;min-height:32px;justify-content:flex-start!important;align-items:flex-start!important}.dataforms-layouts-regular__field .components-base-control__label{font-size:inherit;font-weight:400;text-transform:none}.dataforms-layouts-regular__field-label{width:38%;flex-shrink:0;min-height:32px;display:flex;align-items:center;line-height:20px;-webkit-hyphens:auto;hyphens:auto;align-self:center}.dataforms-layouts-regular__field-control{flex-grow:1;min-height:32px;display:flex;align-items:center}.react-responsive-modal-root{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1000}.react-responsive-modal-overlay{background:#00000080;position:fixed;top:0;bottom:0;left:0;right:0;z-index:-1}.react-responsive-modal-container{height:100%;outline:0;overflow-x:hidden;overflow-y:auto;text-align:center}.react-responsive-modal-containerCenter:after{width:0;height:100%;content:"";display:inline-block;vertical-align:middle}.react-responsive-modal-modal{max-width:800px;display:inline-block;text-align:left;vertical-align:middle;background:#fff;box-shadow:0 12px 15px #00000040;margin:1.2rem;padding:1.2rem;position:relative;overflow-y:auto}.react-responsive-modal-closeButton{position:absolute;top:14px;right:14px;border:none;padding:0;cursor:pointer;background-color:transparent;display:flex}.react-responsive-modal-overlay,.react-responsive-modal-container,.react-responsive-modal-modal{animation-fill-mode:forwards!important}@keyframes react-responsive-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes react-responsive-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes react-responsive-modal-modal-in{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@keyframes react-responsive-modal-modal-out{0%{transform:scale(1);opacity:1}to{transform:scale(.96);opacity:0}}body{--wp-admin-theme-color: #386306;--wp-admin-theme-color--rgb: 56, 99, 6;--wp-admin-theme-color-darker-10: #2d4f05;--wp-admin-theme-color-darker-20: #223b04;--wp-components-color-accent: #386306;--wp-components-color-accent-darker-10: #2d4f05;--wp-components-color-accent-darker-20: #223b04}.dataviews__view-actions,.dataviews-filters__container{padding-inline:0!important}*{box-sizing:border-box}html,body{height:100%;padding:0;margin:0}body{font-family:Open Sans,sans-serif;font-size:16px;color:#333}h1,h2,h3,h4,h6,p,ul,ol{margin:0;padding:.8em 0;line-height:1.5em}ul,ol{padding-left:20px}p,li{line-height:1.8em}#root{height:100%}a{color:#386306}a:hover{text-decoration:none}.style-module__landing___rFl5V{min-height:100vh}.style-module__hero___aR8iH{min-height:100vh;background-size:cover;background-position:center center;background-color:#333;position:relative}.style-module__heroOverlay___QCJRB{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(to bottom right,#000000d9,#0000004d 50%,#0006),linear-gradient(to bottom left,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,transparent)}.style-module__header___iwmR-{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;color:#eee}.style-module__header___iwmR- a{color:#fff}.style-module__headerLeft___KhysA{display:flex;align-items:center}.style-module__headerRight___Z8dXA{display:flex;align-items:center;gap:15px;font-size:14px}.style-module__heroContent___p5emZ{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px 20px;max-width:800px;margin:0 auto}.style-module__headline___6asGl{color:#fff;font-size:48px;font-weight:700;margin:0 0 20px;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.2;animation:style-module__fadeInUp___MsmXT .8s ease-out}@media (max-width: 782px){.style-module__headline___6asGl{font-size:36px}}@media (max-width: 600px){.style-module__headline___6asGl{font-size:28px}}.style-module__tagline___G-3yz{color:#ffffffe6;font-size:20px;margin:0 0 40px;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.5;animation:style-module__fadeInUp___MsmXT .8s ease-out .1s both}@media (max-width: 600px){.style-module__tagline___G-3yz{font-size:17px;margin-bottom:30px}}.style-module__ctaButtons___a-06Z{display:flex;gap:16px;animation:style-module__fadeInUp___MsmXT .8s ease-out .2s both}@media (max-width: 600px){.style-module__ctaButtons___a-06Z{flex-direction:column;width:100%}}.style-module__ctaLink___ksigZ{display:inline-block;text-decoration:none}.style-module__ctaButton___7zrUr{text-transform:uppercase;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 15px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.style-module__ctaButton___7zrUr:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.style-module__ctaButton___7zrUr svg{margin-right:10px}.style-module__features___CuQY-{background:#fff;padding:80px 20px}@media (max-width: 600px){.style-module__features___CuQY-{padding:60px 20px}}.style-module__featuresInner___4gLFL{max-width:1000px;margin:0 auto}.style-module__featuresTitle___C3W-X{text-align:center;font-size:32px;font-weight:600;color:#333;margin:0 0 50px}@media (max-width: 600px){.style-module__featuresTitle___C3W-X{font-size:24px;margin-bottom:40px}}.style-module__featuresGrid___FHk5K{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 782px){.style-module__featuresGrid___FHk5K{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.style-module__featuresGrid___FHk5K{grid-template-columns:1fr;gap:24px}}.style-module__featureCard___2uYgt{text-align:center;padding:30px 20px;background:#fff;border-radius:4px;border:1px solid #eee;transition:border-color .2s ease}.style-module__featureCard___2uYgt:hover{border-color:#ddd}.style-module__featureIcon___UdA8f{width:60px;height:60px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#386306,#1d3303);border-radius:50%;color:#fff}.style-module__featureIcon___UdA8f svg{width:28px;height:28px}.style-module__featureTitle___5iPQ7{font-size:18px;font-weight:600;color:#333;margin:0 0 10px}.style-module__featureDescription___2HVRn{font-size:15px;color:#666;margin:0;line-height:1.5}.style-module__pricing___lQ5TB{background:#fff;padding:80px 20px}@media (max-width: 600px){.style-module__pricing___lQ5TB{padding:60px 20px}}.style-module__pricingInner___WE8Dc{max-width:500px;margin:0 auto}.style-module__pricingCard___P35U4{text-align:center;padding:50px 40px;background:linear-gradient(135deg,#fafafa,#fff);border-radius:4px;border:1px solid #eee;box-shadow:0 2px 8px #0000000a}.style-module__priceDisplay___9UO5Q{margin-bottom:30px}.style-module__priceLabel___tRK2y{display:block;font-size:14px;color:#666;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.style-module__priceAmount___MhdAS{font-size:56px;font-weight:700;color:#386306;line-height:1}@media (max-width: 600px){.style-module__priceAmount___MhdAS{font-size:44px}}.style-module__priceCurrency___Fy52J{font-size:24px;font-weight:600;color:#333;margin-left:8px}.style-module__includesList___-Byvc{list-style:none;padding:0;margin:0 0 30px;text-align:left}.style-module__includesItem___j-XP8{display:flex;align-items:center;gap:12px;padding:12px 0;font-size:16px;color:#444;border-bottom:1px solid #eee}.style-module__includesItem___j-XP8:last-child{border-bottom:none}.style-module__checkIcon___X4cVV{width:20px;height:20px;color:#386306;flex-shrink:0}.style-module__pricingCtaLink___2-Bc1{display:inline-block;text-decoration:none}.style-module__pricingCtaButton___eQav-{text-transform:uppercase;font-weight:600;letter-spacing:.5px}.style-module__testimonials___BeKfi{background:#fafafa;padding:80px 20px}@media (max-width: 600px){.style-module__testimonials___BeKfi{padding:60px 20px}}.style-module__testimonialsInner___Zk98V{max-width:1000px;margin:0 auto}.style-module__testimonialsTitle___QtdpN{text-align:center;font-size:32px;font-weight:600;color:#333;margin:0 0 50px}@media (max-width: 600px){.style-module__testimonialsTitle___QtdpN{font-size:24px;margin-bottom:40px}}.style-module__testimonialsGrid___NnAG-{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media (max-width: 782px){.style-module__testimonialsGrid___NnAG-{grid-template-columns:1fr;gap:24px}}.style-module__testimonialCard___qBhvW{background:#fff;padding:30px;border-radius:4px;border:1px solid #eee}.style-module__testimonialStars___Ty16V{display:flex;gap:4px;margin-bottom:16px}.style-module__starIcon___qKbPT{width:18px;height:18px;color:#f5a623;fill:#f5a623}.style-module__testimonialText___tXM1v{font-size:15px;color:#444;line-height:1.6;margin:0 0 16px;font-style:italic}.style-module__testimonialName___x-qYy{font-size:14px;font-weight:600;color:#333;margin:0}footer.style-module__footer___AdYTw{background:#fafafa;color:#666;padding:40px 20px;border-top:1px solid #eee}footer.style-module__footer___AdYTw a{color:#666}footer.style-module__footer___AdYTw a:hover{color:#333}@keyframes style-module__fadeInUp___MsmXT{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.style-module__selector___ZVql9{width:100%;display:grid;grid-template-columns:auto 1fr auto;border-radius:4px;padding:4px;border:1px solid transparent;border:none;background:#f1f1f1;grid-gap:20px;align-items:center}.style-module__label___jGpNv{font-size:13px;background:none;border:none;cursor:pointer}.style-module__arrow___37RDz{cursor:pointer;padding:2px;border-radius:4px;border:none;background:none}.style-module__arrow___37RDz:hover{background:#fff}.style-module__menu___BknvV{position:fixed;transform:translate(-50%,-50%);background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;overflow:hidden;z-index:10000;min-width:180px}.style-module__menuItem___QB3lM{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;border:none;background:#fff;font-size:14px;cursor:pointer;text-align:left;transition:background .15s}.style-module__menuItem___QB3lM:hover{background:#eee}.style-module__menuItem___QB3lM:not(:last-child){border-bottom:1px solid #eee}.style-module__menuItem___QB3lM svg{color:#666}.style-module__breadcrumb___xe1zj{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:0;color:#999}.style-module__link___-Mb3Q{color:#666;text-decoration:none}.style-module__link___-Mb3Q:hover{color:#386306;text-decoration:underline}.style-module__separator___2DMm5{color:#ccc}.style-module__current___gMBix{color:#999;font-weight:400}.style-module__breadcrumb___5UqFe{display:inline-flex;align-items:center;min-height:35px}.style-module__step___fipIl{display:inline-flex;align-items:center;color:#333;border:none;cursor:pointer;padding:0 10px 0 3px;text-align:center;margin-right:10px;background:none;text-decoration:none;font-size:13px}.style-module__stepIndex___cD4EN{display:block;background:#ddd;color:#333;border-radius:10px;height:20px;width:20px;text-align:center;margin-right:10px;line-height:20px;font-size:12px}@media (max-width: 782px){.style-module__stepIndex___cD4EN{margin-right:0}}.style-module__step___fipIl.style-module__isActive___YQlOY{color:#386306}.style-module__step___fipIl.style-module__isActive___YQlOY .style-module__stepIndex___cD4EN{background:#386306;color:#fff}.style-module__step___fipIl.style-module__isDisabled___zUg5k{color:#999;cursor:default}.style-module__step___fipIl.style-module__isDisabled___zUg5k .style-module__stepIndex___cD4EN{color:#999}.style-module__step___fipIl:not(.style-module__isDisabled___zUg5k):hover{color:#386306}@media (max-width: 782px){.style-module__stepLabel___xQ4VC{display:none}}.style-module__button___Np-rB{background:none;border:1px solid #333;border-radius:3px;color:#333;cursor:pointer;height:35px;display:inline-flex;align-items:center;padding:4px 6px;font-size:14px;font-weight:400;text-decoration:none}.style-module__button___Np-rB.style-module__isBorderless___uVQyh{border:none}.style-module__button___Np-rB:hover{background:#333;color:#fff}.style-module__button___Np-rB.style-module__isInverted___kfRG6{border:1px solid #fff;border-radius:3px;color:#fff}.style-module__button___Np-rB.style-module__isInverted___kfRG6:hover{background:#fff;color:#333}.style-module__button___Np-rB.style-module__isInverted___kfRG6:disabled,.style-module__button___Np-rB.style-module__isInverted___kfRG6:disabled:hover{background:#aaa;color:#333}.style-module__button___Np-rB.style-module__isPrimary___Xxecu{border-color:#386306;background:#386306;color:#fff}.style-module__button___Np-rB.style-module__isPrimary___Xxecu:hover{background:#488008;border-color:#488008;color:#fff}.style-module__button___Np-rB.style-module__isSecondary___jPqx-{border-color:#abad26;background:#abad26;color:#fff}.style-module__button___Np-rB.style-module__isSecondary___jPqx-:hover{background:#c4c62c;border-color:#c4c62c;color:#fff}.style-module__button___Np-rB.style-module__isLarge___5YrU7{height:45px;padding:10px 14px;font-weight:400}.style-module__button___Np-rB:disabled,.style-module__button___Np-rB:disabled:hover{background:#aaa;color:#f1f1f1;border-color:#999;cursor:initial}.style-module__container___lR-1m{width:100%;height:100%;text-align:center;background:#bbb;display:flex;align-items:center}.style-module__innerContainer___VMrhp{width:300px;height:200px;border-radius:10px;border:1px solid #eee;background:#fff;margin:auto;display:flex;align-items:center}.style-module__innerContainer___VMrhp>*{width:100%}.style-module__overlay___q-8nr{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.style-module__dialog___1RvTl{background:#fff;border-radius:8px;padding:24px;max-width:480px;width:90%;box-shadow:0 4px 20px #00000026}.style-module__title___-lgWQ{font-size:18px;font-weight:600;margin:0 0 12px;color:#333}.style-module__message___A7bcZ{font-size:14px;line-height:1.5;color:#666;margin-bottom:24px}.style-module__actions___9G1qo{display:flex;justify-content:flex-end;gap:12px}.style-module__destructive___qO8RR{background:#dc3545!important;border-color:#dc3545!important}.style-module__destructive___qO8RR:hover{background:#c82333!important;border-color:#bd2130!important}.style-module__container___fMZhP{display:grid;grid-gap:8px;grid-template-columns:repeat(auto-fill,30px)}.style-module__color___QQhFl{width:30px;height:30px;cursor:pointer;position:relative;border:none;background:none;border-radius:50%;padding:0;margin:0;transition:.2s ease-in}.style-module__color___QQhFl:focus{outline:0}.style-module__color___QQhFl:hover{transform:scale(1.4);transform-origin:center center;transition:.2s ease-in}.style-module__color___QQhFl.style-module__isSelected___BmmnX:before{position:absolute;top:5px;bottom:5px;left:5px;right:5px;content:"";background:#fff;transform:rotate(25deg);border-radius:4px}.style-module__container___CZ4lj{width:300px}.style-module__label___VB69F{display:block;font-size:14px;margin-bottom:6px}.style-module__error___mvaFy{font-size:12px;color:#f74444}select.style-module__select___ulQPn{width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #dddddd;border-radius:0;box-shadow:none}select.style-module__select___ulQPn.style-module__hasError___DMXVA{border:1px solid #f74444}input.style-module__input___Bwzcg{width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #dddddd;border-radius:0;box-shadow:none}input.style-module__input___Bwzcg.style-module__hasError___r6v-D{border:1px solid #f74444}.style-module__textarea___kvqka{width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #dddddd;border-radius:0;box-shadow:none;height:100px}.style-module__textarea___kvqka.style-module__hasError___6zc-H{border:1px solid #f74444}.style-module__container___j-mBN{margin-bottom:35px}.style-module__fields___S8EHm{display:grid;grid-gap:15px;grid-template-columns:1fr}.style-module__label___biLIf{margin-top:0;margin-bottom:20px}.style-module__notice___Oq3TV{padding:15px;border-left:5px solid #333;background:#f7f7f7}.style-module__notice___Oq3TV.style-module__info___nSUe6{border-left:5px solid #687acc}.style-module__notice___Oq3TV.style-module__warning___Gew6N{border-left:5px solid #fdad00}.style-module__spinner___l4ojJ{display:inline-block}.style-module__spinner___l4ojJ svg{animation:style-module__spin___TOecJ 4s infinite linear}@keyframes style-module__spin___TOecJ{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}.style-module__login___3Yza2 svg,.style-module__spinner___4jeeE{margin-right:10px;height:20px}.style-module__link___md8MT{color:#333;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.style-module__link___md8MT:hover{color:#386306}.style-module__link___md8MT.style-module__inverted___VZucS{color:#fff}.style-module__link___md8MT.style-module__inverted___VZucS:hover{opacity:.8}.style-module__link___HNfU1{color:#333;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease;background:none;border:none;cursor:pointer;padding:0}.style-module__link___HNfU1:hover{color:#386306}.style-module__link___HNfU1.style-module__inverted___UgV4S{color:#fff}.style-module__link___HNfU1.style-module__inverted___UgV4S:hover{opacity:.8}.style-module__modal___i8QRj{padding:30px;max-width:500px;width:90vw}.style-module__title___hDNVe{margin:0 0 10px;font-size:18px;color:#333}.style-module__instructions___7cTL-{margin:0 0 15px;font-size:14px;color:#666}.style-module__instructions___7cTL- code{background:#f5f5f5;padding:2px 6px;border-radius:3px;font-family:monospace}.style-module__tokenInput___TYQHZ{width:100%;padding:10px;font-family:monospace;font-size:12px;border:1px solid #ddd;border-radius:4px;resize:none;background:#f9f9f9;box-sizing:border-box}.style-module__copyButton___XCvnm{margin-top:15px;padding:10px 20px;background:#386306;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.style-module__copyButton___XCvnm:hover{background:#2d4f05}.style-module__container___T1zQf button{margin:auto}.style-module__login___9UkLS{width:100%;text-align:center;color:#666;font-size:12px}.style-module__accessDenied___JNMXu{width:100%;text-align:center}.style-module__logo___sHQrz{display:inline-flex;align-items:center;font-family:Nunito,sans-serif;font-size:25px;text-decoration:none;-webkit-background-clip:text;background-clip:text;color:transparent}.style-module__logo___sHQrz.style-module__withShadow___wDB7m{text-shadow:2px 2px 2px rgba(0,0,0,.8)}.style-module__logo___sHQrz.style-module__withShadow___wDB7m .style-module__image___AzcB1{filter:drop-shadow(2px 2px 2px rgba(0,0,0,.8))}.style-module__image___AzcB1{width:45px;margin-right:10px;padding-bottom:10px}.style-module__part1___ydUxt{color:#386306}.style-module__part2___b3GqA{color:#abad26}.style-module__footer___suHuF{padding:20px;text-align:center}.style-module__footer___suHuF a{cursor:pointer;color:#666}.style-module__footer___suHuF a:hover{color:#000}@media (max-width: 600px){.style-module__links___1NamT{display:none}}.style-module__links___1NamT a{display:inline-block;margin:0 10px;text-decoration:none;font-size:14px}.style-module__separator___LsChB{display:inline-block;width:1px;height:12px;background:#ccc;margin:0 15px;vertical-align:middle}.style-module__footer___suHuF .style-module__social___U8OY9{margin-top:20px}.style-module__footer___suHuF .style-module__social___U8OY9 a{display:inline-block;border-radius:12px;width:24px;height:24px;line-height:24px;margin-right:10px;text-decoration:none}.style-module__upload___fy9iv{height:100vh;height:100dvh;display:flex;flex-direction:column}.style-module__uploadingStatus___yk8Co{font-size:14px;color:#666;margin-right:8px}@media (max-width: 782px){.style-module__uploadingStatus___yk8Co{display:none}}.style-module__photoCount___3VoED{font-size:14px;color:#333;margin-right:12px}@media (max-width: 600px){.style-module__photoCount___3VoED{display:none}}.style-module__progress___hPHW5{display:flex;align-items:center;gap:12px;margin-bottom:20px}.style-module__progressCount___udOD9{font-size:14px;font-weight:500;color:#333}.style-module__progressBar___68-Dk{flex:1;max-width:200px;height:6px;background:#eee;border-radius:3px;overflow:hidden}.style-module__progressFill___iurUB{height:100%;background:#386306;transition:width .3s ease}.style-module__photoGrid___j3ghD{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}@media (max-width: 782px){.style-module__photoGrid___j3ghD{grid-template-columns:repeat(3,1fr);gap:6px}}@media (max-width: 960px){.style-module__photoGrid___j3ghD{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.style-module__photoGrid___j3ghD{grid-template-columns:repeat(6,1fr)}}.style-module__photoItem___XXKQI{aspect-ratio:1;background:#ddd;border-radius:4px;overflow:hidden;position:relative}.style-module__photoImage___f7LeH{width:100%;height:100%;object-fit:cover}.style-module__uploadButton___FQjpZ{aspect-ratio:1;position:relative;overflow:hidden;border-radius:4px}.style-module__uploadButtonInner___SzdjQ{background:#f3f3f3}.style-module__uploadButtonInner___SzdjQ:hover{background:#eee}.style-module__dropZone___hsTKf{width:100%;min-height:300px;background:#f3f3f3;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s,outline .2s;padding:40px 20px}.style-module__dropZone___hsTKf:hover{background:#eee}.style-module__dropZoneDragOver___qMcxK{background:#38630626;outline:2px dashed #386306;outline-offset:-2px}.style-module__dropZoneIcon___Qzr9T{width:64px;height:64px;color:#888;margin-bottom:16px}.style-module__dropZoneTitle___JQ2vy{font-size:18px;font-weight:600;color:#333;margin:0 0 8px}.style-module__dropZoneText___K-Ynn{font-size:14px;color:#666;margin:0;text-align:center}.style-module__errorOverlay___9mC2L{position:absolute;top:0;right:0;bottom:0;left:0;background:#dc3535e6;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.style-module__errorIcon___jYhBt{width:24px;height:24px;color:#fff;margin-bottom:4px}.style-module__errorText___y9wo2{color:#fff;font-size:10px;text-transform:uppercase;font-weight:600}.style-module__container___RPeqK{padding:4px 10px;display:flex;justify-content:space-between;align-items:center}.style-module__left___CIYZD{display:flex;align-items:center;gap:10px}.style-module__right___nBCtg{display:flex;justify-content:flex-end;align-items:center;gap:15px}.style-module__pageContent___KJx4l{flex:1;overflow-y:auto;background:#fafafa;padding:20px}.style-module__inner___c9Tt5{margin:0 auto;width:100%}.style-module__header___rJiAa{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:32px}@media (max-width: 600px){.style-module__header___rJiAa{flex-direction:column;gap:16px}}.style-module__headerText___vkQ7P{flex:1}.style-module__title___jFN94{font-size:24px;font-weight:400;margin:0;padding:0 0 10px;color:#333}.style-module__description___cpKhq{font-size:14px;color:#666;margin:0;padding:0}.style-module__actions___LX4hV{flex-shrink:0}.style-module__container___d-pO5{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background:#f3f3f3;border-radius:4px;transition:background-color .2s}.style-module__container___d-pO5:hover{background:#eee}.style-module__container___d-pO5.style-module__dragOver___HmRpX{background:#38630626;outline:2px dashed #386306;outline-offset:-2px}.style-module__container___d-pO5.style-module__dark___WRTDf,.style-module__container___d-pO5.style-module__dark___WRTDf:hover{background:#00000080}.style-module__container___d-pO5.style-module__dark___WRTDf.style-module__dragOver___HmRpX{background:#000000b3;outline:2px dashed white}.style-module__icon___il2Yx{width:32px;height:32px;color:#888;margin-bottom:4px}.style-module__text___74nmW{font-size:12px;color:#888}.style-module__progressOverlay___CMfSy{display:flex;flex-direction:column;align-items:center;justify-content:center}.style-module__progressCircle___qCJKA{width:40px;height:40px;border-radius:50%;border:3px solid rgba(0,0,0,.1);border-top-color:#386306;animation:style-module__spin___dpHcQ 1s linear infinite}.style-module__container___d-pO5.style-module__dark___WRTDf .style-module__progressCircle___qCJKA{border-color:#ffffff4d;border-top-color:#fff}@keyframes style-module__spin___dpHcQ{to{transform:rotate(360deg)}}.style-module__progressPercent___DuKcQ{color:#666;font-size:12px;font-weight:600;margin-top:4px}.style-module__container___d-pO5.style-module__dark___WRTDf .style-module__progressPercent___DuKcQ{color:#fff}.margin-module__container___1ZTPC{padding:4%}.big-margin-module__container___AHBIh{padding:16%}.horizontal-2-module__container___I63pj{padding:4%;display:grid;grid-template-rows:1fr 1fr;grid-gap:4%}.vertical-2-module__container___q7SgY{padding:4%;display:grid;grid-template-columns:1fr 1fr;grid-gap:4%}.horizontal-2-text-module__container___1FbR8{padding:4%;height:100%;display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:4%}.horizontal-2-text-module__photo0___JVPH-{grid-column-start:1;grid-row-start:1}.horizontal-2-text-module__photo1___L0EdH{grid-column-start:1;grid-row-start:2}.horizontal-2-text-module__label0___26uwn{grid-column-start:2;grid-row-start:1}.horizontal-2-text-module__label1___FbEsC{grid-column-start:2;grid-row-start:2}.vertical-2-text-module__container___LtawI{padding:4%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:85% 1fr;grid-gap:4%}.photos-3-module__container___Ov0wE{padding:4%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:4%}.photos-3-module__photo2___VYNq7{grid-column-start:1;grid-column-end:-1}.photos-4-module__container___dLoFG{padding:4%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:4%}.rectangle-text-module__container___DiOdR{padding:4%;display:grid;grid-template-areas:"top" "middle" "bottom";align-items:center;grid-template-rows:4fr 6fr 4fr;grid-gap:4%}.rectangle-text-module__photo0___MzlEC{grid-area:middle}.rectangle-text-module__label0___8aTP0{grid-area:bottom}.round-module__container___ZH1g7{padding:16%}.round-module__photoInner0___43isC{border-radius:50%}.style-module__firstLine___I-Igi{font-size:20px;padding:0 0 10px}.style-module__secondLine___cG-8l{padding:0;font-size:13px;color:#888;margin-bottom:20px}.style-module__product___VByfL{width:100%}.style-module__container___fUteL{display:grid;grid-gap:20px;grid-template-columns:1fr}.style-module__rowContainer___QOQ0Z{padding:2px;display:grid;grid-gap:2px;grid-template-columns:1fr 1fr;align-content:stretch;margin-bottom:20px;background:#f1f1f1}@media (max-width: 600px){.style-module__rowContainer___QOQ0Z{grid-template-columns:1fr}}.style-module__emptyPage___aY-Lu{position:relative;background:repeating-linear-gradient(45deg,#f7f7f7,#fff 20px);border:1px solid #eee}@media (max-width: 600px){.style-module__editEmptyPage___wkMTX{display:none}}.style-module__editEmptyPage___wkMTX:before{position:absolute;top:0;left:0;right:0;height:39px;background:#f1f1f1;content:""}.style-module__step___23ocE{margin-bottom:40px}.style-module__addRemoveButtons___Kq63K{display:grid;margin-top:-10px;justify-content:left;align-items:center;grid-template-columns:auto auto auto;grid-gap:10px}.style-module__addPagesPrice___-99xC{font-style:italic;color:#999;font-size:11px}.style-module__addRemoveButtonsLabel___7xGLD{margin-left:5px}@media (max-width: 600px){.style-module__addRemoveButtonsLabel___7xGLD{display:none}}.style-module__preview___2Nm0O,.style-module__previewCoverContainer___FOxOV{width:604px}.style-module__previewCoverContainer___FOxOV .style-module__previewCover___0c0Gy{width:302px;margin-left:302px}.style-module__previewButtons___rO6UM{display:grid;margin-top:10px;justify-content:space-between;align-items:center;grid-template-columns:auto auto;grid-gap:10px}.style-module__coverContainer___zlcbU{display:grid;grid-template-columns:1fr 300px;grid-template-areas:"preview form";grid-gap:10px}@media (max-width: 782px){.style-module__coverContainer___zlcbU{grid-template-areas:"form" "preview";grid-template-columns:auto}}.style-module__preview___ufF7t{grid-area:preview;position:relative}.style-module__form___mnNmX{grid-area:form}.style-module__coverUpload___MCe4g{background:transparent!important}.style-module__coverUpload___MCe4g svg,.style-module__coverUpload___MCe4g span{display:none}.style-module__coverUpload___MCe4g:hover{background:#0000004d!important}.style-module__coverUpload___MCe4g:hover svg,.style-module__coverUpload___MCe4g:hover span{display:block;color:#fff}.style-module__coverTitle___w4D6N{position:absolute;top:20%;left:0;right:0;text-align:center;font-family:Rochester,cursive;white-space:nowrap;overflow:hidden;color:#fff;background:transparent;border:none;width:100%;font-size:18px;text-shadow:0 2px 10px rgba(0,0,0,.5)}.style-module__coverTitleInput___6Pqgw:focus{outline:none}.style-module__coverTitleInput___6Pqgw::placeholder{color:#f1f1f1;opacity:1}.style-module__formField___OCObT{margin-bottom:20px}.style-module__title___edoQM{width:100%;border-radius:4px;padding:10px;border:1px solid transparent;font-size:14px;border:1px solid #eee}.style-module__colorField___vd14K{border:1px solid #eee;background:#fff;border-radius:4px;padding:10px}.style-module__formField___OCObT label{margin-right:10px}.style-module__formField___OCObT input{border-radius:4px;padding:10px;border:1px solid transparent;font-size:14px;border:1px solid #eee}.style-module__container___N-NSU{position:relative;width:100%}.style-module__coverPhoto___AO0yO{position:absolute!important;top:15%;left:15%;height:70%!important;width:70%;z-index:0;background-size:cover;background-position:center center}.style-module__cover___JVbLT{height:100%;width:100%;background:#034599;background-size:cover;position:relative;-webkit-mask-size:cover;mask-size:cover;pointer-events:none}.style-module__cover___JVbLT>*{pointer-events:auto}.style-module__container___9sFCr{position:absolute;top:0;left:0;right:0;bottom:0}.style-module__preview___S8xKq{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.style-module__modal___daRgr{max-width:600px;width:90%;max-height:80vh;padding:0;border-radius:8px;overflow:hidden}@media (max-width: 782px){.style-module__modal___daRgr{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;max-height:85vh;margin:0;border-radius:16px 16px 0 0;animation:style-module__slideUp___uLjOD .3s ease-out}}@keyframes style-module__slideUp___uLjOD{0%{transform:translateY(100%)}to{transform:translateY(0)}}.style-module__title___64QNR{font-size:18px;font-weight:600;padding:16px 20px;margin:0;border-bottom:1px solid #eee}.style-module__content___Vag-9{padding:16px 20px;overflow-y:auto;max-height:calc(80vh - 60px)}@media (max-width: 782px){.style-module__content___Vag-9{max-height:calc(85vh - 60px)}}.style-module__photoGrid___Q03Tu{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.style-module__photoItem___NlqdF{aspect-ratio:1;background:#ddd;border-radius:4px;overflow:hidden;cursor:pointer;position:relative;min-width:0}.style-module__photoItem___NlqdF:hover{box-shadow:0 2px 8px #00000026}.style-module__photoImage___e-v7J{width:100%;height:100%;object-fit:cover;display:block}.style-module__uploadButton___pzrKg{aspect-ratio:1;position:relative;overflow:hidden;border-radius:4px;min-width:0}.style-module__uploadButtonInner___fbwAU{background:#f3f3f3}.style-module__uploadButtonInner___fbwAU:hover{background:#eee}.style-module__button___TS5EA{border:none;background:none;padding:0;margin:0;cursor:pointer}.style-module__button___TS5EA>svg{height:20px;width:20px;fill:#fff;color:#fdad00}.style-module__modalTitle___BLslT{margin-top:0}.style-module__container___t2gTW{position:relative;height:100%}.style-module__image___ffLc6{position:relative;width:100%;height:100%;cursor:pointer;background-size:cover;background-position:center center}.style-module__image___ffLc6.style-module__isEmpty___3q5Y5{background:#f3f3f3}.style-module__indicator___YYuqC{position:absolute;right:-6px;top:-6px;z-index:1}.style-module__uploadWrapper___IuXvz{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.style-module__upload___x1uEd{background:transparent!important}.style-module__upload___x1uEd:hover{background:#0000001a!important}.style-module__modal___AvOfH{max-width:600px;width:90%;max-height:90vh;padding:0;border-radius:8px;overflow:hidden}@media (max-width: 782px){.style-module__modal___AvOfH{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;max-height:95vh;margin:0;border-radius:16px 16px 0 0}}.style-module__container___dBl-s{display:flex;flex-direction:column;height:100%}.style-module__title___X-i80{font-size:18px;font-weight:600;padding:16px 20px;margin:0;border-bottom:1px solid #eee}.style-module__cropperContainer___szI2M{position:relative;width:100%;height:400px;background:#1a1a1a}@media (max-width: 782px){.style-module__cropperContainer___szI2M{height:50vh}}.style-module__controls___yAhRI{padding:16px 20px;border-top:1px solid #eee}.style-module__zoomLabel___jiAN5{display:flex;align-items:center;gap:12px;font-size:14px;color:#666}.style-module__zoomSlider___vC8WH{flex:1;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ddd;border-radius:2px;cursor:pointer}.style-module__zoomSlider___vC8WH::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#386306;border-radius:50%}.style-module__zoomSlider___vC8WH::-moz-range-thumb{width:16px;height:16px;background:#386306;border-radius:50%;border:none}.style-module__actions___fgJaa{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #eee;justify-content:flex-end}.style-module__pageContainer___RHFyQ{background:#fff;border:1px solid #eee}.style-module__container___SFLnb{display:grid;grid-template-columns:1fr;grid-template-areas:"config" "layout"}.style-module__config___3hn-R{grid-area:config;background:#f1f1f1;display:grid;grid-template-columns:1fr auto;align-items:stretch}.style-module__config___3hn-R .style-module__layoutLabel___g4MfQ{font-size:12px}.style-module__layout___qM-1s{grid-area:layout}.style-module__page___5wMpl{font-size:10px;color:#999;padding:4px;display:grid;align-content:center}.style-module__container___67B3E{height:100%}.style-module__label___JC6qj{overflow:hidden;display:flex;align-items:center;text-align:center;justify-content:center;max-height:100%;font-family:Rochester,cursive;font-size:16px}.style-module__label___JC6qj textarea{text-align:center;font-family:Rochester,cursive;background:transparent;border:none;width:100%;font-size:16px;resize:none;overflow:hidden}.style-module__label___JC6qj textarea:focus{outline:none}.margin-module__container___Ca000{padding:4%}.big-margin-module__container___HiOhh{padding:16%}.horizontal-2-module__container___2g9nb{padding:4%;display:grid;grid-template-rows:1fr 1fr;grid-gap:4%}.vertical-2-module__container___UE3x1{padding:4%;display:grid;grid-template-columns:1fr 1fr;grid-gap:4%}.photos-3-module__container___Cq6t2{padding:4%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:4%}.photos-3-module__photo2___IX-nD{grid-column-start:1;grid-column-end:-1}.photos-3-vertical-module__container___DSW7a{padding:4%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2%}.photos-4-module__container___rr8iS{padding:4%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:4%}.round-module__container___NMyWi{padding:16%}.round-module__photoInner0___6ujCf{border-radius:100%;height:100%;width:66%;margin:auto}.style-module__product___fhxLY{width:100%}.style-module__firstLine___Pedr-{font-size:20px;padding:0 0 10px}.style-module__secondLine___wi4Th{padding:0;font-size:13px;color:#888;margin-bottom:20px}.style-module__container___sXf-o{display:grid;grid-gap:20px;width:100%;grid-template-columns:1fr}.style-module__step___mOAoE{margin-bottom:40px}.style-module__preview___lEZQD{width:400px}.style-module__previewButtons___1wWhO{display:grid;margin-top:10px;justify-content:space-between;align-items:center;grid-template-columns:auto auto;grid-gap:10px}.style-module__coverContainer___1O29R{position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50% 50%}.style-module__coverTitle___PLs3r{position:absolute;top:10%;left:0;right:0;text-align:center;font-family:Rochester,cursive;white-space:nowrap;overflow:hidden;color:#fff;background:transparent;border:none;width:100%;font-size:6%;text-shadow:0 2px 10px rgba(0,0,0,.3)}.style-module__coverImage___E33mb{position:relative;width:40%;border:3px solid #fff;background:#fff}.style-module__formField___FsIXf{margin-bottom:20px}.style-module__title___BEWHP{width:100%;border-radius:4px;padding:10px;border:1px solid transparent;font-size:14px;border:1px solid #eee}.style-module__colorField___lYf6r{border:1px solid #eee;background:#fff;border-radius:4px;padding:10px}.style-module__formField___FsIXf label{margin-right:10px}.style-module__formField___FsIXf input{border-radius:4px;padding:10px;border:1px solid transparent;font-size:14px;border:1px solid #eee}.style-module__coverPhoto___IniWy{position:relative}.style-module__container___Fgcfu{display:grid;grid-template-areas:"config" "layout" "month"}.style-module__layout___Wj3mR,.style-module__month___A05PV{border:1px solid #eee;background:#fff}.style-module__container___DKRTS{position:relative;width:100%;height:100%;display:grid;grid-template-rows:25% 75%;align-items:stretch}.style-module__border___JQ-FT{z-index:0;background:#fff;position:absolute;top:0;left:0;right:0;bottom:0}.style-module__border___JQ-FT:before{position:absolute;content:"";left:1.54%;right:1.54%;top:2%;bottom:2%;background:#fff}.style-module__monthContainer___B-9bo{z-index:1;margin:0 10% 10%;display:grid;width:80%;height:90%;grid-template-columns:repeat(7,1fr);grid-template-rows:8fr repeat(5,7fr);cursor:pointer}.style-module__header___VLTox{font-weight:700;font-size:2%}.style-module__day___V8c5c{padding-left:10%;font-size:1.8%;position:relative}.style-module__dayBorder___yQ8ES{position:absolute;top:0;bottom:0;left:0;width:4%;background-color:#fff}.style-module__title___70Gsw{z-index:1;align-self:center;text-align:center;font-family:Nunito,sans-serif;background:transparent;border:none;font-size:5%;font-weight:700}.style-module__dates___pWOTD{position:absolute;top:15px;right:15px;display:flex;z-index:2}.style-module__note___AUGzD{font-family:Rochester,cursive}.style-module__addButton___ojbNn{border-radius:50%;box-shadow:0 3px 2px #00000042}.style-module__modalContent___9q9ut{padding-top:20px;max-width:400px;min-width:200px}.style-module__date___A0yMJ{background:#f7f7f7;padding:10px;display:grid;grid-template-columns:20% 70% 10%;grid-gap:5px;align-items:center;margin-bottom:10px}.style-module__text___THXE-{font-family:Nunito,sans-serif;resize:none;padding:5px}.style-module__footer___oGsob{margin:10px -18px -18px;background:#f3f3f3;padding:10px 20px;text-align:right}.style-module__newDate___aUuwF{display:flex;align-items:center}.style-module__newDate___aUuwF select{margin:10px 20px}.style-module__container___yH15p{height:100%}.style-module__label___QJASg{overflow:hidden;display:flex;align-items:center;text-align:center;justify-content:center;max-height:100%;font-family:Rochester,cursive;font-size:16px}.style-module__label___QJASg textarea{text-align:center;font-family:Rochester,cursive;background:transparent;border:none;width:100%;font-size:16px;resize:none;overflow:hidden}.style-module__label___QJASg textarea:focus{outline:none}.style-module__customize___fBalI{height:100vh;height:100dvh;display:flex;flex-direction:column}.style-module__warning___ggo80{font-size:11px;color:#999;margin-right:5px}@media (max-width: 960px){.style-module__warning___ggo80{display:none}}.style-module__link___80YAZ{text-decoration:none}.style-module__preview___ZYe7y:hover svg{color:#386306}.style-module__preview___ZYe7y svg{color:#333}@media (max-width: 600px){.style-module__preview___ZYe7y{display:none}}.style-module__previewTitle___hDJFE{padding:0;margin-bottom:10px}.style-module__shipping___bSATd{height:100vh;height:100dvh;display:flex;flex-direction:column}.style-module__content___SWxqx>div{max-width:100%}.style-module__columns___zWrR8{display:grid;grid-template-columns:1fr 250px;grid-gap:50px;align-items:start;max-width:800px;margin:0 auto}@media (max-width: 782px){.style-module__columns___zWrR8{grid-template-columns:1fr;grid-gap:24px}}.style-module__main___4jibk{order:1}@media (max-width: 782px){.style-module__main___4jibk{order:2}}.style-module__priceTable___1rtIQ{order:2;padding:20px;border-radius:4px;background:#f3f3f3}@media (max-width: 782px){.style-module__priceTable___1rtIQ{order:1}}.style-module__title___PEvY9{padding:0 0 10px;margin:0 0 20px;border-bottom:1px solid #eee;font-weight:400;width:100%}.style-module__items___le2tw{width:100%;display:grid;grid-template-columns:auto auto}.style-module__item___SfTd-{font-size:13px;color:#666;margin-bottom:10px}.style-module__item___SfTd-.style-module__total___4ABwR{margin-top:10px;margin-bottom:0}.style-module__price___QIHJn{text-align:right}.style-module__container___3lUXJ{margin-top:40px}.style-module__title___C5yAL{padding:0 0 10px;margin:0 0 10px;border-bottom:1px solid #eee;font-weight:400}.style-module__input___iozON{width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #dddddd;border-radius:0;box-shadow:none}.style-module__button___-GFUZ{margin-top:10px}.style-module__editLink___0FlGC{padding:0;margin:30px 0 0;color:#386306;cursor:pointer;background:none}.style-module__editLink___0FlGC:hover{text-decoration:underline}.style-module__confirmation___oWZR5{height:100vh;height:100dvh;display:flex;flex-direction:column}.style-module__container___NI9VP:not(.style-module__isFullscreen___Ud-MG){max-width:800px}.style-module__container___NI9VP{margin:auto;padding:20px}.style-module__footer___PWrml{border-top:1px solid #eee;max-width:800px;margin:40px auto 20px}.style-module__header___LfXLa{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-content:center;padding:4px 10px;border-bottom:1px solid #eee}.style-module__left___aJ-8E{display:inline-flex;align-items:center}.style-module__right___L9RoB{display:flex;align-items:center;gap:15px;font-size:14px}.style-module__section___fDhcQ{max-width:800px;margin:0 auto 40px}.style-module__fullscreenSection___ML9xE{margin:0 -20px 40px}.style-module__blocks___4zJR8{display:grid;grid-template-columns:repeat(3,1fr);justify-content:center}@media (max-width: 782px){.style-module__blocks___4zJR8{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.style-module__blocks___4zJR8{grid-template-columns:1fr}}.style-module__blocks___4zJR8>.style-module__block___tuUii:nth-child(2n){background:#f9f9f9}.style-module__block___tuUii{padding:50px;text-align:center;background:#eee;display:flex;align-items:flex-start;justify-content:center}.style-module__block___tuUii .style-module__blockContent___HZYIr{max-width:300px}.style-module__block___tuUii .style-module__blockContent___HZYIr img{max-width:100%;border-radius:50%}.style-module__block___tuUii h3{margin-top:40px}.style-module__link___MOIq4{display:flex;margin:auto;justify-content:center}.style-module__button___beWG9{text-transform:uppercase}.style-module__button___beWG9 svg{margin-right:10px}.style-module__button___beWG9{text-decoration:none}.style-module__videoWrapper___BqOB1{position:relative;padding-bottom:54.25%;padding-top:25px;height:0}.style-module__videoWrapper___BqOB1 iframe{position:absolute;top:0;left:0;width:100%;height:100%}.style-module__container___n6gVB{height:100vh;display:grid;grid-template-areas:"header" "content";grid-template-rows:auto 1fr}.style-module__header___N5CYJ{grid-area:header;border-bottom:1px solid #eee}.style-module__content___dK4Z6{grid-area:content;background:#fafafa;display:flex;justify-content:center;padding:20px}.style-module__content___dK4Z6>*{max-width:1200px;width:100%}.style-module__container___cO3KS{padding:4px 10px;display:flex;justify-content:space-between;align-items:center}.style-module__left___vmF5Z{display:flex;align-items:center;gap:10px}.style-module__breadcrumb___uZhJf{margin-left:10px}.style-module__right___DBEsF{display:flex;align-items:center;gap:15px}.style-module__container___4AMVO{width:100%}.style-module__header___3Fc7-{display:flex;align-items:center;justify-content:space-between;gap:20px}@media (max-width: 600px){.style-module__header___3Fc7-{flex-direction:column;align-items:flex-start;gap:8px}}.style-module__pageTitle___njIY0{font-size:22px;font-weight:600;color:#333;margin:0;letter-spacing:-.01em}.style-module__uidLink___fcrG-{background:none;border:none;color:#007cba;cursor:pointer;text-decoration:underline;padding:0;font:inherit}.style-module__uidLink___fcrG-:hover{color:#005a87}.style-module__actionBar___k2z2R{margin-bottom:30px;padding:15px 20px;background:#f7f7f7;border:1px solid #eee;border-radius:3px;display:flex;justify-content:flex-end;gap:10px}.style-module__error___GW4oT{margin-bottom:20px;padding:12px 16px;background:#fee;border:1px solid #fcc;border-radius:3px;color:#c33;font-size:14px}.style-module__topRow___bMUL4{display:flex;gap:20px;margin-bottom:40px}@media (max-width: 960px){.style-module__topRow___bMUL4{flex-direction:column;gap:0}}.style-module__topRow___bMUL4>.style-module__section___P93gp{flex:1;margin-bottom:0}@media (max-width: 960px){.style-module__topRow___bMUL4>.style-module__section___P93gp{margin-bottom:40px}}.style-module__section___P93gp{margin-bottom:40px}.style-module__section___P93gp:last-child{margin-bottom:0}.style-module__sectionTitle___MyzO9{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#666;padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #eee}.style-module__detailsGrid___fZlX-{display:grid;grid-template-columns:1fr;gap:12px}.style-module__detailRow___yIm9U{display:flex;flex-direction:column;gap:4px}@media (min-width: 600px){.style-module__detailRow___yIm9U{flex-direction:row;gap:12px}}.style-module__detailLabel___lnSWb{font-size:13px;color:#666;min-width:140px}@media (min-width: 600px){.style-module__detailLabel___lnSWb{text-align:right}}.style-module__detailValue___jVWRQ{font-size:14px;color:#333;font-weight:500}.style-module__photoList___daO-2{margin:0;padding:0;list-style:none;display:grid;gap:8px}.style-module__photoItem___vfJ64{padding:0}.style-module__photoItem___vfJ64 a{display:inline-flex;align-items:center;padding:8px 12px;background:#f7f7f7;border:1px solid #eee;border-radius:3px;color:#386306;text-decoration:none;font-size:14px;transition:all .15s ease}.style-module__photoItem___vfJ64 a:hover{background:#f0f0f0;border-color:#ddd}.style-module__photoItem___vfJ64 a:before{content:"📷";margin-right:8px}.style-module__adminEdit___uMZGH{height:100vh;display:grid;grid-template-areas:"header" "content";grid-template-columns:1fr;grid-template-rows:auto 1fr}.style-module__header___V8PXL{grid-area:header;border-bottom:1px solid #eee}.style-module__content___g6qqy{grid-area:content;padding:20px;background:#fafafa;position:relative;overflow:auto;display:flex;justify-content:center}.style-module__content___g6qqy>*{max-width:800px;width:100%}.style-module__account___4fLXs{height:100vh;height:100dvh;display:flex;flex-direction:column}.style-module__header___-u-4v{padding:4px 10px;display:flex;align-items:center}.style-module__product___2mXFa{width:200px;display:inline-grid;grid-gap:5px;margin-right:30px;margin-bottom:30px}@media (max-width: 600px){.style-module__product___2mXFa{width:184px}}.style-module__productPreview___N7xai{position:relative;width:200px;cursor:pointer}.style-module__productPreview___N7xai:hover:before{opacity:0}.style-module__productPreview___N7xai:before{z-index:1;position:absolute;top:0;left:0;bottom:0;right:0;background:#000;opacity:.2;content:""}.style-module__productFooter___kl1Zr{display:flex;align-items:center;justify-content:space-between}.style-module__productDate___NH9qI{display:inline-block;margin-right:10px;color:#aaa;font-size:11px}.style-module__buttons___800qh>*{display:inline-block;margin-left:5px}.style-module__notice___suXEe{margin-bottom:20px}
