@charset "UTF-8";.card{display:block;position:relative;margin:0 auto 10px;padding:16px;box-sizing:border-box;background:var(--color-surface);box-shadow:0 0 0 1px var(--color-border-subtle);border:none}.card a:not(.components-external-link){text-decoration:none}.card p a:not(.components-external-link){text-decoration:underline}.card:after{content:".";display:block;height:0;width:0;clear:both;visibility:hidden;overflow:hidden}@media (min-width: 480px){.card{margin-bottom:16px;padding:24px}}.card.is-compact{margin-bottom:1px}@media (min-width: 480px){.card.is-compact{margin-bottom:1px;padding:16px 24px}}.card.is-card-link{padding-right:48px;text-decoration:none}.card.is-card-link:not(a){color:var(--color-primary);font-size:100%;line-height:1.5;text-align:left;width:100%}.card.is-card-link:not(a):active,.card.is-card-link:not(a):focus,.card.is-card-link:not(a):hover{color:var(--color-link-dark)}.card.is-clickable{cursor:pointer}.card.is-highlight{padding-left:21px}.card.is-error{border-left:3px solid var(--color-error-20)}.card.is-info{border-left:3px solid var(--color-primary-20)}.card.is-success{border-left:3px solid var(--color-success-20)}.card.is-warning{border-left:3px solid var(--color-warning-20)}.card__link-indicator{color:var(--color-text-subtle);display:block;height:100%;position:absolute;top:0;right:16px}html[dir=rtl] .card__link-indicator.gridicons-chevron-right{transform:scaleX(-1)}a.card:hover .card__link-indicator,.is-card-link.card:hover .card__link-indicator{color:var(--color-text)}a.card:focus .card__link-indicator,.is-card-link.card:focus .card__link-indicator{color:var(--color-link-dark)}.foldable-card.card{position:relative;transition:margin .15s linear;padding:0}.foldable-card.card:after{content:".";display:block;height:0;width:0;clear:both;visibility:hidden;overflow:hidden}.foldable-card__header{min-height:64px;width:100%;padding:16px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative}.foldable-card__header.is-clickable.is-expandable{cursor:pointer}.foldable-card__header.has-border .foldable-card__summary,.foldable-card__header.has-border .foldable-card__summary-expanded{margin-right:48px}.foldable-card__header.has-border .foldable-card__expand{border-left:1px var(--color-neutral-5) solid}.foldable-card.is-compact .foldable-card__header{padding:8px 16px;min-height:40px}.foldable-card.is-expanded .foldable-card__header{margin-bottom:0;height:inherit;min-height:64px}.foldable-card.is-expanded.is-compact .foldable-card__header{min-height:40px}.foldable-card.is-disabled .foldable-card__header{opacity:.2}.foldable-card__action{position:absolute;top:0;right:0;height:100%}.foldable-card.is-expanded .foldable-card__action{height:100%}.foldable-card.is-disabled .foldable-card__action{cursor:default}.accessible-focus .foldable-card__action:focus{outline:thin dotted}button:not(:disabled).foldable-card__action{cursor:pointer}.foldable-card__main{max-width:calc(100% - 36px);display:flex;align-items:center;flex:2 1;margin-right:5px}@media (max-width: 480px){.foldable-card__main{flex:1 1}}.foldable-card__secondary{display:flex;align-items:center;flex:1 1;justify-content:flex-end}@media (max-width: 480px){.foldable-card__secondary{flex:0 1}}.foldable-card__expand{width:48px}.foldable-card__expand .gridicon{display:flex;align-items:center;width:100%;vertical-align:middle;transition:transform .15s cubic-bezier(.175,.885,.32,1.275),color .2s ease-in}.foldable-card__expand:not(:disabled) .gridicon{fill:var(--studio-gray-100)}.foldable-card__expand:disabled .gridicon{fill:var(--studio-gray-20)}.foldable-card.is-expanded>.foldable-card__header .foldable-card__expand .gridicon{transform:rotate(180deg)}.foldable-card__content{display:none}.foldable-card.is-smooth .foldable-card__content{display:block;overflow:hidden;transition:max-height .25s ease;max-height:0}.foldable-card.is-expanded.is-smooth .foldable-card__content{height:auto;max-height:250px;transition:max-height .25s ease;padding:0}.foldable-card.is-expanded .foldable-card__content{display:block;padding:16px;border-top:1px solid var(--color-neutral-5)}.foldable-card.is-compact .foldable-card.is-expanded .foldable-card__content{padding:8px}.foldable-card__summary,.foldable-card__summary-expanded{margin-right:40px;color:var(--color-text-subtle);font-size:.75rem;transition:opacity .2s linear;display:inline-block}@media (max-width: 480px){.foldable-card__summary,.foldable-card__summary-expanded{display:none}}.foldable-card.has-expanded-summary .foldable-card__summary,.foldable-card.has-expanded-summary .foldable-card__summary-expanded{transition:none;flex:2;text-align:right}.foldable-card__summary{opacity:1;display:inline-block}.foldable-card.is-expanded .foldable-card__summary,.has-expanded-summary .foldable-card.is-expanded .foldable-card__summary,.foldable-card__summary-expanded{display:none}.foldable-card.is-expanded .foldable-card__summary-expanded{display:inline-block}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px #0009;clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.gravatar{border-radius:50%}.gravatar.is-placeholder{display:inline-block}.external-link .gridicons-external{color:currentColor;margin-left:3px;margin-right:0;top:2px;position:relative}.external-link:hover{cursor:pointer}.icon-first .gridicons-external{margin-left:0;margin-right:3px}.summary-button.components-button{padding:24px;display:block;height:auto;transition:none;width:100%}.summary-button.components-button:hover:not(:disabled,[aria-disabled=true]){background:color-mix(in srgb,#fff 98%,var(--wp-admin-theme-color, #3858e9));color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.summary-button.components-button:hover:not(:disabled,[aria-disabled=true]) .summary-button-title{color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.summary-button.components-button:hover:not(:disabled,[aria-disabled=true]) .summary-button-navigation-icon,.summary-button.components-button:hover:not(:disabled,[aria-disabled=true]) .summary-button-decoration svg{fill:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.summary-button.components-button:hover:not(:disabled,[aria-disabled=true]).has-density-low:not(:focus-visible){border:1px solid color-mix(in srgb,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 12%,transparent)}.summary-button.components-button:hover:not(:disabled,[aria-disabled=true]).has-density-medium:not(:focus-visible,:last-child),.summary-button.components-button:hover:not(:disabled,[aria-disabled=true]).has-density-medium-low:not(:focus-visible,:last-child){border-bottom:1px solid color-mix(in srgb,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 12%,transparent)}.summary-button.components-button[aria-disabled=true]{opacity:.6;cursor:default}.summary-button.components-button .summary-button-title{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;font-size:15px;line-height:24px}.summary-button.components-button .summary-button-strapline{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:499;font-size:11px;line-height:16px}.summary-button.components-button .summary-button-navigation-icon,.summary-button.components-button .summary-button-decoration svg{fill:#757575;flex-shrink:0}.summary-button.components-button .summary-button-decoration{display:inline-flex}.summary-button.components-button .summary-button-decoration img{width:24px;height:24px;flex-shrink:0}.summary-button.components-button.has-density-low{border-radius:7px;border:1px solid #e0e0e0;background-color:#fff}.summary-button.components-button.has-density-medium,.summary-button.components-button.has-density-medium-low{padding:16px 24px;border-bottom:1px solid #f0f0f0;border-radius:0}.summary-button.components-button.has-density-medium .summary-button-title,.summary-button.components-button.has-density-medium-low .summary-button-title{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;font-size:13px;line-height:20px;line-height:24px}.summary-button.components-button:focus-visible{box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);outline:2px solid transparent}.wordpress-logo{fill:var(--color-text-inverted);margin:0 auto 20px}@layer base{.agenttic *,.agenttic :before,.agenttic :after,.agenttic ::backdrop,.agenttic ::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}.agenttic *{outline-color:var(--color-ring)}.agenttic button,.agenttic input,.agenttic select,.agenttic optgroup,.agenttic textarea,.agenttic ::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;background-color:transparent;opacity:1}.agenttic input,.agenttic select,.agenttic optgroup,.agenttic textarea,.agenttic ::file-selector-button{color:inherit;border-radius:0}.agenttic [data-slot=messages],.agenttic [data-slot=chat-input],.agenttic [data-slot=chat-footer],.agenttic [data-slot=chat-header] [data-slot=button]{cursor:default}}.QuestionCard-module_card{background:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--spacing-3);padding:var(--spacing-4)}.QuestionCard-module_question{color:var(--color-foreground);font-size:var(--text-base);font-weight:var(--font-weight-semibold);line-height:var(--text-base--line-height);margin:0}.QuestionCard-module_choices{display:grid;gap:var(--spacing-2)}.QuestionCard-module_choicesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 520px){.QuestionCard-module_choicesGrid{grid-template-columns:1fr}}.QuestionCard-module_choice{align-items:stretch;background:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 10%,transparent);border-radius:var(--radius-md);color:var(--color-foreground);cursor:pointer;display:grid;gap:var(--spacing-2);padding:var(--spacing-3);text-align:left;transition:var(--transition-colors);width:100%}.QuestionCard-module_choice:hover:not(:disabled){border-color:var(--color-ring);box-shadow:var(--shadow-outline)}.QuestionCard-module_choice:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.QuestionCard-module_choice:disabled{cursor:default;opacity:.66}.QuestionCard-module_answered{border-color:var(--color-primary)}.QuestionCard-module_label{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);line-height:var(--text-sm--line-height)}.QuestionCard-module_description,.QuestionCard-module_layoutHint{color:var(--color-muted-foreground);font-size:var(--text-sm);line-height:var(--text-sm--line-height)}:root{--studio-white: #fff;--studio-black: #000;--studio-gray-0: #f6f7f7;--studio-gray-5: #dcdcde;--studio-gray-10: #c3c4c7;--studio-gray-20: #a7aaad;--studio-gray-30: #8c8f94;--studio-gray-40: #787c82;--studio-gray-50: #646970;--studio-gray-60: #50575e;--studio-gray-70: #3c434a;--studio-gray-80: #2c3338;--studio-gray-90: #1d2327;--studio-gray-100: #101517;--studio-gray: #646970;--studio-blue-0: #fbfcfe;--studio-blue-5: #f7f8fe;--studio-blue-10: #d6ddf9;--studio-blue-20: #adbaf3;--studio-blue-30: #7b90ff;--studio-blue-40: #546ff3;--studio-blue-50: #3858e9;--studio-blue-60: #2a46ce;--studio-blue-70: #1d35b4;--studio-blue-80: #1f3286;--studio-blue-90: #14215a;--studio-blue-100: #0a112d;--studio-blue: #3858e9;--studio-wordpress-blue-0: #fbfcfe;--studio-wordpress-blue-5: #f7f8fe;--studio-wordpress-blue-10: #d6ddf9;--studio-wordpress-blue-20: #adbaf3;--studio-wordpress-blue-30: #7b90ff;--studio-wordpress-blue-40: #546ff3;--studio-wordpress-blue-50: #3858e9;--studio-wordpress-blue-60: #2a46ce;--studio-wordpress-blue-70: #1d35b4;--studio-wordpress-blue-80: #1f3286;--studio-wordpress-blue-90: #14215a;--studio-wordpress-blue-100: #0a112d;--studio-wordpress-blue: #3858e9;--studio-purple-0: #f2e9ed;--studio-purple-5: #ebcee0;--studio-purple-10: #e3afd5;--studio-purple-20: #d48fc8;--studio-purple-30: #c475bd;--studio-purple-40: #b35eb1;--studio-purple-50: #984a9c;--studio-purple-60: #7c3982;--studio-purple-70: #662c6e;--studio-purple-80: #4d2054;--studio-purple-90: #35163b;--studio-purple-100: #1e0c21;--studio-purple: #984a9c;--studio-pink-0: #f5e9ed;--studio-pink-5: #f2ceda;--studio-pink-10: #f7a8c3;--studio-pink-20: #f283aa;--studio-pink-30: #eb6594;--studio-pink-40: #e34c84;--studio-pink-50: #c9356e;--studio-pink-60: #ab235a;--studio-pink-70: #8c1749;--studio-pink-80: #700f3b;--studio-pink-90: #4f092a;--studio-pink-100: #260415;--studio-pink: #c9356e;--studio-red-0: #f7ebec;--studio-red-5: #facfd2;--studio-red-10: #ffabaf;--studio-red-20: #ff8085;--studio-red-30: #f86368;--studio-red-40: #e65054;--studio-red-50: #d63638;--studio-red-60: #b32d2e;--studio-red-70: #8a2424;--studio-red-80: #691c1c;--studio-red-90: #451313;--studio-red-100: #240a0a;--studio-red: #d63638;--studio-orange-0: #f5ece6;--studio-orange-5: #f7dcc6;--studio-orange-10: #ffbf86;--studio-orange-20: #faa754;--studio-orange-30: #e68b28;--studio-orange-40: #d67709;--studio-orange-50: #b26200;--studio-orange-60: #8a4d00;--studio-orange-70: #704000;--studio-orange-80: #543100;--studio-orange-90: #361f00;--studio-orange-100: #1f1200;--studio-orange: #b26200;--studio-yellow-0: #f5f1e1;--studio-yellow-5: #f5e6b3;--studio-yellow-10: #f2d76b;--studio-yellow-20: #f0c930;--studio-yellow-30: #deb100;--studio-yellow-40: #c08c00;--studio-yellow-50: #9d6e00;--studio-yellow-60: #7d5600;--studio-yellow-70: #674600;--studio-yellow-80: #4f3500;--studio-yellow-90: #320;--studio-yellow-100: #1c1300;--studio-yellow: #9d6e00;--studio-green-0: #e6f2e8;--studio-green-5: #b8e6bf;--studio-green-10: #68de86;--studio-green-20: #1ed15a;--studio-green-30: #00ba37;--studio-green-40: #00a32a;--studio-green-50: #008a20;--studio-green-60: #007017;--studio-green-70: #005c12;--studio-green-80: #00450c;--studio-green-90: #003008;--studio-green-100: #001c05;--studio-green: #008a20;--studio-celadon-0: #e4f2ed;--studio-celadon-5: #a7e8d3;--studio-celadon-10: #66deb9;--studio-celadon-20: #31cc9f;--studio-celadon-30: #09b585;--studio-celadon-40: #009e73;--studio-celadon-50: #008763;--studio-celadon-60: #007053;--studio-celadon-70: #005c44;--studio-celadon-80: #004533;--studio-celadon-90: #003024;--studio-celadon-100: #001c15;--studio-celadon: #008763;--studio-automattic-blue-0: #ebf4fa;--studio-automattic-blue-5: #c4e2f5;--studio-automattic-blue-10: #88ccf2;--studio-automattic-blue-20: #5ab7e8;--studio-automattic-blue-30: #24a3e0;--studio-automattic-blue-40: #1490c7;--studio-automattic-blue-50: #0277a8;--studio-automattic-blue-60: #036085;--studio-automattic-blue-70: #02506e;--studio-automattic-blue-80: #02384d;--studio-automattic-blue-90: #022836;--studio-automattic-blue-100: #021b24;--studio-automattic-blue: #24a3e0;--studio-simplenote-blue-0: #e9ecf5;--studio-simplenote-blue-5: #ced9f2;--studio-simplenote-blue-10: #abc1f5;--studio-simplenote-blue-20: #84a4f0;--studio-simplenote-blue-30: #618df2;--studio-simplenote-blue-40: #4678eb;--studio-simplenote-blue-50: #3361cc;--studio-simplenote-blue-60: #1d4fc4;--studio-simplenote-blue-70: #113ead;--studio-simplenote-blue-80: #0d2f85;--studio-simplenote-blue-90: #09205c;--studio-simplenote-blue-100: #05102e;--studio-simplenote-blue: #3361cc;--studio-woocommerce-purple-0: #f2edff;--studio-woocommerce-purple-5: #e1d7ff;--studio-woocommerce-purple-10: #d1c1ff;--studio-woocommerce-purple-20: #b999ff;--studio-woocommerce-purple-30: #a77eff;--studio-woocommerce-purple-40: #873eff;--studio-woocommerce-purple-50: #720eec;--studio-woocommerce-purple-60: #6108ce;--studio-woocommerce-purple-70: #5007aa;--studio-woocommerce-purple-80: #3c087e;--studio-woocommerce-purple-90: #2c045d;--studio-woocommerce-purple-100: #1f0342;--studio-woocommerce-purple: #720eec;--studio-jetpack-green-0: #f0f2eb;--studio-jetpack-green-5: #d0e6b8;--studio-jetpack-green-10: #9dd977;--studio-jetpack-green-20: #64ca43;--studio-jetpack-green-30: #2fb41f;--studio-jetpack-green-40: #069e08;--studio-jetpack-green-50: #008710;--studio-jetpack-green-60: #007117;--studio-jetpack-green-70: #005b18;--studio-jetpack-green-80: #004515;--studio-jetpack-green-90: #003010;--studio-jetpack-green-100: #001c09;--studio-jetpack-green: #069e08}:root{--studio-white-rgb: 255, 255, 255;--studio-black-rgb: 0, 0, 0;--studio-gray-0-rgb: 246, 247, 247;--studio-gray-5-rgb: 220, 220, 222;--studio-gray-10-rgb: 195, 196, 199;--studio-gray-20-rgb: 167, 170, 173;--studio-gray-30-rgb: 140, 143, 148;--studio-gray-40-rgb: 120, 124, 130;--studio-gray-50-rgb: 100, 105, 112;--studio-gray-60-rgb: 80, 87, 94;--studio-gray-70-rgb: 60, 67, 74;--studio-gray-80-rgb: 44, 51, 56;--studio-gray-90-rgb: 29, 35, 39;--studio-gray-100-rgb: 16, 21, 23;--studio-gray-rgb: 100, 105, 112;--studio-blue-0-rgb: 251, 252, 254;--studio-blue-5-rgb: 247, 248, 254;--studio-blue-10-rgb: 214, 221, 249;--studio-blue-20-rgb: 173, 186, 243;--studio-blue-30-rgb: 123, 144, 255;--studio-blue-40-rgb: 84, 111, 243;--studio-blue-50-rgb: 56, 88, 233;--studio-blue-60-rgb: 42, 70, 206;--studio-blue-70-rgb: 29, 53, 180;--studio-blue-80-rgb: 31, 50, 134;--studio-blue-90-rgb: 20, 33, 90;--studio-blue-100-rgb: 10, 17, 45;--studio-blue-rgb: 56, 88, 233;--studio-wordpress-blue-0-rgb: 251, 252, 254;--studio-wordpress-blue-5-rgb: 247, 248, 254;--studio-wordpress-blue-10-rgb: 214, 221, 249;--studio-wordpress-blue-20-rgb: 173, 186, 243;--studio-wordpress-blue-30-rgb: 123, 144, 255;--studio-wordpress-blue-40-rgb: 84, 111, 243;--studio-wordpress-blue-50-rgb: 56, 88, 233;--studio-wordpress-blue-60-rgb: 42, 70, 206;--studio-wordpress-blue-70-rgb: 29, 53, 180;--studio-wordpress-blue-80-rgb: 31, 50, 134;--studio-wordpress-blue-90-rgb: 20, 33, 90;--studio-wordpress-blue-100-rgb: 10, 17, 45;--studio-wordpress-blue-rgb: 56, 88, 233;--studio-purple-0-rgb: 242, 233, 237;--studio-purple-5-rgb: 235, 206, 224;--studio-purple-10-rgb: 227, 175, 213;--studio-purple-20-rgb: 212, 143, 200;--studio-purple-30-rgb: 196, 117, 189;--studio-purple-40-rgb: 179, 94, 177;--studio-purple-50-rgb: 152, 74, 156;--studio-purple-60-rgb: 124, 57, 130;--studio-purple-70-rgb: 102, 44, 110;--studio-purple-80-rgb: 77, 32, 84;--studio-purple-90-rgb: 53, 22, 59;--studio-purple-100-rgb: 30, 12, 33;--studio-purple-rgb: 152, 74, 156;--studio-pink-0-rgb: 245, 233, 237;--studio-pink-5-rgb: 242, 206, 218;--studio-pink-10-rgb: 247, 168, 195;--studio-pink-20-rgb: 242, 131, 170;--studio-pink-30-rgb: 235, 101, 148;--studio-pink-40-rgb: 227, 76, 132;--studio-pink-50-rgb: 201, 53, 110;--studio-pink-60-rgb: 171, 35, 90;--studio-pink-70-rgb: 140, 23, 73;--studio-pink-80-rgb: 112, 15, 59;--studio-pink-90-rgb: 79, 9, 42;--studio-pink-100-rgb: 38, 4, 21;--studio-pink-rgb: 201, 53, 110;--studio-red-0-rgb: 247, 235, 236;--studio-red-5-rgb: 250, 207, 210;--studio-red-10-rgb: 255, 171, 175;--studio-red-20-rgb: 255, 128, 133;--studio-red-30-rgb: 248, 99, 104;--studio-red-40-rgb: 230, 80, 84;--studio-red-50-rgb: 214, 54, 56;--studio-red-60-rgb: 179, 45, 46;--studio-red-70-rgb: 138, 36, 36;--studio-red-80-rgb: 105, 28, 28;--studio-red-90-rgb: 69, 19, 19;--studio-red-100-rgb: 36, 10, 10;--studio-red-rgb: 214, 54, 56;--studio-orange-0-rgb: 245, 236, 230;--studio-orange-5-rgb: 247, 220, 198;--studio-orange-10-rgb: 255, 191, 134;--studio-orange-20-rgb: 250, 167, 84;--studio-orange-30-rgb: 230, 139, 40;--studio-orange-40-rgb: 214, 119, 9;--studio-orange-50-rgb: 178, 98, 0;--studio-orange-60-rgb: 138, 77, 0;--studio-orange-70-rgb: 112, 64, 0;--studio-orange-80-rgb: 84, 49, 0;--studio-orange-90-rgb: 54, 31, 0;--studio-orange-100-rgb: 31, 18, 0;--studio-orange-rgb: 178, 98, 0;--studio-yellow-0-rgb: 245, 241, 225;--studio-yellow-5-rgb: 245, 230, 179;--studio-yellow-10-rgb: 242, 215, 107;--studio-yellow-20-rgb: 240, 201, 48;--studio-yellow-30-rgb: 222, 177, 0;--studio-yellow-40-rgb: 192, 140, 0;--studio-yellow-50-rgb: 157, 110, 0;--studio-yellow-60-rgb: 125, 86, 0;--studio-yellow-70-rgb: 103, 70, 0;--studio-yellow-80-rgb: 79, 53, 0;--studio-yellow-90-rgb: 51, 34, 0;--studio-yellow-100-rgb: 28, 19, 0;--studio-yellow-rgb: 157, 110, 0;--studio-green-0-rgb: 230, 242, 232;--studio-green-5-rgb: 184, 230, 191;--studio-green-10-rgb: 104, 222, 134;--studio-green-20-rgb: 30, 209, 90;--studio-green-30-rgb: 0, 186, 55;--studio-green-40-rgb: 0, 163, 42;--studio-green-50-rgb: 0, 138, 32;--studio-green-60-rgb: 0, 112, 23;--studio-green-70-rgb: 0, 92, 18;--studio-green-80-rgb: 0, 69, 12;--studio-green-90-rgb: 0, 48, 8;--studio-green-100-rgb: 0, 28, 5;--studio-green-rgb: 0, 138, 32;--studio-celadon-0-rgb: 228, 242, 237;--studio-celadon-5-rgb: 167, 232, 211;--studio-celadon-10-rgb: 102, 222, 185;--studio-celadon-20-rgb: 49, 204, 159;--studio-celadon-30-rgb: 9, 181, 133;--studio-celadon-40-rgb: 0, 158, 115;--studio-celadon-50-rgb: 0, 135, 99;--studio-celadon-60-rgb: 0, 112, 83;--studio-celadon-70-rgb: 0, 92, 68;--studio-celadon-80-rgb: 0, 69, 51;--studio-celadon-90-rgb: 0, 48, 36;--studio-celadon-100-rgb: 0, 28, 21;--studio-celadon-rgb: 0, 135, 99;--studio-automattic-blue-0-rgb: 235, 244, 250;--studio-automattic-blue-5-rgb: 196, 226, 245;--studio-automattic-blue-10-rgb: 136, 204, 242;--studio-automattic-blue-20-rgb: 90, 183, 232;--studio-automattic-blue-30-rgb: 36, 163, 224;--studio-automattic-blue-40-rgb: 20, 144, 199;--studio-automattic-blue-50-rgb: 2, 119, 168;--studio-automattic-blue-60-rgb: 3, 96, 133;--studio-automattic-blue-70-rgb: 2, 80, 110;--studio-automattic-blue-80-rgb: 2, 56, 77;--studio-automattic-blue-90-rgb: 2, 40, 54;--studio-automattic-blue-100-rgb: 2, 27, 36;--studio-automattic-blue-rgb: 36, 163, 224;--studio-simplenote-blue-0-rgb: 233, 236, 245;--studio-simplenote-blue-5-rgb: 206, 217, 242;--studio-simplenote-blue-10-rgb: 171, 193, 245;--studio-simplenote-blue-20-rgb: 132, 164, 240;--studio-simplenote-blue-30-rgb: 97, 141, 242;--studio-simplenote-blue-40-rgb: 70, 120, 235;--studio-simplenote-blue-50-rgb: 51, 97, 204;--studio-simplenote-blue-60-rgb: 29, 79, 196;--studio-simplenote-blue-70-rgb: 17, 62, 173;--studio-simplenote-blue-80-rgb: 13, 47, 133;--studio-simplenote-blue-90-rgb: 9, 32, 92;--studio-simplenote-blue-100-rgb: 5, 16, 46;--studio-simplenote-blue-rgb: 51, 97, 204;--studio-woocommerce-purple-0-rgb: 242, 237, 255;--studio-woocommerce-purple-5-rgb: 225, 215, 255;--studio-woocommerce-purple-10-rgb: 209, 193, 255;--studio-woocommerce-purple-20-rgb: 185, 153, 255;--studio-woocommerce-purple-30-rgb: 167, 126, 255;--studio-woocommerce-purple-40-rgb: 135, 62, 255;--studio-woocommerce-purple-50-rgb: 114, 14, 236;--studio-woocommerce-purple-60-rgb: 97, 8, 206;--studio-woocommerce-purple-70-rgb: 80, 7, 170;--studio-woocommerce-purple-80-rgb: 60, 8, 126;--studio-woocommerce-purple-90-rgb: 44, 4, 93;--studio-woocommerce-purple-100-rgb: 31, 3, 66;--studio-woocommerce-purple-rgb: 114, 14, 236;--studio-jetpack-green-0-rgb: 240, 242, 235;--studio-jetpack-green-5-rgb: 208, 230, 184;--studio-jetpack-green-10-rgb: 157, 217, 119;--studio-jetpack-green-20-rgb: 100, 202, 67;--studio-jetpack-green-30-rgb: 47, 180, 31;--studio-jetpack-green-40-rgb: 6, 158, 8;--studio-jetpack-green-50-rgb: 0, 135, 16;--studio-jetpack-green-60-rgb: 0, 113, 23;--studio-jetpack-green-70-rgb: 0, 91, 24;--studio-jetpack-green-80-rgb: 0, 69, 21;--studio-jetpack-green-90-rgb: 0, 48, 16;--studio-jetpack-green-100-rgb: 0, 28, 9;--studio-jetpack-green-rgb: 6, 158, 8}:root{--color-deprecated-blue-0: #e9f0f5;--color-deprecated-blue-5: #bbe0fa;--color-deprecated-blue-10: #91caf2;--color-deprecated-blue-20: #68b3e8;--color-deprecated-blue-30: #399ce3;--color-deprecated-blue-40: #1689db;--color-deprecated-blue-50: #0675c4;--color-deprecated-blue-60: #055d9c;--color-deprecated-blue-70: #044b7a;--color-deprecated-blue-80: #02395c;--color-deprecated-blue-90: #01283d;--color-deprecated-blue-100: #001621;--color-deprecated-blue: #0675c4;--color-deprecated-blue-0-rgb: 233, 240, 245;--color-deprecated-blue-5-rgb: 187, 224, 250;--color-deprecated-blue-10-rgb: 145, 202, 242;--color-deprecated-blue-20-rgb: 104, 179, 232;--color-deprecated-blue-30-rgb: 57, 156, 227;--color-deprecated-blue-40-rgb: 22, 137, 219;--color-deprecated-blue-50-rgb: 6, 117, 196;--color-deprecated-blue-60-rgb: 5, 93, 156;--color-deprecated-blue-70-rgb: 4, 75, 122;--color-deprecated-blue-80-rgb: 2, 57, 92;--color-deprecated-blue-90-rgb: 1, 40, 61;--color-deprecated-blue-100-rgb: 0, 22, 33;--color-deprecated-blue-rgb: 6, 117, 196}:root{--color-primary: var(--studio-blue-50);--color-primary-rgb: var(--studio-blue-50-rgb);--color-primary-dark: var(--studio-blue-70);--color-primary-dark-rgb: var(--studio-blue-70-rgb);--color-primary-light: var(--studio-blue-30);--color-primary-light-rgb: var(--studio-blue-30-rgb);--color-primary-0: var(--studio-blue-0);--color-primary-0-rgb: var(--studio-blue-0-rgb);--color-primary-5: var(--studio-blue-5);--color-primary-5-rgb: var(--studio-blue-5-rgb);--color-primary-10: var(--studio-blue-10);--color-primary-10-rgb: var(--studio-blue-10-rgb);--color-primary-20: var(--studio-blue-20);--color-primary-20-rgb: var(--studio-blue-20-rgb);--color-primary-30: var(--studio-blue-30);--color-primary-30-rgb: var(--studio-blue-30-rgb);--color-primary-40: var(--studio-blue-40);--color-primary-40-rgb: var(--studio-blue-40-rgb);--color-primary-50: var(--studio-blue-50);--color-primary-50-rgb: var(--studio-blue-50-rgb);--color-primary-60: var(--studio-blue-60);--color-primary-60-rgb: var(--studio-blue-60-rgb);--color-primary-70: var(--studio-blue-70);--color-primary-70-rgb: var(--studio-blue-70-rgb);--color-primary-80: var(--studio-blue-80);--color-primary-80-rgb: var(--studio-blue-80-rgb);--color-primary-90: var(--studio-blue-90);--color-primary-90-rgb: var(--studio-blue-90-rgb);--color-primary-100: var(--studio-blue-100);--color-primary-100-rgb: var(--studio-blue-100-rgb);--color-accent: var(--studio-wordpress-blue-50);--color-accent-rgb: var(--studio-wordpress-blue-50-rgb);--color-accent-dark: var(--studio-wordpress-blue-70);--color-accent-dark-rgb: var(--studio-wordpress-blue-70-rgb);--color-accent-light: var(--studio-wordpress-blue-30);--color-accent-light-rgb: var(--studio-wordpress-blue-30-rgb);--color-accent-0: var(--studio-wordpress-blue-0);--color-accent-0-rgb: var(--studio-wordpress-blue-0-rgb);--color-accent-5: var(--studio-wordpress-blue-5);--color-accent-5-rgb: var(--studio-wordpress-blue-5-rgb);--color-accent-10: var(--studio-wordpress-blue-10);--color-accent-10-rgb: var(--studio-wordpress-blue-10-rgb);--color-accent-20: var(--studio-wordpress-blue-20);--color-accent-20-rgb: var(--studio-wordpress-blue-20-rgb);--color-accent-30: var(--studio-wordpress-blue-30);--color-accent-30-rgb: var(--studio-wordpress-blue-30-rgb);--color-accent-40: var(--studio-wordpress-blue-40);--color-accent-40-rgb: var(--studio-wordpress-blue-40-rgb);--color-accent-50: var(--studio-wordpress-blue-50);--color-accent-50-rgb: var(--studio-wordpress-blue-50-rgb);--color-accent-60: var(--studio-wordpress-blue-60);--color-accent-60-rgb: var(--studio-wordpress-blue-60-rgb);--color-accent-70: var(--studio-wordpress-blue-70);--color-accent-70-rgb: var(--studio-wordpress-blue-70-rgb);--color-accent-80: var(--studio-wordpress-blue-80);--color-accent-80-rgb: var(--studio-wordpress-blue-80-rgb);--color-accent-90: var(--studio-wordpress-blue-90);--color-accent-90-rgb: var(--studio-wordpress-blue-90-rgb);--color-accent-100: var(--studio-wordpress-blue-100);--color-accent-100-rgb: var(--studio-wordpress-blue-100-rgb);--color-neutral: var(--studio-gray-50);--color-neutral-rgb: var(--studio-gray-50-rgb);--color-neutral-dark: var(--studio-gray-70);--color-neutral-dark-rgb: var(--studio-gray-70-rgb);--color-neutral-light: var(--studio-gray-30);--color-neutral-light-rgb: var(--studio-gray-30-rgb);--color-neutral-0: var(--studio-gray-0);--color-neutral-0-rgb: var(--studio-gray-0-rgb);--color-neutral-5: var(--studio-gray-5);--color-neutral-5-rgb: var(--studio-gray-5-rgb);--color-neutral-10: var(--studio-gray-10);--color-neutral-10-rgb: var(--studio-gray-10-rgb);--color-neutral-20: var(--studio-gray-20);--color-neutral-20-rgb: var(--studio-gray-20-rgb);--color-neutral-30: var(--studio-gray-30);--color-neutral-30-rgb: var(--studio-gray-30-rgb);--color-neutral-40: var(--studio-gray-40);--color-neutral-40-rgb: var(--studio-gray-40-rgb);--color-neutral-50: var(--studio-gray-50);--color-neutral-50-rgb: var(--studio-gray-50-rgb);--color-neutral-60: var(--studio-gray-60);--color-neutral-60-rgb: var(--studio-gray-60-rgb);--color-neutral-70: var(--studio-gray-70);--color-neutral-70-rgb: var(--studio-gray-70-rgb);--color-neutral-80: var(--studio-gray-80);--color-neutral-80-rgb: var(--studio-gray-80-rgb);--color-neutral-90: var(--studio-gray-90);--color-neutral-90-rgb: var(--studio-gray-90-rgb);--color-neutral-100: var(--studio-gray-100);--color-neutral-100-rgb: var(--studio-gray-100-rgb);--color-success: var(--studio-green-50);--color-success-rgb: var(--studio-green-50-rgb);--color-success-dark: var(--studio-green-70);--color-success-dark-rgb: var(--studio-green-70-rgb);--color-success-light: var(--studio-green-30);--color-success-light-rgb: var(--studio-green-30-rgb);--color-success-0: var(--studio-green-0);--color-success-0-rgb: var(--studio-green-0-rgb);--color-success-5: var(--studio-green-5);--color-success-5-rgb: var(--studio-green-5-rgb);--color-success-10: var(--studio-green-10);--color-success-10-rgb: var(--studio-green-10-rgb);--color-success-20: var(--studio-green-20);--color-success-20-rgb: var(--studio-green-20-rgb);--color-success-30: var(--studio-green-30);--color-success-30-rgb: var(--studio-green-30-rgb);--color-success-40: var(--studio-green-40);--color-success-40-rgb: var(--studio-green-40-rgb);--color-success-50: var(--studio-green-50);--color-success-50-rgb: var(--studio-green-50-rgb);--color-success-60: var(--studio-green-60);--color-success-60-rgb: var(--studio-green-60-rgb);--color-success-70: var(--studio-green-70);--color-success-70-rgb: var(--studio-green-70-rgb);--color-success-80: var(--studio-green-80);--color-success-80-rgb: var(--studio-green-80-rgb);--color-success-90: var(--studio-green-90);--color-success-90-rgb: var(--studio-green-90-rgb);--color-success-100: var(--studio-green-100);--color-success-100-rgb: var(--studio-green-100-rgb);--color-warning: var(--studio-yellow-50);--color-warning-rgb: var(--studio-yellow-50-rgb);--color-warning-dark: var(--studio-yellow-70);--color-warning-dark-rgb: var(--studio-yellow-70-rgb);--color-warning-light: var(--studio-yellow-30);--color-warning-light-rgb: var(--studio-yellow-30-rgb);--color-warning-0: var(--studio-yellow-0);--color-warning-0-rgb: var(--studio-yellow-0-rgb);--color-warning-5: var(--studio-yellow-5);--color-warning-5-rgb: var(--studio-yellow-5-rgb);--color-warning-10: var(--studio-yellow-10);--color-warning-10-rgb: var(--studio-yellow-10-rgb);--color-warning-20: var(--studio-yellow-20);--color-warning-20-rgb: var(--studio-yellow-20-rgb);--color-warning-30: var(--studio-yellow-30);--color-warning-30-rgb: var(--studio-yellow-30-rgb);--color-warning-40: var(--studio-yellow-40);--color-warning-40-rgb: var(--studio-yellow-40-rgb);--color-warning-50: var(--studio-yellow-50);--color-warning-50-rgb: var(--studio-yellow-50-rgb);--color-warning-60: var(--studio-yellow-60);--color-warning-60-rgb: var(--studio-yellow-60-rgb);--color-warning-70: var(--studio-yellow-70);--color-warning-70-rgb: var(--studio-yellow-70-rgb);--color-warning-80: var(--studio-yellow-80);--color-warning-80-rgb: var(--studio-yellow-80-rgb);--color-warning-90: var(--studio-yellow-90);--color-warning-90-rgb: var(--studio-yellow-90-rgb);--color-warning-100: var(--studio-yellow-100);--color-warning-100-rgb: var(--studio-yellow-100-rgb);--color-error: var(--studio-red-50);--color-error-rgb: var(--studio-red-50-rgb);--color-error-dark: var(--studio-red-70);--color-error-dark-rgb: var(--studio-red-70-rgb);--color-error-light: var(--studio-red-30);--color-error-light-rgb: var(--studio-red-30-rgb);--color-error-0: var(--studio-red-0);--color-error-0-rgb: var(--studio-red-0-rgb);--color-error-5: var(--studio-red-5);--color-error-5-rgb: var(--studio-red-5-rgb);--color-error-10: var(--studio-red-10);--color-error-10-rgb: var(--studio-red-10-rgb);--color-error-20: var(--studio-red-20);--color-error-20-rgb: var(--studio-red-20-rgb);--color-error-30: var(--studio-red-30);--color-error-30-rgb: var(--studio-red-30-rgb);--color-error-40: var(--studio-red-40);--color-error-40-rgb: var(--studio-red-40-rgb);--color-error-50: var(--studio-red-50);--color-error-50-rgb: var(--studio-red-50-rgb);--color-error-60: var(--studio-red-60);--color-error-60-rgb: var(--studio-red-60-rgb);--color-error-70: var(--studio-red-70);--color-error-70-rgb: var(--studio-red-70-rgb);--color-error-80: var(--studio-red-80);--color-error-80-rgb: var(--studio-red-80-rgb);--color-error-90: var(--studio-red-90);--color-error-90-rgb: var(--studio-red-90-rgb);--color-error-100: var(--studio-red-100);--color-error-100-rgb: var(--studio-red-100-rgb);--color-surface: var(--studio-white);--color-surface-rgb: var(--studio-white-rgb);--color-surface-backdrop: var(--studio-gray-0);--color-surface-backdrop-rgb: var(--studio-gray-0-rgb);--color-text: var(--studio-gray-80);--color-text-rgb: var(--studio-gray-80-rgb);--color-text-subtle: var(--studio-gray-50);--color-text-subtle-rgb: var(--studio-gray-50-rgb);--color-text-inverted: var(--studio-white);--color-text-inverted-rgb: var(--studio-white-rgb);--color-border: var(--color-neutral-20);--color-border-rgb: var(--color-neutral-20-rgb);--color-border-subtle: var(--color-neutral-5);--color-border-subtle-rgb: var(--color-neutral-5-rgb);--color-border-shadow: var(--color-neutral-0);--color-border-shadow-rgb: var(--color-neutral-0-rgb);--color-border-inverted: var(--studio-white);--color-border-inverted-rgb: var(--studio-white-rgb);--color-border-secondary: #f1f1f1;--color-link: var(--studio-blue-50);--color-link-rgb: var(--studio-blue-50-rgb);--color-link-dark: var(--studio-blue-70);--color-link-dark-rgb: var(--studio-blue-70-rgb);--color-link-light: var(--studio-blue-30);--color-link-light-rgb: var(--studio-blue-30-rgb);--color-link-0: var(--studio-blue-0);--color-link-0-rgb: var(--studio-blue-0-rgb);--color-link-5: var(--studio-blue-5);--color-link-5-rgb: var(--studio-blue-5-rgb);--color-link-10: var(--studio-blue-10);--color-link-10-rgb: var(--studio-blue-10-rgb);--color-link-20: var(--studio-blue-20);--color-link-20-rgb: var(--studio-blue-20-rgb);--color-link-30: var(--studio-blue-30);--color-link-30-rgb: var(--studio-blue-30-rgb);--color-link-40: var(--studio-blue-40);--color-link-40-rgb: var(--studio-blue-40-rgb);--color-link-50: var(--studio-blue-50);--color-link-50-rgb: var(--studio-blue-50-rgb);--color-link-60: var(--studio-blue-60);--color-link-60-rgb: var(--studio-blue-60-rgb);--color-link-70: var(--studio-blue-70);--color-link-70-rgb: var(--studio-blue-70-rgb);--color-link-80: var(--studio-blue-80);--color-link-80-rgb: var(--studio-blue-80-rgb);--color-link-90: var(--studio-blue-90);--color-link-90-rgb: var(--studio-blue-90-rgb);--color-link-100: var(--studio-blue-100);--color-link-100-rgb: var(--studio-blue-100-rgb);--color-plan-free: var(--studio-gray-30);--color-plan-blogger: var(--studio-celadon-30);--color-plan-personal: var(--studio-blue-30);--color-plan-premium: var(--studio-yellow-30);--color-plan-business: var(--studio-orange-30);--color-plan-ecommerce: var(--studio-purple-30);--color-premium-domain: var(--studio-wordpress-blue-60);--color-jetpack-plan-free: var(--studio-blue-30);--color-jetpack-plan-personal: var(--studio-yellow-30);--color-jetpack-plan-premium: var(--studio-jetpack-green-30);--color-jetpack-plan-professional: var(--studio-purple-30);--color-masterbar-item-hover-background: #2c3338;--color-masterbar-item-active-background: #23282d;--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-40);--color-masterbar-unread-dot-background: var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-checkout-masterbar-background: transparent;--color-checkout-masterbar-text: var(--studio-gray-50);--color-checkout-masterbar-item-hover-background: var(--studio-gray-5);--color-checkout-masterbar-item-active-background: var(--studio-gray-20);--color-sidebar-background: #23282d;--color-sidebar-background-rgb: 35, 40, 45;--color-sidebar-border: #333;--color-sidebar-text: #eee;--color-sidebar-text-rgb: 238, 238, 238;--color-sidebar-text-alternative: #a2aab2;--color-sidebar-gridicon-fill: #a2aab2;--color-sidebar-gridicon-hover-fill: #00b9eb;--color-sidebar-gridicon-selected-fill: #00b9eb;--color-sidebar-notice-background: #3c434a;--color-sidebar-menu-selected-background: #0073aa;--color-sidebar-menu-selected-background-rgb: 0, 115, 170;--color-sidebar-menu-selected-text: var(--color-text-inverted);--color-sidebar-menu-selected-text-rgb: var(--color-text-inverted-rgb);--color-sidebar-menu-hover-background: #1a1e23;--color-sidebar-menu-hover-background-rgb: 26, 30, 35;--color-sidebar-menu-hover-text: #00b9eb;--color-jetpack-onboarding-text: var(--studio-white);--color-jetpack-onboarding-text-rgb: var(--studio-white-rgb);--color-jetpack-onboarding-background: var(--studio-blue-100);--color-jetpack-onboarding-background-rgb: var(--studio-blue-100-rgb);--color-akismet: #357b49;--color-automattic: var(--studio-blue-40);--color-jetpack: var(--studio-jetpack-green);--color-simplenote: var(--studio-simplenote-blue);--color-woocommerce: var(--studio-woocommerce-purple);--color-wordpress-com: var(--studio-wordpress-blue);--color-wordpress-org: #585c60;--color-blogger: #ff5722;--color-bluesky: #0085ff;--color-eventbrite: #ff8000;--color-facebook: #0866ff;--color-godaddy: #5ea95a;--color-google-plus: #df4a32;--color-instagram: #d93174;--color-linkedin: #0976b4;--color-mastodon: #6364ff;--color-medium: #12100e;--color-nextdoor: #8ed500;--color-pinterest: #cc2127;--color-pocket: #ee4256;--color-print: #f8f8f8;--color-reddit: #5f99cf;--color-skype: #00aff0;--color-stumbleupon: #eb4924;--color-substack: #ff6719;--color-squarespace: #222;--color-telegram: #08c;--color-threads: #000;--color-tumblr: #35465c;--color-twitter: #55acee;--color-whatsapp: #43d854;--color-wix: #faad4d;--color-x: #000;--color-email: var(--studio-gray-0);--color-podcasting: #9b4dd5;--color-wp-admin-button-background: #008ec2;--color-wp-admin-button-border: #006799;--theme-text-color: #f0f0f1;--theme-text-color-rgb: 240, 240, 241;--theme-base-color: #1d2327;--theme-base-color-rgb: 29, 35, 39;--theme-submenu-background-color: #131619;--theme-submenu-text-color: #c3c4c7;--theme-icon-color: rgba(240, 246, 252, .6);--theme-highlight-color: #72aee6;--theme-highlight-color-rgb: 114, 174, 230;--theme-notification-color: #d54e21;--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #8c8f94;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-highlight-color);--color-sidebar-submenu-background: #32373c;--color-sidebar-submenu-text: #b4b9be;--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: #00b9eb;--color-sidebar-submenu-selected-background: transparent;--color-sidebar-submenu-selected-text: var(--color-text-inverted);--color-navredesign-sidebar-submenu-text: rgba(240, 246, 252, .7);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: #72aee6;--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-aquatic{--color-primary: var(--color-deprecated-blue-50);--color-primary-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-dark: var(--color-deprecated-blue-70);--color-primary-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-light: var(--color-deprecated-blue-30);--color-primary-light-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-0: var(--color-deprecated-blue-0);--color-primary-0-rgb: var(--color-deprecated-blue-0-rgb);--color-primary-5: var(--color-deprecated-blue-5);--color-primary-5-rgb: var(--color-deprecated-blue-5-rgb);--color-primary-10: var(--color-deprecated-blue-10);--color-primary-10-rgb: var(--color-deprecated-blue-10-rgb);--color-primary-20: var(--color-deprecated-blue-20);--color-primary-20-rgb: var(--color-deprecated-blue-20-rgb);--color-primary-30: var(--color-deprecated-blue-30);--color-primary-30-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-40: var(--color-deprecated-blue-40);--color-primary-40-rgb: var(--color-deprecated-blue-40-rgb);--color-primary-50: var(--color-deprecated-blue-50);--color-primary-50-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-60: var(--color-deprecated-blue-60);--color-primary-60-rgb: var(--color-deprecated-blue-60-rgb);--color-primary-70: var(--color-deprecated-blue-70);--color-primary-70-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-80: var(--color-deprecated-blue-80);--color-primary-80-rgb: var(--color-deprecated-blue-80-rgb);--color-primary-90: var(--color-deprecated-blue-90);--color-primary-90-rgb: var(--color-deprecated-blue-90-rgb);--color-primary-100: var(--color-deprecated-blue-100);--color-primary-100-rgb: var(--color-deprecated-blue-100-rgb);--color-accent: var(--studio-celadon-50);--color-accent-rgb: var(--studio-celadon-50-rgb);--color-accent-dark: var(--studio-celadon-70);--color-accent-dark-rgb: var(--studio-celadon-70-rgb);--color-accent-light: var(--studio-celadon-30);--color-accent-light-rgb: var(--studio-celadon-30-rgb);--color-accent-0: var(--studio-celadon-0);--color-accent-0-rgb: var(--studio-celadon-0-rgb);--color-accent-5: var(--studio-celadon-5);--color-accent-5-rgb: var(--studio-celadon-5-rgb);--color-accent-10: var(--studio-celadon-10);--color-accent-10-rgb: var(--studio-celadon-10-rgb);--color-accent-20: var(--studio-celadon-20);--color-accent-20-rgb: var(--studio-celadon-20-rgb);--color-accent-30: var(--studio-celadon-30);--color-accent-30-rgb: var(--studio-celadon-30-rgb);--color-accent-40: var(--studio-celadon-40);--color-accent-40-rgb: var(--studio-celadon-40-rgb);--color-accent-50: var(--studio-celadon-50);--color-accent-50-rgb: var(--studio-celadon-50-rgb);--color-accent-60: var(--studio-celadon-60);--color-accent-60-rgb: var(--studio-celadon-60-rgb);--color-accent-70: var(--studio-celadon-70);--color-accent-70-rgb: var(--studio-celadon-70-rgb);--color-accent-80: var(--studio-celadon-80);--color-accent-80-rgb: var(--studio-celadon-80-rgb);--color-accent-90: var(--studio-celadon-90);--color-accent-90-rgb: var(--studio-celadon-90-rgb);--color-accent-100: var(--studio-celadon-100);--color-accent-100-rgb: var(--studio-celadon-100-rgb);--color-link: var(--studio-celadon-50);--color-link-rgb: var(--studio-celadon-50-rgb);--color-link-dark: var(--studio-celadon-70);--color-link-dark-rgb: var(--studio-celadon-70-rgb);--color-link-light: var(--studio-celadon-30);--color-link-light-rgb: var(--studio-celadon-30-rgb);--color-link-0: var(--studio-celadon-0);--color-link-0-rgb: var(--studio-celadon-0-rgb);--color-link-5: var(--studio-celadon-5);--color-link-5-rgb: var(--studio-celadon-5-rgb);--color-link-10: var(--studio-celadon-10);--color-link-10-rgb: var(--studio-celadon-10-rgb);--color-link-20: var(--studio-celadon-20);--color-link-20-rgb: var(--studio-celadon-20-rgb);--color-link-30: var(--studio-celadon-30);--color-link-30-rgb: var(--studio-celadon-30-rgb);--color-link-40: var(--studio-celadon-40);--color-link-40-rgb: var(--studio-celadon-40-rgb);--color-link-50: var(--studio-celadon-50);--color-link-50-rgb: var(--studio-celadon-50-rgb);--color-link-60: var(--studio-celadon-60);--color-link-60-rgb: var(--studio-celadon-60-rgb);--color-link-70: var(--studio-celadon-70);--color-link-70-rgb: var(--studio-celadon-70-rgb);--color-link-80: var(--studio-celadon-80);--color-link-80-rgb: var(--studio-celadon-80-rgb);--color-link-90: var(--studio-celadon-90);--color-link-90-rgb: var(--studio-celadon-90-rgb);--color-link-100: var(--studio-celadon-100);--color-link-100-rgb: var(--studio-celadon-100-rgb);--color-masterbar-background: var(--color-deprecated-blue-80);--color-masterbar-border: var(--color-deprecated-blue-80);--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-highlight: var(--studio-yellow-20);--color-masterbar-item-hover-background: var(--color-deprecated-blue-90);--color-masterbar-item-active-background: var(--color-deprecated-blue-100);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-unread-dot-background: var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--color-deprecated-blue-60);--color-sidebar-background-rgb: var(--color-deprecated-blue-60-rgb);--color-sidebar-border: var(--color-deprecated-blue-70);--color-sidebar-text: var(--studio-white);--color-sidebar-text-rgb: var(--studio-white-rgb);--color-sidebar-text-alternative: var(--color-deprecated-blue-5);--color-sidebar-gridicon-fill: var(--color-deprecated-blue-5);--color-sidebar-menu-selected-background: var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb: var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text: var(--color-deprecated-blue-90);--color-sidebar-menu-selected-text-rgb: var(--color-deprecated-blue-90-rgb);--color-sidebar-menu-hover-background: var(--color-deprecated-blue-50);--color-sidebar-menu-hover-background-rgb: var(--color-deprecated-blue-50-rgb);--color-sidebar-menu-hover-text: var(--studio-white);--color-sidebar-submenu-background: var(--color-deprecated-blue-80);--color-sidebar-submenu-text: var(--studio-white);--color-sidebar-submenu-hover-text: var(--studio-yellow-20);--color-navredesign-sidebar-menu-selected-text: var(--color-deprecated-blue-90);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-submenu-hover-text: var(--color-sidebar-submenu-hover-text);--color-collapse-menu-text: var(--color-sidebar-submenu-hover-text);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-blue{--theme-text-color: #fff;--theme-text-color-rgb: 255, 255, 255;--theme-base-color: #52accc;--theme-base-color-rgb: 82, 172, 204;--theme-submenu-text-color: #e2ecf1;--theme-submenu-background-color: #4796b3;--theme-icon-color: #e5f8ff;--theme-highlight-color: #096484;--theme-highlight-color-rgb: 9, 100, 132;--theme-notification-color: #e1a948;--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--color-deprecated-blue-70);--color-primary-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-light: var(--color-deprecated-blue-30);--color-primary-light-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-0: var(--color-deprecated-blue-0);--color-primary-0-rgb: var(--color-deprecated-blue-0-rgb);--color-primary-5: var(--color-deprecated-blue-5);--color-primary-5-rgb: var(--color-deprecated-blue-5-rgb);--color-primary-10: var(--color-deprecated-blue-10);--color-primary-10-rgb: var(--color-deprecated-blue-10-rgb);--color-primary-20: var(--color-deprecated-blue-20);--color-primary-20-rgb: var(--color-deprecated-blue-20-rgb);--color-primary-30: var(--color-deprecated-blue-30);--color-primary-30-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-40: var(--color-deprecated-blue-40);--color-primary-40-rgb: var(--color-deprecated-blue-40-rgb);--color-primary-50: var(--color-deprecated-blue-50);--color-primary-50-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-60: var(--color-deprecated-blue-60);--color-primary-60-rgb: var(--color-deprecated-blue-60-rgb);--color-primary-70: var(--color-deprecated-blue-70);--color-primary-70-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-80: var(--color-deprecated-blue-80);--color-primary-80-rgb: var(--color-deprecated-blue-80-rgb);--color-primary-90: var(--color-deprecated-blue-90);--color-primary-90-rgb: var(--color-deprecated-blue-90-rgb);--color-primary-100: var(--color-deprecated-blue-100);--color-primary-100-rgb: var(--color-deprecated-blue-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--color-deprecated-blue-70);--color-accent-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-light: var(--color-deprecated-blue-30);--color-accent-light-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-0: var(--color-deprecated-blue-0);--color-accent-0-rgb: var(--color-deprecated-blue-0-rgb);--color-accent-5: var(--color-deprecated-blue-5);--color-accent-5-rgb: var(--color-deprecated-blue-5-rgb);--color-accent-10: var(--color-deprecated-blue-10);--color-accent-10-rgb: var(--color-deprecated-blue-10-rgb);--color-accent-20: var(--color-deprecated-blue-20);--color-accent-20-rgb: var(--color-deprecated-blue-20-rgb);--color-accent-30: var(--color-deprecated-blue-30);--color-accent-30-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-40: var(--color-deprecated-blue-40);--color-accent-40-rgb: var(--color-deprecated-blue-40-rgb);--color-accent-50: var(--color-deprecated-blue-50);--color-accent-50-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-60: var(--color-deprecated-blue-60);--color-accent-60-rgb: var(--color-deprecated-blue-60-rgb);--color-accent-70: var(--color-deprecated-blue-70);--color-accent-70-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-80: var(--color-deprecated-blue-80);--color-accent-80-rgb: var(--color-deprecated-blue-80-rgb);--color-accent-90: var(--color-deprecated-blue-90);--color-accent-90-rgb: var(--color-deprecated-blue-90-rgb);--color-accent-100: var(--color-deprecated-blue-100);--color-accent-100-rgb: var(--color-deprecated-blue-100-rgb);--color-link: var(--theme-highlight-color);--color-link-rgb: var(--theme-highlight-color-rgb);--color-link-dark: var(--color-deprecated-blue-70);--color-link-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-link-light: var(--color-deprecated-blue-30);--color-link-light-rgb: var(--color-deprecated-blue-30-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #6eb9d4;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-text-color);--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: #e2ecf1;--color-sidebar-gridicon-fill: var(--theme-icon-color);--color-sidebar-menu-selected-background: var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text: var(--theme-text-color);--color-sidebar-menu-selected-text-rgb: var(--theme-text-color-rgb);--color-sidebar-menu-hover-background: var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text: var(--theme-text-color);--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: var(--theme-text-color);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-text: #e2ecf1;--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: var(--theme-text-color);--color-collapse-menu-text: var(--theme-icon-color);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-classic-blue{--color-primary: var(--color-deprecated-blue-50);--color-primary-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-dark: var(--color-deprecated-blue-70);--color-primary-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-light: var(--color-deprecated-blue-30);--color-primary-light-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-0: var(--color-deprecated-blue-0);--color-primary-0-rgb: var(--color-deprecated-blue-0-rgb);--color-primary-5: var(--color-deprecated-blue-5);--color-primary-5-rgb: var(--color-deprecated-blue-5-rgb);--color-primary-10: var(--color-deprecated-blue-10);--color-primary-10-rgb: var(--color-deprecated-blue-10-rgb);--color-primary-20: var(--color-deprecated-blue-20);--color-primary-20-rgb: var(--color-deprecated-blue-20-rgb);--color-primary-30: var(--color-deprecated-blue-30);--color-primary-30-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-40: var(--color-deprecated-blue-40);--color-primary-40-rgb: var(--color-deprecated-blue-40-rgb);--color-primary-50: var(--color-deprecated-blue-50);--color-primary-50-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-60: var(--color-deprecated-blue-60);--color-primary-60-rgb: var(--color-deprecated-blue-60-rgb);--color-primary-70: var(--color-deprecated-blue-70);--color-primary-70-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-80: var(--color-deprecated-blue-80);--color-primary-80-rgb: var(--color-deprecated-blue-80-rgb);--color-primary-90: var(--color-deprecated-blue-90);--color-primary-90-rgb: var(--color-deprecated-blue-90-rgb);--color-primary-100: var(--color-deprecated-blue-100);--color-primary-100-rgb: var(--color-deprecated-blue-100-rgb);--color-accent: var(--studio-orange-50);--color-accent-rgb: var(--studio-orange-50-rgb);--color-accent-dark: var(--studio-orange-70);--color-accent-dark-rgb: var(--studio-orange-70-rgb);--color-accent-light: var(--studio-orange-30);--color-accent-light-rgb: var(--studio-orange-30-rgb);--color-accent-0: var(--studio-orange-0);--color-accent-0-rgb: var(--studio-orange-0-rgb);--color-accent-5: var(--studio-orange-5);--color-accent-5-rgb: var(--studio-orange-5-rgb);--color-accent-10: var(--studio-orange-10);--color-accent-10-rgb: var(--studio-orange-10-rgb);--color-accent-20: var(--studio-orange-20);--color-accent-20-rgb: var(--studio-orange-20-rgb);--color-accent-30: var(--studio-orange-30);--color-accent-30-rgb: var(--studio-orange-30-rgb);--color-accent-40: var(--studio-orange-40);--color-accent-40-rgb: var(--studio-orange-40-rgb);--color-accent-50: var(--studio-orange-50);--color-accent-50-rgb: var(--studio-orange-50-rgb);--color-accent-60: var(--studio-orange-60);--color-accent-60-rgb: var(--studio-orange-60-rgb);--color-accent-70: var(--studio-orange-70);--color-accent-70-rgb: var(--studio-orange-70-rgb);--color-accent-80: var(--studio-orange-80);--color-accent-80-rgb: var(--studio-orange-80-rgb);--color-accent-90: var(--studio-orange-90);--color-accent-90-rgb: var(--studio-orange-90-rgb);--color-accent-100: var(--studio-orange-100);--color-accent-100-rgb: var(--studio-orange-100-rgb);--color-link: var(--color-deprecated-blue-50);--color-link-rgb: var(--color-deprecated-blue-50-rgb);--color-link-dark: var(--color-deprecated-blue-70);--color-link-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-link-light: var(--color-deprecated-blue-30);--color-link-light-rgb: var(--color-deprecated-blue-30-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-masterbar-background: var(--color-deprecated-blue-60);--color-masterbar-border: var(--color-deprecated-blue-70);--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-highlight: var(--color-accent-20);--color-masterbar-item-hover-background: var(--color-deprecated-blue-70);--color-masterbar-item-active-background: var(--color-deprecated-blue-90);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-40);--color-masterbar-unread-dot-background: var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--studio-gray-5);--color-sidebar-background-rgb: var(--studio-gray-5-rgb);--color-sidebar-border: var(--studio-gray-10);--color-sidebar-text: var(--studio-gray-80);--color-sidebar-text-alternative: var(--studio-gray-50);--color-sidebar-gridicon-fill: var(--studio-gray-50);--color-sidebar-menu-selected-background: var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb: var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text: var(--studio-white);--color-sidebar-menu-selected-text-rgb: var(--studio-white-rgb);--color-sidebar-menu-hover-background: var(--color-surface);--color-sidebar-menu-hover-background-rgb: var(--studio-white-rgb);--color-sidebar-menu-hover-text: var(--color-deprecated-blue-50);--color-sidebar-submenu-background: var(--color-deprecated-blue-60);--color-sidebar-submenu-text: var(--studio-white);--color-sidebar-submenu-hover-text: var(--studio-orange-30);--color-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-submenu-hover-text: var(--color-sidebar-submenu-hover-text);--color-navredesign-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-text);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60);--color-collapse-menu-text: var(--color-sidebar-text-alternative)}.color-scheme.is-classic-bright{--theme-text-color: #044b7a;--color-primary: var(--color-deprecated-blue-50);--color-primary-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-dark: var(--color-deprecated-blue-70);--color-primary-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-light: var(--color-deprecated-blue-30);--color-primary-light-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-0: var(--color-deprecated-blue-0);--color-primary-0-rgb: var(--color-deprecated-blue-0-rgb);--color-primary-5: var(--color-deprecated-blue-5);--color-primary-5-rgb: var(--color-deprecated-blue-5-rgb);--color-primary-10: var(--color-deprecated-blue-10);--color-primary-10-rgb: var(--color-deprecated-blue-10-rgb);--color-primary-20: var(--color-deprecated-blue-20);--color-primary-20-rgb: var(--color-deprecated-blue-20-rgb);--color-primary-30: var(--color-deprecated-blue-30);--color-primary-30-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-40: var(--color-deprecated-blue-40);--color-primary-40-rgb: var(--color-deprecated-blue-40-rgb);--color-primary-50: var(--color-deprecated-blue-50);--color-primary-50-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-60: var(--color-deprecated-blue-60);--color-primary-60-rgb: var(--color-deprecated-blue-60-rgb);--color-primary-70: var(--color-deprecated-blue-70);--color-primary-70-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-80: var(--color-deprecated-blue-80);--color-primary-80-rgb: var(--color-deprecated-blue-80-rgb);--color-primary-90: var(--color-deprecated-blue-90);--color-primary-90-rgb: var(--color-deprecated-blue-90-rgb);--color-primary-100: var(--color-deprecated-blue-100);--color-primary-100-rgb: var(--color-deprecated-blue-100-rgb);--color-accent: var(--studio-pink-50);--color-accent-rgb: var(--studio-pink-50-rgb);--color-accent-dark: var(--studio-pink-70);--color-accent-dark-rgb: var(--studio-pink-70-rgb);--color-accent-light: var(--studio-pink-30);--color-accent-light-rgb: var(--studio-pink-30-rgb);--color-accent-0: var(--studio-pink-0);--color-accent-0-rgb: var(--studio-pink-0-rgb);--color-accent-5: var(--studio-pink-5);--color-accent-5-rgb: var(--studio-pink-5-rgb);--color-accent-10: var(--studio-pink-10);--color-accent-10-rgb: var(--studio-pink-10-rgb);--color-accent-20: var(--studio-pink-20);--color-accent-20-rgb: var(--studio-pink-20-rgb);--color-accent-30: var(--studio-pink-30);--color-accent-30-rgb: var(--studio-pink-30-rgb);--color-accent-40: var(--studio-pink-40);--color-accent-40-rgb: var(--studio-pink-40-rgb);--color-accent-50: var(--studio-pink-50);--color-accent-50-rgb: var(--studio-pink-50-rgb);--color-accent-60: var(--studio-pink-60);--color-accent-60-rgb: var(--studio-pink-60-rgb);--color-accent-70: var(--studio-pink-70);--color-accent-70-rgb: var(--studio-pink-70-rgb);--color-accent-80: var(--studio-pink-80);--color-accent-80-rgb: var(--studio-pink-80-rgb);--color-accent-90: var(--studio-pink-90);--color-accent-90-rgb: var(--studio-pink-90-rgb);--color-accent-100: var(--studio-pink-100);--color-accent-100-rgb: var(--studio-pink-100-rgb);--color-link: var(--color-deprecated-blue-50);--color-link-rgb: var(--color-deprecated-blue-50-rgb);--color-link-dark: var(--color-deprecated-blue-70);--color-link-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-link-light: var(--color-deprecated-blue-30);--color-link-light-rgb: var(--color-deprecated-blue-30-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-masterbar-background: var(--color-deprecated-blue-60);--color-masterbar-border: var(--color-deprecated-blue-70);--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-highlight: var(--color-accent-30);--color-masterbar-item-hover-background: var(--color-deprecated-blue-70);--color-masterbar-item-active-background: var(--color-deprecated-blue-90);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-40);--color-masterbar-unread-dot-background: var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--color-surface);--color-sidebar-background-rgb: var(--studio-white-rgb);--color-sidebar-border: var(--studio-gray-5);--color-sidebar-text: var(--studio-gray-80);--color-sidebar-text-rgb: var(--studio-gray-80-rgb);--color-sidebar-text-alternative: var(--studio-gray-50);--color-sidebar-gridicon-fill: var(--studio-gray-50);--color-sidebar-menu-selected-background: var(--color-deprecated-blue-5);--color-sidebar-menu-selected-background-rgb: var(--color-deprecated-blue-5-rgb);--color-sidebar-menu-selected-text: var(--color-deprecated-blue-70);--color-sidebar-menu-selected-text-rgb: var(--color-deprecated-blue-70-rgb);--color-sidebar-menu-hover-background: var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb: var(--studio-gray-5-rgb);--color-sidebar-menu-hover-text: var(--studio-gray-90);--color-sidebar-submenu-background: var(--color-deprecated-blue-0);--color-sidebar-submenu-text: var(--color-deprecated-blue-70);--color-sidebar-submenu-hover-text: var(--color-accent);--color-sidebar-submenu-selected-text: var(--color-accent);--color-sidebar-submenu-selected-hover-text: var(--color-accent);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--color-accent);--color-navredesign-sidebar-submenu-hover-text: var(--color-accent);--color-navredesign-sidebar-submenu-selected-hover-text: var(--color-accent);--color-collapse-menu-text: var(--color-sidebar-text-alternative);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-classic-dark{--color-primary: var(--studio-gray-90);--color-primary-rgb: var(--studio-gray-90-rgb);--color-primary-dark: var(--studio-gray-70);--color-primary-dark-rgb: var(--studio-gray-70-rgb);--color-primary-light: var(--studio-gray-30);--color-primary-light-rgb: var(--studio-gray-30-rgb);--color-primary-0: var(--studio-gray-0);--color-primary-0-rgb: var(--studio-gray-0-rgb);--color-primary-5: var(--studio-gray-5);--color-primary-5-rgb: var(--studio-gray-5-rgb);--color-primary-10: var(--studio-gray-10);--color-primary-10-rgb: var(--studio-gray-10-rgb);--color-primary-20: var(--studio-gray-20);--color-primary-20-rgb: var(--studio-gray-20-rgb);--color-primary-30: var(--studio-gray-30);--color-primary-30-rgb: var(--studio-gray-30-rgb);--color-primary-40: var(--studio-gray-40);--color-primary-40-rgb: var(--studio-gray-40-rgb);--color-primary-50: var(--studio-gray-50);--color-primary-50-rgb: var(--studio-gray-50-rgb);--color-primary-60: var(--studio-gray-60);--color-primary-60-rgb: var(--studio-gray-60-rgb);--color-primary-70: var(--studio-gray-70);--color-primary-70-rgb: var(--studio-gray-70-rgb);--color-primary-80: var(--studio-gray-80);--color-primary-80-rgb: var(--studio-gray-80-rgb);--color-primary-90: var(--studio-gray-90);--color-primary-90-rgb: var(--studio-gray-90-rgb);--color-primary-100: var(--studio-gray-100);--color-primary-100-rgb: var(--studio-gray-100-rgb);--color-accent: var(--studio-pink-50);--color-accent-rgb: var(--studio-pink-50-rgb);--color-accent-dark: var(--studio-pink-70);--color-accent-dark-rgb: var(--studio-pink-70-rgb);--color-accent-light: var(--studio-pink-30);--color-accent-light-rgb: var(--studio-pink-30-rgb);--color-accent-0: var(--studio-pink-0);--color-accent-0-rgb: var(--studio-pink-0-rgb);--color-accent-5: var(--studio-pink-5);--color-accent-5-rgb: var(--studio-pink-5-rgb);--color-accent-10: var(--studio-pink-10);--color-accent-10-rgb: var(--studio-pink-10-rgb);--color-accent-20: var(--studio-pink-20);--color-accent-20-rgb: var(--studio-pink-20-rgb);--color-accent-30: var(--studio-pink-30);--color-accent-30-rgb: var(--studio-pink-30-rgb);--color-accent-40: var(--studio-pink-40);--color-accent-40-rgb: var(--studio-pink-40-rgb);--color-accent-50: var(--studio-pink-50);--color-accent-50-rgb: var(--studio-pink-50-rgb);--color-accent-60: var(--studio-pink-60);--color-accent-60-rgb: var(--studio-pink-60-rgb);--color-accent-70: var(--studio-pink-70);--color-accent-70-rgb: var(--studio-pink-70-rgb);--color-accent-80: var(--studio-pink-80);--color-accent-80-rgb: var(--studio-pink-80-rgb);--color-accent-90: var(--studio-pink-90);--color-accent-90-rgb: var(--studio-pink-90-rgb);--color-accent-100: var(--studio-pink-100);--color-accent-100-rgb: var(--studio-pink-100-rgb);--color-neutral: var(--studio-gray-50);--color-neutral-rgb: var(--studio-gray-50-rgb);--color-neutral-dark: var(--studio-gray-70);--color-neutral-dark-rgb: var(--studio-gray-70-rgb);--color-neutral-light: var(--studio-gray-30);--color-neutral-light-rgb: var(--studio-gray-30-rgb);--color-neutral-0: var(--studio-gray-0);--color-neutral-0-rgb: var(--studio-gray-0-rgb);--color-neutral-5: var(--studio-gray-5);--color-neutral-5-rgb: var(--studio-gray-5-rgb);--color-neutral-10: var(--studio-gray-10);--color-neutral-10-rgb: var(--studio-gray-10-rgb);--color-neutral-20: var(--studio-gray-20);--color-neutral-20-rgb: var(--studio-gray-20-rgb);--color-neutral-30: var(--studio-gray-30);--color-neutral-30-rgb: var(--studio-gray-30-rgb);--color-neutral-40: var(--studio-gray-40);--color-neutral-40-rgb: var(--studio-gray-40-rgb);--color-neutral-50: var(--studio-gray-50);--color-neutral-50-rgb: var(--studio-gray-50-rgb);--color-neutral-60: var(--studio-gray-60);--color-neutral-60-rgb: var(--studio-gray-60-rgb);--color-neutral-70: var(--studio-gray-70);--color-neutral-70-rgb: var(--studio-gray-70-rgb);--color-neutral-80: var(--studio-gray-80);--color-neutral-80-rgb: var(--studio-gray-80-rgb);--color-neutral-90: var(--studio-gray-90);--color-neutral-90-rgb: var(--studio-gray-90-rgb);--color-neutral-100: var(--studio-gray-100);--color-neutral-100-rgb: var(--studio-gray-100-rgb);--color-success: var(--studio-green-50);--color-success-rgb: var(--studio-green-50-rgb);--color-success-dark: var(--studio-green-70);--color-success-dark-rgb: var(--studio-green-70-rgb);--color-success-light: var(--studio-green-30);--color-success-light-rgb: var(--studio-green-30-rgb);--color-success-0: var(--studio-green-0);--color-success-0-rgb: var(--studio-green-0-rgb);--color-success-5: var(--studio-green-5);--color-success-5-rgb: var(--studio-green-5-rgb);--color-success-10: var(--studio-green-10);--color-success-10-rgb: var(--studio-green-10-rgb);--color-success-20: var(--studio-green-20);--color-success-20-rgb: var(--studio-green-20-rgb);--color-success-30: var(--studio-green-30);--color-success-30-rgb: var(--studio-green-30-rgb);--color-success-40: var(--studio-green-40);--color-success-40-rgb: var(--studio-green-40-rgb);--color-success-50: var(--studio-green-50);--color-success-50-rgb: var(--studio-green-50-rgb);--color-success-60: var(--studio-green-60);--color-success-60-rgb: var(--studio-green-60-rgb);--color-success-70: var(--studio-green-70);--color-success-70-rgb: var(--studio-green-70-rgb);--color-success-80: var(--studio-green-80);--color-success-80-rgb: var(--studio-green-80-rgb);--color-success-90: var(--studio-green-90);--color-success-90-rgb: var(--studio-green-90-rgb);--color-success-100: var(--studio-green-100);--color-success-100-rgb: var(--studio-green-100-rgb);--color-warning: var(--studio-yellow-50);--color-warning-rgb: var(--studio-yellow-50-rgb);--color-warning-dark: var(--studio-yellow-70);--color-warning-dark-rgb: var(--studio-yellow-70-rgb);--color-warning-light: var(--studio-yellow-30);--color-warning-light-rgb: var(--studio-yellow-30-rgb);--color-warning-0: var(--studio-yellow-0);--color-warning-0-rgb: var(--studio-yellow-0-rgb);--color-warning-5: var(--studio-yellow-5);--color-warning-5-rgb: var(--studio-yellow-5-rgb);--color-warning-10: var(--studio-yellow-10);--color-warning-10-rgb: var(--studio-yellow-10-rgb);--color-warning-20: var(--studio-yellow-20);--color-warning-20-rgb: var(--studio-yellow-20-rgb);--color-warning-30: var(--studio-yellow-30);--color-warning-30-rgb: var(--studio-yellow-30-rgb);--color-warning-40: var(--studio-yellow-40);--color-warning-40-rgb: var(--studio-yellow-40-rgb);--color-warning-50: var(--studio-yellow-50);--color-warning-50-rgb: var(--studio-yellow-50-rgb);--color-warning-60: var(--studio-yellow-60);--color-warning-60-rgb: var(--studio-yellow-60-rgb);--color-warning-70: var(--studio-yellow-70);--color-warning-70-rgb: var(--studio-yellow-70-rgb);--color-warning-80: var(--studio-yellow-80);--color-warning-80-rgb: var(--studio-yellow-80-rgb);--color-warning-90: var(--studio-yellow-90);--color-warning-90-rgb: var(--studio-yellow-90-rgb);--color-warning-100: var(--studio-yellow-100);--color-warning-100-rgb: var(--studio-yellow-100-rgb);--color-error: var(--studio-red-50);--color-error-rgb: var(--studio-red-50-rgb);--color-error-dark: var(--studio-red-70);--color-error-dark-rgb: var(--studio-red-70-rgb);--color-error-light: var(--studio-red-30);--color-error-light-rgb: var(--studio-red-30-rgb);--color-error-0: var(--studio-red-0);--color-error-0-rgb: var(--studio-red-0-rgb);--color-error-5: var(--studio-red-5);--color-error-5-rgb: var(--studio-red-5-rgb);--color-error-10: var(--studio-red-10);--color-error-10-rgb: var(--studio-red-10-rgb);--color-error-20: var(--studio-red-20);--color-error-20-rgb: var(--studio-red-20-rgb);--color-error-30: var(--studio-red-30);--color-error-30-rgb: var(--studio-red-30-rgb);--color-error-40: var(--studio-red-40);--color-error-40-rgb: var(--studio-red-40-rgb);--color-error-50: var(--studio-red-50);--color-error-50-rgb: var(--studio-red-50-rgb);--color-error-60: var(--studio-red-60);--color-error-60-rgb: var(--studio-red-60-rgb);--color-error-70: var(--studio-red-70);--color-error-70-rgb: var(--studio-red-70-rgb);--color-error-80: var(--studio-red-80);--color-error-80-rgb: var(--studio-red-80-rgb);--color-error-90: var(--studio-red-90);--color-error-90-rgb: var(--studio-red-90-rgb);--color-error-100: var(--studio-red-100);--color-error-100-rgb: var(--studio-red-100-rgb);--color-surface: var(--studio-white);--color-surface-rgb: var(--studio-white-rgb);--color-surface-backdrop: var(--studio-gray-0);--color-surface-backdrop-rgb: var(--studio-gray-0-rgb);--color-text: var(--studio-gray-80);--color-text-rgb: var(--studio-gray-80-rgb);--color-text-subtle: var(--studio-gray-50);--color-text-subtle-rgb: var(--studio-gray-50-rgb);--color-text-inverted: var(--studio-white);--color-text-inverted-rgb: var(--studio-white-rgb);--color-border: var(--color-neutral-20);--color-border-rgb: var(--color-neutral-20-rgb);--color-border-subtle: var(--color-neutral-5);--color-border-subtle-rgb: var(--color-neutral-5-rgb);--color-border-shadow: var(--color-neutral-0);--color-border-shadow-rgb: var(--color-neutral-0-rgb);--color-border-inverted: var(--studio-white);--color-border-inverted-rgb: var(--studio-white-rgb);--color-border-secondary: #f1f1f1;--color-link: var(--color-deprecated-blue-50);--color-link-rgb: var(--color-deprecated-blue-50-rgb);--color-link-dark: var(--color-deprecated-blue-70);--color-link-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-link-light: var(--color-deprecated-blue-30);--color-link-light-rgb: var(--color-deprecated-blue-30-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-plan-free: var(--studio-gray-30);--color-plan-blogger: var(--studio-celadon-30);--color-plan-personal: var(--color-deprecated-blue-30);--color-plan-premium: var(--studio-yellow-30);--color-plan-business: var(--studio-orange-30);--color-plan-ecommerce: var(--studio-purple-30);--color-premium-domain: var(--studio-wordpress-blue-60);--color-jetpack-plan-free: var(--color-deprecated-blue-30);--color-jetpack-plan-personal: var(--studio-yellow-30);--color-jetpack-plan-premium: var(--studio-jetpack-green-30);--color-jetpack-plan-professional: var(--studio-purple-30);--color-masterbar-background: #101517;--color-masterbar-border: #333;--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-highlight: #00b9eb;--color-masterbar-item-hover-background: #333;--color-masterbar-item-active-background: #23282d;--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-40);--color-masterbar-unread-dot-background: var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-checkout-masterbar-background: transparent;--color-checkout-masterbar-text: var(--studio-gray-80);--color-checkout-masterbar-item-hover-background: var(--studio-gray-5);--color-checkout-masterbar-item-active-background: var(--studio-gray-20);--color-sidebar-background: #23282d;--color-sidebar-background-rgb: 35, 40, 45;--color-sidebar-border: #333;--color-sidebar-text: #eee;--color-sidebar-text-rgb: 238, 238, 238;--color-sidebar-text-alternative: #a2aab2;--color-sidebar-gridicon-fill: #a2aab2;--color-sidebar-menu-selected-background: #0073aa;--color-sidebar-menu-selected-background-rgb: 0, 115, 170;--color-sidebar-menu-selected-text: var(--studio-white);--color-sidebar-menu-selected-text-rgb: var(--studio-white-rgb);--color-sidebar-menu-hover-background: #1a1e23;--color-sidebar-menu-hover-background-rgb: 26, 30, 35;--color-sidebar-menu-hover-text: #00b9eb;--color-jetpack-onboarding-text: var(--studio-white);--color-jetpack-onboarding-text-rgb: var(--studio-white-rgb);--color-jetpack-onboarding-background: var(--color-deprecated-blue-100);--color-jetpack-onboarding-background-rgb: var(--color-deprecated-blue-100-rgb);--color-automattic: var(--color-deprecated-blue-40);--color-jetpack: var(--studio-jetpack-green);--color-simplenote: var(--studio-simplenote-blue);--color-woocommerce: var(--studio-woocommerce-purple);--color-wordpress-com: var(--studio-wordpress-blue);--color-wordpress-org: #585c60;--color-blogger: #ff5722;--color-bluesky: #0085ff;--color-eventbrite: #ff8000;--color-facebook: #0866ff;--color-godaddy: #5ea95a;--color-google-plus: #df4a32;--color-instagram: #d93174;--color-linkedin: #0976b4;--color-mastodon: #6364ff;--color-medium: #12100e;--color-nextdoor: #8ed500;--color-pinterest: #cc2127;--color-pocket: #ee4256;--color-print: #f8f8f8;--color-reddit: #5f99cf;--color-skype: #00aff0;--color-stumbleupon: #eb4924;--color-substack: #ff6719;--color-squarespace: #222;--color-telegram: #08c;--color-threads: #000;--color-tumblr: #35465c;--color-twitter: #55acee;--color-whatsapp: #43d854;--color-wix: #faad4d;--color-x: #000;--color-email: var(--studio-gray-0);--color-podcasting: #9b4dd5;--color-wp-admin-button-background: #008ec2;--color-wp-admin-button-border: #006799;--color-sidebar-submenu-background: #32373c;--color-sidebar-submenu-text: #b4b9be;--color-sidebar-submenu-hover-text: #00b9eb;--color-sidebar-submenu-selected-text: var(--studio-white);--color-navredesign-sidebar-submenu-hover-text: var(--color-sidebar-submenu-hover-text);--color-navredesign-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-text);--color-collapse-menu-text: var(--color-sidebar-text-alternative);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-coffee{--theme-text-color: #fff;--theme-text-color-rgb: 255, 255, 255;--theme-base-color: #59524c;--theme-base-color-rgb: 89, 82, 76;--theme-submenu-text-color: #cdcbc9;--theme-submenu-background-color: #46403c;--theme-icon-color: #ece6f6;--theme-highlight-color: #c7a589;--theme-highlight-color-rgb: 199, 165, 137;--theme-notification-color: #9ea476;--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--studio-orange-70);--color-primary-dark-rgb: var(--studio-orange-70-rgb);--color-primary-light: var(--studio-orange-30);--color-primary-light-rgb: var(--studio-orange-30-rgb);--color-primary-0: var(--studio-orange-0);--color-primary-0-rgb: var(--studio-orange-0-rgb);--color-primary-5: var(--studio-orange-5);--color-primary-5-rgb: var(--studio-orange-5-rgb);--color-primary-10: var(--studio-orange-10);--color-primary-10-rgb: var(--studio-orange-10-rgb);--color-primary-20: var(--studio-orange-20);--color-primary-20-rgb: var(--studio-orange-20-rgb);--color-primary-30: var(--studio-orange-30);--color-primary-30-rgb: var(--studio-orange-30-rgb);--color-primary-40: var(--studio-orange-40);--color-primary-40-rgb: var(--studio-orange-40-rgb);--color-primary-50: var(--studio-orange-50);--color-primary-50-rgb: var(--studio-orange-50-rgb);--color-primary-60: var(--studio-orange-60);--color-primary-60-rgb: var(--studio-orange-60-rgb);--color-primary-70: var(--studio-orange-70);--color-primary-70-rgb: var(--studio-orange-70-rgb);--color-primary-80: var(--studio-orange-80);--color-primary-80-rgb: var(--studio-orange-80-rgb);--color-primary-90: var(--studio-orange-90);--color-primary-90-rgb: var(--studio-orange-90-rgb);--color-primary-100: var(--studio-orange-100);--color-primary-100-rgb: var(--studio-orange-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--studio-orange-70);--color-accent-dark-rgb: var(--studio-orange-70-rgb);--color-accent-light: var(--studio-orange-30);--color-accent-light-rgb: var(--studio-orange-30-rgb);--color-accent-0: var(--studio-orange-0);--color-accent-0-rgb: var(--studio-orange-0-rgb);--color-accent-5: var(--studio-orange-5);--color-accent-5-rgb: var(--studio-orange-5-rgb);--color-accent-10: var(--studio-orange-10);--color-accent-10-rgb: var(--studio-orange-10-rgb);--color-accent-20: var(--studio-orange-20);--color-accent-20-rgb: var(--studio-orange-20-rgb);--color-accent-30: var(--studio-orange-30);--color-accent-30-rgb: var(--studio-orange-30-rgb);--color-accent-40: var(--studio-orange-40);--color-accent-40-rgb: var(--studio-orange-40-rgb);--color-accent-50: var(--studio-orange-50);--color-accent-50-rgb: var(--studio-orange-50-rgb);--color-accent-60: var(--studio-orange-60);--color-accent-60-rgb: var(--studio-orange-60-rgb);--color-accent-70: var(--studio-orange-70);--color-accent-70-rgb: var(--studio-orange-70-rgb);--color-accent-80: var(--studio-orange-80);--color-accent-80-rgb: var(--studio-orange-80-rgb);--color-accent-90: var(--studio-orange-90);--color-accent-90-rgb: var(--studio-orange-90-rgb);--color-accent-100: var(--studio-orange-100);--color-accent-100-rgb: var(--studio-orange-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #6c645c;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-highlight-color);--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: var(--studio-gray-0);--color-sidebar-gridicon-fill: var(--studio-gray-0);--color-sidebar-menu-selected-background: var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text: var(--theme-text-color);--color-sidebar-menu-selected-text-rgb: var(--theme-text-color-rgb);--color-sidebar-menu-hover-background: var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text: var(--theme-text-color);--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-sidebar-submenu-selected-hover-text: var(--color-accent);--color-sidebar-menu-hover: var(--theme-text-color);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-selected-hover-text: var(--color-accent);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-contrast{--color-primary: var(--studio-gray-80);--color-primary-rgb: var(--studio-gray-80-rgb);--color-primary-dark: var(--studio-gray-100);--color-primary-dark-rgb: var(--studio-gray-100-rgb);--color-primary-light: var(--studio-gray-60);--color-primary-light-rgb: var(--studio-gray-60-rgb);--color-primary-0: var(--studio-gray-0);--color-primary-0-rgb: var(--studio-gray-0-rgb);--color-primary-5: var(--studio-gray-5);--color-primary-5-rgb: var(--studio-gray-5-rgb);--color-primary-10: var(--studio-gray-10);--color-primary-10-rgb: var(--studio-gray-10-rgb);--color-primary-20: var(--studio-gray-20);--color-primary-20-rgb: var(--studio-gray-20-rgb);--color-primary-30: var(--studio-gray-30);--color-primary-30-rgb: var(--studio-gray-30-rgb);--color-primary-40: var(--studio-gray-40);--color-primary-40-rgb: var(--studio-gray-40-rgb);--color-primary-50: var(--studio-gray-50);--color-primary-50-rgb: var(--studio-gray-50-rgb);--color-primary-60: var(--studio-gray-60);--color-primary-60-rgb: var(--studio-gray-60-rgb);--color-primary-70: var(--studio-gray-70);--color-primary-70-rgb: var(--studio-gray-70-rgb);--color-primary-80: var(--studio-gray-80);--color-primary-80-rgb: var(--studio-gray-80-rgb);--color-primary-90: var(--studio-gray-90);--color-primary-90-rgb: var(--studio-gray-90-rgb);--color-primary-100: var(--studio-gray-100);--color-primary-100-rgb: var(--studio-gray-100-rgb);--color-accent: var(--color-deprecated-blue-70);--color-accent-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-dark: var(--color-deprecated-blue-90);--color-accent-dark-rgb: var(--color-deprecated-blue-90-rgb);--color-accent-light: var(--color-deprecated-blue-50);--color-accent-light-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-0: var(--color-deprecated-blue-0);--color-accent-0-rgb: var(--color-deprecated-blue-0-rgb);--color-accent-5: var(--color-deprecated-blue-5);--color-accent-5-rgb: var(--color-deprecated-blue-5-rgb);--color-accent-10: var(--color-deprecated-blue-10);--color-accent-10-rgb: var(--color-deprecated-blue-10-rgb);--color-accent-20: var(--color-deprecated-blue-20);--color-accent-20-rgb: var(--color-deprecated-blue-20-rgb);--color-accent-30: var(--color-deprecated-blue-30);--color-accent-30-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-40: var(--color-deprecated-blue-40);--color-accent-40-rgb: var(--color-deprecated-blue-40-rgb);--color-accent-50: var(--color-deprecated-blue-50);--color-accent-50-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-60: var(--color-deprecated-blue-60);--color-accent-60-rgb: var(--color-deprecated-blue-60-rgb);--color-accent-70: var(--color-deprecated-blue-70);--color-accent-70-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-80: var(--color-deprecated-blue-80);--color-accent-80-rgb: var(--color-deprecated-blue-80-rgb);--color-accent-90: var(--color-deprecated-blue-90);--color-accent-90-rgb: var(--color-deprecated-blue-90-rgb);--color-accent-100: var(--color-deprecated-blue-100);--color-accent-100-rgb: var(--color-deprecated-blue-100-rgb);--color-surface-backdrop: var(--studio-white);--color-surface-backdrop-rgb: var(--studio-white-rgb);--color-text: var(--studio-gray-100);--color-text-rgb: var(--studio-gray-100-rgb);--color-text-subtle: var(--studio-gray-70);--color-text-subtle-rgb: var(--studio-gray-70-rgb);--color-link: var(--color-deprecated-blue-70);--color-link-rgb: var(--color-deprecated-blue-70-rgb);--color-link-dark: var(--color-deprecated-blue-100);--color-link-dark-rgb: var(--color-deprecated-blue-100-rgb);--color-link-light: var(--color-deprecated-blue-50);--color-link-light-rgb: var(--color-deprecated-blue-50-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-premium-domain: var(--studio-gray-100);--color-masterbar-background: var(--studio-gray-100);--color-masterbar-border: var(--studio-gray-90);--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-highlight: var(--studio-yellow-20);--color-masterbar-item-hover-background: var(--studio-gray-90);--color-masterbar-item-active-background: var(--studio-gray-90);--color-masterbar-item-new-editor-background: var(--studio-gray-70);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-90);--color-masterbar-unread-dot-background: var(--studio-yellow-20);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--color-surface);--color-sidebar-background-rgb: var(--studio-white-rgb);--color-sidebar-border: var(--studio-gray-5);--color-sidebar-text: var(--studio-gray-90);--color-sidebar-text-rgb: var(--studio-gray-90-rgb);--color-sidebar-text-alternative: var(--studio-gray-90);--color-sidebar-gridicon-fill: var(--studio-gray-90);--color-sidebar-menu-selected-background: var(--studio-gray-100);--color-sidebar-menu-selected-background-rgb: var(--studio-gray-100-rgb);--color-sidebar-menu-selected-text: var(--studio-white);--color-sidebar-menu-selected-text-rgb: var(--studio-white-rgb);--color-sidebar-menu-hover-background: var(--studio-gray-60);--color-sidebar-menu-hover-background-rgb: var(--studio-gray-60-rgb);--color-sidebar-menu-hover-text: var(--studio-white);--color-sidebar-submenu-background: var(--studio-gray-90);--color-sidebar-submenu-text: var(--studio-gray-10);--color-sidebar-submenu-hover-text: var(--color-masterbar-unread-dot-background);--color-sidebar-submenu-selected-text: var(--studio-white);--color-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-selected-text);--color-navredesign-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-selected-text);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-ectoplasm{--theme-text-color: #fff;--theme-text-color-rgb: 255, 255, 255;--theme-base-color: #523f6d;--theme-base-color-rgb: 82, 63, 109;--theme-submenu-text-color: #cbc5d3;--theme-submenu-background-color: #413256;--theme-icon-color: #ece6f6;--theme-highlight-color: #a3b745;--theme-highlight-color-rgb: 163, 183, 69;--theme-notification-color: #d46f15;--ectoplasm-green-0: #f2f5e1;--ectoplasm-green-5: #e9f5b3;--ectoplasm-green-10: #daf26b;--ectoplasm-green-20: #cdf030;--ectoplasm-green-30: #b5de00;--ectoplasm-green-40: #9bc000;--ectoplasm-green-50: #7f9d00;--ectoplasm-green-60: #647d00;--ectoplasm-green-70: #536700;--ectoplasm-green-80: #3f4f00;--ectoplasm-green-90: #293300;--ectoplasm-green-100: #161c00;--ectoplasm-green: #7f9d00;--ectoplasm-green-0-rgb: 242, 245, 225;--ectoplasm-green-5-rgb: 233, 245, 179;--ectoplasm-green-10-rgb: 218, 242, 107;--ectoplasm-green-20-rgb: 205, 240, 48;--ectoplasm-green-30-rgb: 181, 222, 0;--ectoplasm-green-40-rgb: 155, 192, 0;--ectoplasm-green-50-rgb: 127, 157, 0;--ectoplasm-green-60-rgb: 100, 125, 0;--ectoplasm-green-70-rgb: 83, 103, 0;--ectoplasm-green-80-rgb: 63, 79, 0;--ectoplasm-green-90-rgb: 41, 51, 0;--ectoplasm-green-100-rgb: 22, 28, 0;--ectoplasm-green-rgb: 127, 157, 0;--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--ectoplasm-green-70);--color-primary-dark-rgb: var(--ectoplasm-green-70-rgb);--color-primary-light: var(--ectoplasm-green-30);--color-primary-light-rgb: var(--ectoplasm-green-30-rgb);--color-primary-0: var(--ectoplasm-green-0);--color-primary-0-rgb: var(--ectoplasm-green-0-rgb);--color-primary-5: var(--ectoplasm-green-5);--color-primary-5-rgb: var(--ectoplasm-green-5-rgb);--color-primary-10: var(--ectoplasm-green-10);--color-primary-10-rgb: var(--ectoplasm-green-10-rgb);--color-primary-20: var(--ectoplasm-green-20);--color-primary-20-rgb: var(--ectoplasm-green-20-rgb);--color-primary-30: var(--ectoplasm-green-30);--color-primary-30-rgb: var(--ectoplasm-green-30-rgb);--color-primary-40: var(--ectoplasm-green-40);--color-primary-40-rgb: var(--ectoplasm-green-40-rgb);--color-primary-50: var(--ectoplasm-green-50);--color-primary-50-rgb: var(--ectoplasm-green-50-rgb);--color-primary-60: var(--ectoplasm-green-60);--color-primary-60-rgb: var(--ectoplasm-green-60-rgb);--color-primary-70: var(--ectoplasm-green-70);--color-primary-70-rgb: var(--ectoplasm-green-70-rgb);--color-primary-80: var(--ectoplasm-green-80);--color-primary-80-rgb: var(--ectoplasm-green-80-rgb);--color-primary-90: var(--ectoplasm-green-90);--color-primary-90-rgb: var(--ectoplasm-green-90-rgb);--color-primary-100: var(--ectoplasm-green-100);--color-primary-100-rgb: var(--ectoplasm-green-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--ectoplasm-green-70);--color-accent-dark-rgb: var(--ectoplasm-green-70-rgb);--color-accent-light: var(--ectoplasm-green-30);--color-accent-light-rgb: var(--ectoplasm-green-30-rgb);--color-accent-0: var(--ectoplasm-green-0);--color-accent-0-rgb: var(--ectoplasm-green-0-rgb);--color-accent-5: var(--ectoplasm-green-5);--color-accent-5-rgb: var(--ectoplasm-green-5-rgb);--color-accent-10: var(--ectoplasm-green-10);--color-accent-10-rgb: var(--ectoplasm-green-10-rgb);--color-accent-20: var(--ectoplasm-green-20);--color-accent-20-rgb: var(--ectoplasm-green-20-rgb);--color-accent-30: var(--ectoplasm-green-30);--color-accent-30-rgb: var(--ectoplasm-green-30-rgb);--color-accent-40: var(--ectoplasm-green-40);--color-accent-40-rgb: var(--ectoplasm-green-40-rgb);--color-accent-50: var(--ectoplasm-green-50);--color-accent-50-rgb: var(--ectoplasm-green-50-rgb);--color-accent-60: var(--ectoplasm-green-60);--color-accent-60-rgb: var(--ectoplasm-green-60-rgb);--color-accent-70: var(--ectoplasm-green-70);--color-accent-70-rgb: var(--ectoplasm-green-70-rgb);--color-accent-80: var(--ectoplasm-green-80);--color-accent-80-rgb: var(--ectoplasm-green-80-rgb);--color-accent-90: var(--ectoplasm-green-90);--color-accent-90-rgb: var(--ectoplasm-green-90-rgb);--color-accent-100: var(--ectoplasm-green-100);--color-accent-100-rgb: var(--ectoplasm-green-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #634c84;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-highlight-color);--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: var(--theme-text-color);--color-sidebar-gridicon-fill: var(--theme-icon-color);--color-sidebar-menu-selected-background: var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text: var(--theme-text-color);--color-sidebar-menu-selected-text-rgb: var(--theme-text-color-rgb);--color-sidebar-menu-hover-background: var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text: var(--theme-text-color);--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-sidebar-submenu-selected-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-selected-hover-text: var(--theme-highlight-color);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-fresh{--color-primary: var(--color-deprecated-blue-50);--color-primary-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-dark: var(--color-deprecated-blue-70);--color-primary-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-light: var(--color-deprecated-blue-30);--color-primary-light-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-0: var(--color-deprecated-blue-0);--color-primary-0-rgb: var(--color-deprecated-blue-0-rgb);--color-primary-5: var(--color-deprecated-blue-5);--color-primary-5-rgb: var(--color-deprecated-blue-5-rgb);--color-primary-10: var(--color-deprecated-blue-10);--color-primary-10-rgb: var(--color-deprecated-blue-10-rgb);--color-primary-20: var(--color-deprecated-blue-20);--color-primary-20-rgb: var(--color-deprecated-blue-20-rgb);--color-primary-30: var(--color-deprecated-blue-30);--color-primary-30-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-40: var(--color-deprecated-blue-40);--color-primary-40-rgb: var(--color-deprecated-blue-40-rgb);--color-primary-50: var(--color-deprecated-blue-50);--color-primary-50-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-60: var(--color-deprecated-blue-60);--color-primary-60-rgb: var(--color-deprecated-blue-60-rgb);--color-primary-70: var(--color-deprecated-blue-70);--color-primary-70-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-80: var(--color-deprecated-blue-80);--color-primary-80-rgb: var(--color-deprecated-blue-80-rgb);--color-primary-90: var(--color-deprecated-blue-90);--color-primary-90-rgb: var(--color-deprecated-blue-90-rgb);--color-primary-100: var(--color-deprecated-blue-100);--color-primary-100-rgb: var(--color-deprecated-blue-100-rgb);--color-accent: var(--color-deprecated-blue-50);--color-accent-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-dark: var(--color-deprecated-blue-70);--color-accent-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-light: var(--color-deprecated-blue-30);--color-accent-light-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-0: var(--color-deprecated-blue-0);--color-accent-0-rgb: var(--color-deprecated-blue-0-rgb);--color-accent-5: var(--color-deprecated-blue-5);--color-accent-5-rgb: var(--color-deprecated-blue-5-rgb);--color-accent-10: var(--color-deprecated-blue-10);--color-accent-10-rgb: var(--color-deprecated-blue-10-rgb);--color-accent-20: var(--color-deprecated-blue-20);--color-accent-20-rgb: var(--color-deprecated-blue-20-rgb);--color-accent-30: var(--color-deprecated-blue-30);--color-accent-30-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-40: var(--color-deprecated-blue-40);--color-accent-40-rgb: var(--color-deprecated-blue-40-rgb);--color-accent-50: var(--color-deprecated-blue-50);--color-accent-50-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-60: var(--color-deprecated-blue-60);--color-accent-60-rgb: var(--color-deprecated-blue-60-rgb);--color-accent-70: var(--color-deprecated-blue-70);--color-accent-70-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-80: var(--color-deprecated-blue-80);--color-accent-80-rgb: var(--color-deprecated-blue-80-rgb);--color-accent-90: var(--color-deprecated-blue-90);--color-accent-90-rgb: var(--color-deprecated-blue-90-rgb);--color-accent-100: var(--color-deprecated-blue-100);--color-accent-100-rgb: var(--color-deprecated-blue-100-rgb);--color-link: var(--color-deprecated-blue-50);--color-link-rgb: var(--color-deprecated-blue-50-rgb);--color-link-dark: var(--color-deprecated-blue-70);--color-link-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-link-light: var(--color-deprecated-blue-30);--color-link-light-rgb: var(--color-deprecated-blue-30-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-wp-admin-button-background: #008ec2;--color-wp-admin-button-border: #006799;--theme-text-color: #f0f0f1;--theme-text-color-rgb: 240, 240, 241;--theme-base-color: #1d2327;--theme-base-color-rgb: 29, 35, 39;--theme-submenu-background-color: #131619;--theme-submenu-text-color: #c3c4c7;--theme-icon-color: rgba(240, 246, 252, .6);--theme-highlight-color: #72aee6;--theme-highlight-color-rgb: 114, 174, 230;--theme-notification-color: #d54e21;--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #8c8f94;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-highlight-color);--color-masterbar-unread-dot-background: var(--color-accent-20);--color-masterbar-item-hover-background: #2c3338;--color-masterbar-item-active-background: #23282d;--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-40);--color-sidebar-background: #23282d;--color-sidebar-background-rgb: 35, 40, 45;--color-sidebar-border: #333;--color-sidebar-text: #eee;--color-sidebar-text-rgb: 238, 238, 238;--color-sidebar-text-alternative: #a2aab2;--color-sidebar-gridicon-fill: #a2aab2;--color-sidebar-gridicon-hover-fill: #00b9eb;--color-sidebar-gridicon-selected-fill: #00b9eb;--color-sidebar-notice-background: #3c434a;--color-sidebar-menu-selected-background: #0073aa;--color-sidebar-menu-selected-background-rgb: 0, 115, 170;--color-sidebar-menu-selected-text: var(--color-text-inverted);--color-sidebar-menu-selected-text-rgb: var(--color-text-inverted-rgb);--color-sidebar-menu-hover-background: #1a1e23;--color-sidebar-menu-hover-background-rgb: 26, 30, 35;--color-sidebar-menu-hover-text: #00b9eb;--color-sidebar-submenu-background: #32373c;--color-sidebar-submenu-text: #b4b9be;--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: #00b9eb;--color-sidebar-submenu-selected-background: transparent;--color-sidebar-submenu-selected-text: var(--color-text-inverted);--color-navredesign-sidebar-submenu-text: rgba(240, 246, 252, .7);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: #72aee6;--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-global{--theme-text-color: #fff;--theme-text-color-rgb: 255, 255, 255;--theme-base-color: #1e1e1e;--theme-base-color-rgb: 30, 30, 30;--theme-submenu-text-color: #bcbcbc;--theme-submenu-background-color: #0c0c0c;--theme-icon-color: #ece6f6;--theme-highlight-color: #3858e9;--theme-highlight-color-rgb: 56, 88, 233;--theme-notification-color: var(--studio-wordpress-blue-20);--theme-highlight-color-0: #d5dffa;--theme-highlight-color-0-rgb: 213, 223, 250;--theme-highlight-color-5: #d7defa;--theme-highlight-color-5-rgb: 215, 222, 250;--theme-highlight-color-10: #abc0f5;--theme-highlight-color-10-rgb: 171, 192, 245;--theme-highlight-color-20: #82a1f0;--theme-highlight-color-20-rgb: 130, 161, 240;--theme-highlight-color-30: #5882eb;--theme-highlight-color-30-rgb: 88, 130, 235;--theme-highlight-color-40: #2f63e6;--theme-highlight-color-40-rgb: 47, 99, 230;--theme-highlight-color-50: var(--theme-highlight-color);--theme-highlight-color-50-rgb: var(--theme-highlight-color-rgb);--theme-highlight-color-60: #2145e6;--theme-highlight-color-60-rgb: 33, 69, 230;--theme-highlight-color-70: #133ca6;--theme-highlight-color-70-rgb: 19, 60, 166;--theme-highlight-color-80: #0e2d7c;--theme-highlight-color-80-rgb: 14, 45, 124;--theme-highlight-color-90: #091e53;--theme-highlight-color-90-rgb: 9, 30, 83;--theme-highlight-color-100: #040f29;--theme-highlight-color-100-rgb: 4, 15, 41;--color-link: var(--theme-highlight-color);--color-link-dark: var(--theme-highlight-color-70);--color-link-light: var(--theme-highlight-color-30);--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--theme-highlight-color-70);--color-primary-dark-rgb: var(--theme-highlight-color-70-rgb);--color-primary-light: var(--theme-highlight-color-30);--color-primary-light-rgb: var(--theme-highlight-color-30-rgb);--color-primary-0: var(--theme-highlight-color-0);--color-primary-0-rgb: var(--theme-highlight-color-0-rgb);--color-primary-5: var(--theme-highlight-color-5);--color-primary-5-rgb: var(--theme-highlight-color-5-rgb);--color-primary-10: var(--theme-highlight-color-10);--color-primary-10-rgb: var(--theme-highlight-color-10-rgb);--color-primary-20: var(--theme-highlight-color-20);--color-primary-20-rgb: var(--theme-highlight-color-20-rgb);--color-primary-30: var(--theme-highlight-color-30);--color-primary-30-rgb: var(--theme-highlight-color-30-rgb);--color-primary-40: var(--theme-highlight-color-40);--color-primary-40-rgb: var(--theme-highlight-color-40-rgb);--color-primary-50: var(--theme-highlight-color-50);--color-primary-50-rgb: var(--theme-highlight-color-50-rgb);--color-primary-60: var(--theme-highlight-color-60);--color-primary-60-rgb: var(--theme-highlight-color-60-rgb);--color-primary-70: var(--theme-highlight-color-70);--color-primary-70-rgb: var(--theme-highlight-color-70-rgb);--color-primary-80: var(--theme-highlight-color-80);--color-primary-80-rgb: var(--theme-highlight-color-80-rgb);--color-primary-90: var(--theme-highlight-color-90);--color-primary-90-rgb: var(--theme-highlight-color-90-rgb);--color-primary-100: var(--theme-highlight-color-100);--color-primary-100-rgb: var(--theme-highlight-color-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--theme-highlight-color-70);--color-accent-dark-rgb: var(--theme-highlight-color-70-rgb);--color-accent-light: var(--theme-highlight-color-30);--color-accent-light-rgb: var(--theme-highlight-color-30-rgb);--color-accent-0: var(--theme-highlight-color-0);--color-accent-0-rgb: var(--theme-highlight-color-0-rgb);--color-accent-5: var(--theme-highlight-color-5);--color-accent-5-rgb: var(--theme-highlight-color-5-rgb);--color-accent-10: var(--theme-highlight-color-10);--color-accent-10-rgb: var(--theme-highlight-color-10-rgb);--color-accent-20: var(--theme-highlight-color-20);--color-accent-20-rgb: var(--theme-highlight-color-20-rgb);--color-accent-30: var(--theme-highlight-color-30);--color-accent-30-rgb: var(--theme-highlight-color-30-rgb);--color-accent-40: var(--theme-highlight-color-40);--color-accent-40-rgb: var(--theme-highlight-color-40-rgb);--color-accent-50: var(--theme-highlight-color-50);--color-accent-50-rgb: var(--theme-highlight-color-50-rgb);--color-accent-60: var(--theme-highlight-color-60);--color-accent-60-rgb: var(--theme-highlight-color-60-rgb);--color-accent-70: var(--theme-highlight-color-70);--color-accent-70-rgb: var(--theme-highlight-color-70-rgb);--color-accent-80: var(--theme-highlight-color-80);--color-accent-80-rgb: var(--theme-highlight-color-80-rgb);--color-accent-90: var(--theme-highlight-color-90);--color-accent-90-rgb: var(--theme-highlight-color-90-rgb);--color-accent-100: var(--theme-highlight-color-100);--color-accent-100-rgb: var(--theme-highlight-color-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: var(--theme-submenu-background-color);--color-masterbar-text: var(--theme-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-text-color);--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-submenu-text: var(--studio-gray-10);--color-masterbar-submenu-hover-text: var(--theme-text-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: var(--studio-gray-10);--color-sidebar-gridicon-fill: var(--studio-gray-0);--color-sidebar-menu-selected-background: var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text: var(--theme-text-color);--color-sidebar-menu-selected-text-rgb: var(--theme-text-color-rgb);--color-sidebar-menu-hover-background: var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text: var(--theme-text-color);--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-hover-text);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-hover-text);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-light{--theme-text-color: #333;--theme-text-color-rgb: 51, 51, 51;--theme-base-color: #e5e5e5;--theme-base-color-rgb: 229, 229, 229;--theme-submenu-text-color: #686868;--theme-submenu-background-color: #fff;--theme-icon-color: #999;--theme-highlight-color: #04a4cc;--theme-highlight-color-rgb: 4, 164, 204;--theme-notification-color: #d64e07;--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--color-deprecated-blue-70);--color-primary-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-light: var(--color-deprecated-blue-30);--color-primary-light-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-0: var(--color-deprecated-blue-0);--color-primary-0-rgb: var(--color-deprecated-blue-0-rgb);--color-primary-5: var(--color-deprecated-blue-5);--color-primary-5-rgb: var(--color-deprecated-blue-5-rgb);--color-primary-10: var(--color-deprecated-blue-10);--color-primary-10-rgb: var(--color-deprecated-blue-10-rgb);--color-primary-20: var(--color-deprecated-blue-20);--color-primary-20-rgb: var(--color-deprecated-blue-20-rgb);--color-primary-30: var(--color-deprecated-blue-30);--color-primary-30-rgb: var(--color-deprecated-blue-30-rgb);--color-primary-40: var(--color-deprecated-blue-40);--color-primary-40-rgb: var(--color-deprecated-blue-40-rgb);--color-primary-50: var(--color-deprecated-blue-50);--color-primary-50-rgb: var(--color-deprecated-blue-50-rgb);--color-primary-60: var(--color-deprecated-blue-60);--color-primary-60-rgb: var(--color-deprecated-blue-60-rgb);--color-primary-70: var(--color-deprecated-blue-70);--color-primary-70-rgb: var(--color-deprecated-blue-70-rgb);--color-primary-80: var(--color-deprecated-blue-80);--color-primary-80-rgb: var(--color-deprecated-blue-80-rgb);--color-primary-90: var(--color-deprecated-blue-90);--color-primary-90-rgb: var(--color-deprecated-blue-90-rgb);--color-primary-100: var(--color-deprecated-blue-100);--color-primary-100-rgb: var(--color-deprecated-blue-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--color-deprecated-blue-70);--color-accent-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-light: var(--color-deprecated-blue-30);--color-accent-light-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-0: var(--color-deprecated-blue-0);--color-accent-0-rgb: var(--color-deprecated-blue-0-rgb);--color-accent-5: var(--color-deprecated-blue-5);--color-accent-5-rgb: var(--color-deprecated-blue-5-rgb);--color-accent-10: var(--color-deprecated-blue-10);--color-accent-10-rgb: var(--color-deprecated-blue-10-rgb);--color-accent-20: var(--color-deprecated-blue-20);--color-accent-20-rgb: var(--color-deprecated-blue-20-rgb);--color-accent-30: var(--color-deprecated-blue-30);--color-accent-30-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-40: var(--color-deprecated-blue-40);--color-accent-40-rgb: var(--color-deprecated-blue-40-rgb);--color-accent-50: var(--color-deprecated-blue-50);--color-accent-50-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-60: var(--color-deprecated-blue-60);--color-accent-60-rgb: var(--color-deprecated-blue-60-rgb);--color-accent-70: var(--color-deprecated-blue-70);--color-accent-70-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-80: var(--color-deprecated-blue-80);--color-accent-80-rgb: var(--color-deprecated-blue-80-rgb);--color-accent-90: var(--color-deprecated-blue-90);--color-accent-90-rgb: var(--color-deprecated-blue-90-rgb);--color-accent-100: var(--color-deprecated-blue-100);--color-accent-100-rgb: var(--color-deprecated-blue-100-rgb);--color-link: var(--theme-highlight-color);--color-link-rgb: var(--theme-highlight-color-rgb);--color-link-dark: var(--color-deprecated-blue-70);--color-link-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-link-light: var(--color-deprecated-blue-30);--color-link-light-rgb: var(--color-deprecated-blue-30-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #f7f7f7;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-highlight-color);--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-90);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: var(--studio-gray-90);--color-sidebar-gridicon-fill: var(--theme-icon-color);--color-sidebar-menu-selected-text: #fff;--color-sidebar-menu-selected-text-rgb: 255, 255, 255;--color-sidebar-menu-selected-background: #888;--color-sidebar-menu-selected-background-rgb: 136, 136, 136;--color-sidebar-menu-hover-background: #888;--color-sidebar-menu-hover-background-rgb: 136, 136, 136;--color-sidebar-menu-hover-text: #fff;--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-sidebar-submenu-selected-text: #333;--color-sidebar-submenu-selected-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-selected-hover-text: var(--theme-highlight-color);--color-collapse-menu-text: #777;--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-light .masterbar__item-notifications .gridicon{fill:#000}.color-scheme.is-midnight{--theme-text-color: #fff;--theme-text-color-rgb: 255, 255, 255;--theme-base-color: #363b3f;--theme-base-color-rgb: 54, 59, 63;--theme-submenu-text-color: #c3c4c5;--theme-submenu-background-color: #26292c;--theme-icon-color: #ece6f6;--theme-highlight-color: #e14d43;--theme-highlight-color-rgb: 225, 77, 67;--theme-notification-color: #69a8bb;--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--studio-red-70);--color-primary-dark-rgb: var(--studio-red-70-rgb);--color-primary-light: var(--studio-red-30);--color-primary-light-rgb: var(--studio-red-30-rgb);--color-primary-0: var(--studio-red-0);--color-primary-0-rgb: var(--studio-red-0-rgb);--color-primary-5: var(--studio-red-5);--color-primary-5-rgb: var(--studio-red-5-rgb);--color-primary-10: var(--studio-red-10);--color-primary-10-rgb: var(--studio-red-10-rgb);--color-primary-20: var(--studio-red-20);--color-primary-20-rgb: var(--studio-red-20-rgb);--color-primary-30: var(--studio-red-30);--color-primary-30-rgb: var(--studio-red-30-rgb);--color-primary-40: var(--studio-red-40);--color-primary-40-rgb: var(--studio-red-40-rgb);--color-primary-50: var(--studio-red-50);--color-primary-50-rgb: var(--studio-red-50-rgb);--color-primary-60: var(--studio-red-60);--color-primary-60-rgb: var(--studio-red-60-rgb);--color-primary-70: var(--studio-red-70);--color-primary-70-rgb: var(--studio-red-70-rgb);--color-primary-80: var(--studio-red-80);--color-primary-80-rgb: var(--studio-red-80-rgb);--color-primary-90: var(--studio-red-90);--color-primary-90-rgb: var(--studio-red-90-rgb);--color-primary-100: var(--studio-red-100);--color-primary-100-rgb: var(--studio-red-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--studio-red-70);--color-accent-dark-rgb: var(--studio-red-70-rgb);--color-accent-light: var(--studio-red-30);--color-accent-light-rgb: var(--studio-red-30-rgb);--color-accent-0: var(--studio-red-0);--color-accent-0-rgb: var(--studio-red-0-rgb);--color-accent-5: var(--studio-red-5);--color-accent-5-rgb: var(--studio-red-5-rgb);--color-accent-10: var(--studio-red-10);--color-accent-10-rgb: var(--studio-red-10-rgb);--color-accent-20: var(--studio-red-20);--color-accent-20-rgb: var(--studio-red-20-rgb);--color-accent-30: var(--studio-red-30);--color-accent-30-rgb: var(--studio-red-30-rgb);--color-accent-40: var(--studio-red-40);--color-accent-40-rgb: var(--studio-red-40-rgb);--color-accent-50: var(--studio-red-50);--color-accent-50-rgb: var(--studio-red-50-rgb);--color-accent-60: var(--studio-red-60);--color-accent-60-rgb: var(--studio-red-60-rgb);--color-accent-70: var(--studio-red-70);--color-accent-70-rgb: var(--studio-red-70-rgb);--color-accent-80: var(--studio-red-80);--color-accent-80-rgb: var(--studio-red-80-rgb);--color-accent-90: var(--studio-red-90);--color-accent-90-rgb: var(--studio-red-90-rgb);--color-accent-100: var(--studio-red-100);--color-accent-100-rgb: var(--studio-red-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #464d52;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-highlight-color);--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: var(--theme-text-color);--color-sidebar-gridicon-fill: var(--theme-icon-color);--color-sidebar-menu-selected-background: var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text: var(--theme-text-color);--color-sidebar-menu-selected-text-rgb: var(--theme-text-color-rgb);--color-sidebar-menu-hover-background: var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text: var(--theme-text-color);--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-sidebar-submenu-selected-hover-text: var(--color-accent);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-selected-hover-text: var(--theme-highlight-color);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-modern{--theme-text-color: #fff;--theme-text-color-rgb: 255, 255, 255;--theme-base-color: #1e1e1e;--theme-base-color-rgb: 30, 30, 30;--theme-submenu-text-color: #bcbcbc;--theme-submenu-background-color: #0c0c0c;--theme-icon-color: #f3f1f1;--theme-highlight-color: #3858e9;--theme-highlight-color-rgb: 56, 88, 233;--theme-notification-color: var(--studio-wordpress-blue-20);--theme-highlight-color-0: #d5dffa;--theme-highlight-color-0-rgb: 213, 223, 250;--theme-highlight-color-5: #d7defa;--theme-highlight-color-5-rgb: 215, 222, 250;--theme-highlight-color-10: #abc0f5;--theme-highlight-color-10-rgb: 171, 192, 245;--theme-highlight-color-20: #82a1f0;--theme-highlight-color-20-rgb: 130, 161, 240;--theme-highlight-color-30: #5882eb;--theme-highlight-color-30-rgb: 88, 130, 235;--theme-highlight-color-40: #2f63e6;--theme-highlight-color-40-rgb: 47, 99, 230;--theme-highlight-color-50: var(--theme-highlight-color);--theme-highlight-color-50-rgb: var(--theme-highlight-color-rgb);--theme-highlight-color-60: #2145e6;--theme-highlight-color-60-rgb: 33, 69, 230;--theme-highlight-color-70: #133ca6;--theme-highlight-color-70-rgb: 19, 60, 166;--theme-highlight-color-80: #0e2d7c;--theme-highlight-color-80-rgb: 14, 45, 124;--theme-highlight-color-90: #091e53;--theme-highlight-color-90-rgb: 9, 30, 83;--theme-highlight-color-100: #040f29;--theme-highlight-color-100-rgb: 4, 15, 41;--color-link: var(--theme-highlight-color);--color-link-dark: var(--theme-highlight-color-70);--color-link-light: var(--theme-highlight-color-30);--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--theme-highlight-color-70);--color-primary-dark-rgb: var(--theme-highlight-color-70-rgb);--color-primary-light: var(--theme-highlight-color-30);--color-primary-light-rgb: var(--theme-highlight-color-30-rgb);--color-primary-0: var(--theme-highlight-color-0);--color-primary-0-rgb: var(--theme-highlight-color-0-rgb);--color-primary-5: var(--theme-highlight-color-5);--color-primary-5-rgb: var(--theme-highlight-color-5-rgb);--color-primary-10: var(--theme-highlight-color-10);--color-primary-10-rgb: var(--theme-highlight-color-10-rgb);--color-primary-20: var(--theme-highlight-color-20);--color-primary-20-rgb: var(--theme-highlight-color-20-rgb);--color-primary-30: var(--theme-highlight-color-30);--color-primary-30-rgb: var(--theme-highlight-color-30-rgb);--color-primary-40: var(--theme-highlight-color-40);--color-primary-40-rgb: var(--theme-highlight-color-40-rgb);--color-primary-50: var(--theme-highlight-color-50);--color-primary-50-rgb: var(--theme-highlight-color-50-rgb);--color-primary-60: var(--theme-highlight-color-60);--color-primary-60-rgb: var(--theme-highlight-color-60-rgb);--color-primary-70: var(--theme-highlight-color-70);--color-primary-70-rgb: var(--theme-highlight-color-70-rgb);--color-primary-80: var(--theme-highlight-color-80);--color-primary-80-rgb: var(--theme-highlight-color-80-rgb);--color-primary-90: var(--theme-highlight-color-90);--color-primary-90-rgb: var(--theme-highlight-color-90-rgb);--color-primary-100: var(--theme-highlight-color-100);--color-primary-100-rgb: var(--theme-highlight-color-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--theme-highlight-color-70);--color-accent-dark-rgb: var(--theme-highlight-color-70-rgb);--color-accent-light: var(--theme-highlight-color-30);--color-accent-light-rgb: var(--theme-highlight-color-30-rgb);--color-accent-0: var(--theme-highlight-color-0);--color-accent-0-rgb: var(--theme-highlight-color-0-rgb);--color-accent-5: var(--theme-highlight-color-5);--color-accent-5-rgb: var(--theme-highlight-color-5-rgb);--color-accent-10: var(--theme-highlight-color-10);--color-accent-10-rgb: var(--theme-highlight-color-10-rgb);--color-accent-20: var(--theme-highlight-color-20);--color-accent-20-rgb: var(--theme-highlight-color-20-rgb);--color-accent-30: var(--theme-highlight-color-30);--color-accent-30-rgb: var(--theme-highlight-color-30-rgb);--color-accent-40: var(--theme-highlight-color-40);--color-accent-40-rgb: var(--theme-highlight-color-40-rgb);--color-accent-50: var(--theme-highlight-color-50);--color-accent-50-rgb: var(--theme-highlight-color-50-rgb);--color-accent-60: var(--theme-highlight-color-60);--color-accent-60-rgb: var(--theme-highlight-color-60-rgb);--color-accent-70: var(--theme-highlight-color-70);--color-accent-70-rgb: var(--theme-highlight-color-70-rgb);--color-accent-80: var(--theme-highlight-color-80);--color-accent-80-rgb: var(--theme-highlight-color-80-rgb);--color-accent-90: var(--theme-highlight-color-90);--color-accent-90-rgb: var(--theme-highlight-color-90-rgb);--color-accent-100: var(--theme-highlight-color-100);--color-accent-100-rgb: var(--theme-highlight-color-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #303030;--color-masterbar-text: var(--theme-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: #7b90ff;--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: var(--studio-gray-10);--color-sidebar-gridicon-fill: var(--studio-gray-0);--color-sidebar-menu-selected-background: var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text: var(--theme-text-color);--color-sidebar-menu-selected-text-rgb: var(--theme-text-color-rgb);--color-sidebar-menu-hover-background: var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text: var(--theme-text-color);--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: #7b90ff;--color-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-hover-text);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: #7b90ff;--color-navredesign-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-hover-text);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-nightfall{--color-primary: var(--studio-gray-90);--color-primary-rgb: var(--studio-gray-90-rgb);--color-primary-dark: var(--studio-gray-70);--color-primary-dark-rgb: var(--studio-gray-70-rgb);--color-primary-light: var(--studio-gray-30);--color-primary-light-rgb: var(--studio-gray-30-rgb);--color-primary-0: var(--studio-gray-0);--color-primary-0-rgb: var(--studio-gray-0-rgb);--color-primary-5: var(--studio-gray-5);--color-primary-5-rgb: var(--studio-gray-5-rgb);--color-primary-10: var(--studio-gray-10);--color-primary-10-rgb: var(--studio-gray-10-rgb);--color-primary-20: var(--studio-gray-20);--color-primary-20-rgb: var(--studio-gray-20-rgb);--color-primary-30: var(--studio-gray-30);--color-primary-30-rgb: var(--studio-gray-30-rgb);--color-primary-40: var(--studio-gray-40);--color-primary-40-rgb: var(--studio-gray-40-rgb);--color-primary-50: var(--studio-gray-50);--color-primary-50-rgb: var(--studio-gray-50-rgb);--color-primary-60: var(--studio-gray-60);--color-primary-60-rgb: var(--studio-gray-60-rgb);--color-primary-70: var(--studio-gray-70);--color-primary-70-rgb: var(--studio-gray-70-rgb);--color-primary-80: var(--studio-gray-80);--color-primary-80-rgb: var(--studio-gray-80-rgb);--color-primary-90: var(--studio-gray-90);--color-primary-90-rgb: var(--studio-gray-90-rgb);--color-primary-100: var(--studio-gray-100);--color-primary-100-rgb: var(--studio-gray-100-rgb);--color-accent: var(--color-deprecated-blue-50);--color-accent-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-dark: var(--color-deprecated-blue-70);--color-accent-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-light: var(--color-deprecated-blue-30);--color-accent-light-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-0: var(--color-deprecated-blue-0);--color-accent-0-rgb: var(--color-deprecated-blue-0-rgb);--color-accent-5: var(--color-deprecated-blue-5);--color-accent-5-rgb: var(--color-deprecated-blue-5-rgb);--color-accent-10: var(--color-deprecated-blue-10);--color-accent-10-rgb: var(--color-deprecated-blue-10-rgb);--color-accent-20: var(--color-deprecated-blue-20);--color-accent-20-rgb: var(--color-deprecated-blue-20-rgb);--color-accent-30: var(--color-deprecated-blue-30);--color-accent-30-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-40: var(--color-deprecated-blue-40);--color-accent-40-rgb: var(--color-deprecated-blue-40-rgb);--color-accent-50: var(--color-deprecated-blue-50);--color-accent-50-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-60: var(--color-deprecated-blue-60);--color-accent-60-rgb: var(--color-deprecated-blue-60-rgb);--color-accent-70: var(--color-deprecated-blue-70);--color-accent-70-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-80: var(--color-deprecated-blue-80);--color-accent-80-rgb: var(--color-deprecated-blue-80-rgb);--color-accent-90: var(--color-deprecated-blue-90);--color-accent-90-rgb: var(--color-deprecated-blue-90-rgb);--color-accent-100: var(--color-deprecated-blue-100);--color-accent-100-rgb: var(--color-deprecated-blue-100-rgb);--color-link: var(--color-deprecated-blue-50);--color-link-rgb: var(--color-deprecated-blue-50-rgb);--color-link-dark: var(--color-deprecated-blue-70);--color-link-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-link-light: var(--color-deprecated-blue-30);--color-link-light-rgb: var(--color-deprecated-blue-30-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-masterbar-background: var(--color-deprecated-blue-100);--color-masterbar-border: var(--color-deprecated-blue-100);--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-hightlight: var(--color-accent-30);--color-masterbar-item-hover-background: var(--color-deprecated-blue-90);--color-masterbar-item-active-background: var(--color-deprecated-blue-80);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-40);--color-masterbar-unread-dot-background: var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--color-deprecated-blue-80);--color-sidebar-background-rgb: var(--color-deprecated-blue-80-rgb);--color-sidebar-border: var(--color-deprecated-blue-90);--color-sidebar-text: var(--color-deprecated-blue-5);--color-sidebar-text-rgb: var(--color-deprecated-blue-5-rgb);--color-sidebar-text-alternative: var(--color-deprecated-blue-20);--color-sidebar-gridicon-fill: var(--color-deprecated-blue-10);--color-sidebar-menu-selected-background: var(--color-deprecated-blue-100);--color-sidebar-menu-selected-background-rgb: var(--color-deprecated-blue-100-rgb);--color-sidebar-menu-selected-text: var(--studio-white);--color-sidebar-menu-selected-text-rgb: var(--studio-white-rgb);--color-sidebar-menu-hover-background: var(--color-deprecated-blue-70);--color-sidebar-menu-hover-background-rgb: var(--color-deprecated-blue-70-rgb);--color-sidebar-menu-hover-text: var(--studio-white);--color-sidebar-submenu-background: var(--color-deprecated-blue-90);--color-sidebar-submenu-text: var(--studio-white);--color-sidebar-submenu-hover-text: var(--color-deprecated-blue-20);--color-sidebar-submenu-selected-text: var(--studio-white);--color-sidebar-submenu-selected-hover-text: var(--studio-white);--color-navredesign-sidebar-submenu-text: var(--studio-white);--color-navredesign-sidebar-submenu-selected-text: var(--studio-white);--color-navredesign-sidebar-submenu-selected-hover-text: var(--studio-white);--color-collapse-menu-text: #91caf2;--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-ocean{--theme-text-color: #fff;--theme-text-color-rgb: 255, 255, 255;--theme-base-color: #738e96;--theme-base-color-rgb: 115, 142, 150;--theme-submenu-text-color: #d5dde0;--theme-submenu-background-color: #627c83;--theme-icon-color: #f2fcff;--theme-highlight-color: #9ebaa0;--theme-highlight-color-rgb: 158, 186, 160;--theme-notification-color: #aa9d88;--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--studio-celadon-70);--color-primary-dark-rgb: var(--studio-celadon-70-rgb);--color-primary-light: var(--studio-celadon-30);--color-primary-light-rgb: var(--studio-celadon-30-rgb);--color-primary-0: var(--studio-celadon-0);--color-primary-0-rgb: var(--studio-celadon-0-rgb);--color-primary-5: var(--studio-celadon-5);--color-primary-5-rgb: var(--studio-celadon-5-rgb);--color-primary-10: var(--studio-celadon-10);--color-primary-10-rgb: var(--studio-celadon-10-rgb);--color-primary-20: var(--studio-celadon-20);--color-primary-20-rgb: var(--studio-celadon-20-rgb);--color-primary-30: var(--studio-celadon-30);--color-primary-30-rgb: var(--studio-celadon-30-rgb);--color-primary-40: var(--studio-celadon-40);--color-primary-40-rgb: var(--studio-celadon-40-rgb);--color-primary-50: var(--studio-celadon-50);--color-primary-50-rgb: var(--studio-celadon-50-rgb);--color-primary-60: var(--studio-celadon-60);--color-primary-60-rgb: var(--studio-celadon-60-rgb);--color-primary-70: var(--studio-celadon-70);--color-primary-70-rgb: var(--studio-celadon-70-rgb);--color-primary-80: var(--studio-celadon-80);--color-primary-80-rgb: var(--studio-celadon-80-rgb);--color-primary-90: var(--studio-celadon-90);--color-primary-90-rgb: var(--studio-celadon-90-rgb);--color-primary-100: var(--studio-celadon-100);--color-primary-100-rgb: var(--studio-celadon-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--studio-celadon-70);--color-accent-dark-rgb: var(--studio-celadon-70-rgb);--color-accent-light: var(--studio-celadon-30);--color-accent-light-rgb: var(--studio-celadon-30-rgb);--color-accent-0: var(--studio-celadon-0);--color-accent-0-rgb: var(--studio-celadon-0-rgb);--color-accent-5: var(--studio-celadon-5);--color-accent-5-rgb: var(--studio-celadon-5-rgb);--color-accent-10: var(--studio-celadon-10);--color-accent-10-rgb: var(--studio-celadon-10-rgb);--color-accent-20: var(--studio-celadon-20);--color-accent-20-rgb: var(--studio-celadon-20-rgb);--color-accent-30: var(--studio-celadon-30);--color-accent-30-rgb: var(--studio-celadon-30-rgb);--color-accent-40: var(--studio-celadon-40);--color-accent-40-rgb: var(--studio-celadon-40-rgb);--color-accent-50: var(--studio-celadon-50);--color-accent-50-rgb: var(--studio-celadon-50-rgb);--color-accent-60: var(--studio-celadon-60);--color-accent-60-rgb: var(--studio-celadon-60-rgb);--color-accent-70: var(--studio-celadon-70);--color-accent-70-rgb: var(--studio-celadon-70-rgb);--color-accent-80: var(--studio-celadon-80);--color-accent-80-rgb: var(--studio-celadon-80-rgb);--color-accent-90: var(--studio-celadon-90);--color-accent-90-rgb: var(--studio-celadon-90-rgb);--color-accent-100: var(--studio-celadon-100);--color-accent-100-rgb: var(--studio-celadon-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #879ea5;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-highlight-color);--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: var(--theme-text-color);--color-sidebar-gridicon-fill: var(--theme-icon-color);--color-sidebar-menu-selected-background: var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text: var(--theme-text-color);--color-sidebar-menu-selected-text-rgb: var(--theme-text-color-rgb);--color-sidebar-menu-hover-background: var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text: var(--theme-text-color);--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-sidebar-submenu-selected-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: var(--theme-highlight-color);--color-navredesign-sidebar-submenu-selected-hover-text: var(--theme-highlight-color);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-powder-snow{--color-primary: var(--studio-gray-90);--color-primary-rgb: var(--studio-gray-90-rgb);--color-primary-dark: var(--studio-gray-70);--color-primary-dark-rgb: var(--studio-gray-70-rgb);--color-primary-light: var(--studio-gray-30);--color-primary-light-rgb: var(--studio-gray-30-rgb);--color-primary-0: var(--studio-gray-0);--color-primary-0-rgb: var(--studio-gray-0-rgb);--color-primary-5: var(--studio-gray-5);--color-primary-5-rgb: var(--studio-gray-5-rgb);--color-primary-10: var(--studio-gray-10);--color-primary-10-rgb: var(--studio-gray-10-rgb);--color-primary-20: var(--studio-gray-20);--color-primary-20-rgb: var(--studio-gray-20-rgb);--color-primary-30: var(--studio-gray-30);--color-primary-30-rgb: var(--studio-gray-30-rgb);--color-primary-40: var(--studio-gray-40);--color-primary-40-rgb: var(--studio-gray-40-rgb);--color-primary-50: var(--studio-gray-50);--color-primary-50-rgb: var(--studio-gray-50-rgb);--color-primary-60: var(--studio-gray-60);--color-primary-60-rgb: var(--studio-gray-60-rgb);--color-primary-70: var(--studio-gray-70);--color-primary-70-rgb: var(--studio-gray-70-rgb);--color-primary-80: var(--studio-gray-80);--color-primary-80-rgb: var(--studio-gray-80-rgb);--color-primary-90: var(--studio-gray-90);--color-primary-90-rgb: var(--studio-gray-90-rgb);--color-primary-100: var(--studio-gray-100);--color-primary-100-rgb: var(--studio-gray-100-rgb);--color-accent: var(--color-deprecated-blue-50);--color-accent-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-dark: var(--color-deprecated-blue-70);--color-accent-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-light: var(--color-deprecated-blue-30);--color-accent-light-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-0: var(--color-deprecated-blue-0);--color-accent-0-rgb: var(--color-deprecated-blue-0-rgb);--color-accent-5: var(--color-deprecated-blue-5);--color-accent-5-rgb: var(--color-deprecated-blue-5-rgb);--color-accent-10: var(--color-deprecated-blue-10);--color-accent-10-rgb: var(--color-deprecated-blue-10-rgb);--color-accent-20: var(--color-deprecated-blue-20);--color-accent-20-rgb: var(--color-deprecated-blue-20-rgb);--color-accent-30: var(--color-deprecated-blue-30);--color-accent-30-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-40: var(--color-deprecated-blue-40);--color-accent-40-rgb: var(--color-deprecated-blue-40-rgb);--color-accent-50: var(--color-deprecated-blue-50);--color-accent-50-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-60: var(--color-deprecated-blue-60);--color-accent-60-rgb: var(--color-deprecated-blue-60-rgb);--color-accent-70: var(--color-deprecated-blue-70);--color-accent-70-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-80: var(--color-deprecated-blue-80);--color-accent-80-rgb: var(--color-deprecated-blue-80-rgb);--color-accent-90: var(--color-deprecated-blue-90);--color-accent-90-rgb: var(--color-deprecated-blue-90-rgb);--color-accent-100: var(--color-deprecated-blue-100);--color-accent-100-rgb: var(--color-deprecated-blue-100-rgb);--color-link: var(--color-deprecated-blue-50);--color-link-rgb: var(--color-deprecated-blue-50-rgb);--color-link-dark: var(--color-deprecated-blue-70);--color-link-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-link-light: var(--color-deprecated-blue-30);--color-link-light-rgb: var(--color-deprecated-blue-30-rgb);--color-link-0: var(--color-deprecated-blue-0);--color-link-0-rgb: var(--color-deprecated-blue-0-rgb);--color-link-5: var(--color-deprecated-blue-5);--color-link-5-rgb: var(--color-deprecated-blue-5-rgb);--color-link-10: var(--color-deprecated-blue-10);--color-link-10-rgb: var(--color-deprecated-blue-10-rgb);--color-link-20: var(--color-deprecated-blue-20);--color-link-20-rgb: var(--color-deprecated-blue-20-rgb);--color-link-30: var(--color-deprecated-blue-30);--color-link-30-rgb: var(--color-deprecated-blue-30-rgb);--color-link-40: var(--color-deprecated-blue-40);--color-link-40-rgb: var(--color-deprecated-blue-40-rgb);--color-link-50: var(--color-deprecated-blue-50);--color-link-50-rgb: var(--color-deprecated-blue-50-rgb);--color-link-60: var(--color-deprecated-blue-60);--color-link-60-rgb: var(--color-deprecated-blue-60-rgb);--color-link-70: var(--color-deprecated-blue-70);--color-link-70-rgb: var(--color-deprecated-blue-70-rgb);--color-link-80: var(--color-deprecated-blue-80);--color-link-80-rgb: var(--color-deprecated-blue-80-rgb);--color-link-90: var(--color-deprecated-blue-90);--color-link-90-rgb: var(--color-deprecated-blue-90-rgb);--color-link-100: var(--color-deprecated-blue-100);--color-link-100-rgb: var(--color-deprecated-blue-100-rgb);--color-masterbar-background: var(--studio-gray-100);--color-masterbar-border: var(--studio-gray-90);--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-highlight: var(--color-accent-30);--color-masterbar-item-hover-background: var(--studio-gray-80);--color-masterbar-item-active-background: var(--studio-gray-70);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-40);--color-masterbar-unread-dot-background: var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--studio-gray-5);--color-sidebar-background-rgb: var(--studio-gray-5-rgb);--color-sidebar-border: var(--studio-gray-10);--color-sidebar-text: var(--studio-gray-80);--color-sidebar-text-rgb: var(--studio-gray-80-rgb);--color-sidebar-text-alternative: var(--studio-gray-60);--color-sidebar-gridicon-fill: var(--studio-gray-50);--color-sidebar-menu-selected-background: var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb: var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text: var(--studio-white);--color-sidebar-menu-selected-text-rgb: var(--studio-white-rgb);--color-sidebar-menu-hover-background: var(--color-surface);--color-sidebar-menu-hover-background-rgb: var(--studio-white-rgb);--color-sidebar-menu-hover-text: var(--color-deprecated-blue-60);--color-sidebar-submenu-background: var(--studio-gray-10);--color-sidebar-submenu-text: var(--studio-gray-80);--color-sidebar-submenu-hover-text: var(--color-deprecated-blue-60);--color-sidebar-submenu-selected-text: var(--studio-gray-80);--color-navredesign-sidebar-submenu-text: var(--studio-gray-80);--color-navredesign-sidebar-submenu-selected-text: var(--studio-gray-80);--color-navredesign-sidebar-submenu-hover-text: var(--color-deprecated-blue-60);--color-collapse-menu-text: var(--color-sidebar-text-alternative);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-sakura{--color-primary: var(--studio-celadon-50);--color-primary-rgb: var(--studio-celadon-50-rgb);--color-primary-dark: var(--studio-celadon-70);--color-primary-dark-rgb: var(--studio-celadon-70-rgb);--color-primary-light: var(--studio-celadon-30);--color-primary-light-rgb: var(--studio-celadon-30-rgb);--color-primary-0: var(--studio-celadon-0);--color-primary-0-rgb: var(--studio-celadon-0-rgb);--color-primary-5: var(--studio-celadon-5);--color-primary-5-rgb: var(--studio-celadon-5-rgb);--color-primary-10: var(--studio-celadon-10);--color-primary-10-rgb: var(--studio-celadon-10-rgb);--color-primary-20: var(--studio-celadon-20);--color-primary-20-rgb: var(--studio-celadon-20-rgb);--color-primary-30: var(--studio-celadon-30);--color-primary-30-rgb: var(--studio-celadon-30-rgb);--color-primary-40: var(--studio-celadon-40);--color-primary-40-rgb: var(--studio-celadon-40-rgb);--color-primary-50: var(--studio-celadon-50);--color-primary-50-rgb: var(--studio-celadon-50-rgb);--color-primary-60: var(--studio-celadon-60);--color-primary-60-rgb: var(--studio-celadon-60-rgb);--color-primary-70: var(--studio-celadon-70);--color-primary-70-rgb: var(--studio-celadon-70-rgb);--color-primary-80: var(--studio-celadon-80);--color-primary-80-rgb: var(--studio-celadon-80-rgb);--color-primary-90: var(--studio-celadon-90);--color-primary-90-rgb: var(--studio-celadon-90-rgb);--color-primary-100: var(--studio-celadon-100);--color-primary-100-rgb: var(--studio-celadon-100-rgb);--color-accent: var(--color-deprecated-blue-50);--color-accent-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-dark: var(--color-deprecated-blue-70);--color-accent-dark-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-light: var(--color-deprecated-blue-30);--color-accent-light-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-0: var(--color-deprecated-blue-0);--color-accent-0-rgb: var(--color-deprecated-blue-0-rgb);--color-accent-5: var(--color-deprecated-blue-5);--color-accent-5-rgb: var(--color-deprecated-blue-5-rgb);--color-accent-10: var(--color-deprecated-blue-10);--color-accent-10-rgb: var(--color-deprecated-blue-10-rgb);--color-accent-20: var(--color-deprecated-blue-20);--color-accent-20-rgb: var(--color-deprecated-blue-20-rgb);--color-accent-30: var(--color-deprecated-blue-30);--color-accent-30-rgb: var(--color-deprecated-blue-30-rgb);--color-accent-40: var(--color-deprecated-blue-40);--color-accent-40-rgb: var(--color-deprecated-blue-40-rgb);--color-accent-50: var(--color-deprecated-blue-50);--color-accent-50-rgb: var(--color-deprecated-blue-50-rgb);--color-accent-60: var(--color-deprecated-blue-60);--color-accent-60-rgb: var(--color-deprecated-blue-60-rgb);--color-accent-70: var(--color-deprecated-blue-70);--color-accent-70-rgb: var(--color-deprecated-blue-70-rgb);--color-accent-80: var(--color-deprecated-blue-80);--color-accent-80-rgb: var(--color-deprecated-blue-80-rgb);--color-accent-90: var(--color-deprecated-blue-90);--color-accent-90-rgb: var(--color-deprecated-blue-90-rgb);--color-accent-100: var(--color-deprecated-blue-100);--color-accent-100-rgb: var(--color-deprecated-blue-100-rgb);--color-link: var(--studio-celadon-50);--color-link-rgb: var(--studio-celadon-50-rgb);--color-link-dark: var(--studio-celadon-70);--color-link-dark-rgb: var(--studio-celadon-70-rgb);--color-link-light: var(--studio-celadon-30);--color-link-light-rgb: var(--studio-celadon-30-rgb);--color-link-0: var(--studio-celadon-0);--color-link-0-rgb: var(--studio-celadon-0-rgb);--color-link-5: var(--studio-celadon-5);--color-link-5-rgb: var(--studio-celadon-5-rgb);--color-link-10: var(--studio-celadon-10);--color-link-10-rgb: var(--studio-celadon-10-rgb);--color-link-20: var(--studio-celadon-20);--color-link-20-rgb: var(--studio-celadon-20-rgb);--color-link-30: var(--studio-celadon-30);--color-link-30-rgb: var(--studio-celadon-30-rgb);--color-link-40: var(--studio-celadon-40);--color-link-40-rgb: var(--studio-celadon-40-rgb);--color-link-50: var(--studio-celadon-50);--color-link-50-rgb: var(--studio-celadon-50-rgb);--color-link-60: var(--studio-celadon-60);--color-link-60-rgb: var(--studio-celadon-60-rgb);--color-link-70: var(--studio-celadon-70);--color-link-70-rgb: var(--studio-celadon-70-rgb);--color-link-80: var(--studio-celadon-80);--color-link-80-rgb: var(--studio-celadon-80-rgb);--color-link-90: var(--studio-celadon-90);--color-link-90-rgb: var(--studio-celadon-90-rgb);--color-link-100: var(--studio-celadon-100);--color-link-100-rgb: var(--studio-celadon-100-rgb);--color-masterbar-background: var(--studio-celadon-70);--color-masterbar-border: var(--studio-celadon-80);--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-highlight: var(--color-deprecated-blue-20);--color-masterbar-item-hover-background: var(--studio-celadon-80);--color-masterbar-item-active-background: var(--studio-celadon-90);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--studio-pink-5);--color-sidebar-background-rgb: var(--studio-pink-5-rgb);--color-sidebar-border: var(--studio-pink-10);--color-sidebar-text: var(--studio-pink-80);--color-sidebar-text-rgb: var(--studio-pink-80-rgb);--color-sidebar-text-alternative: var(--studio-pink-60);--color-sidebar-gridicon-fill: var(--studio-pink-70);--color-sidebar-menu-selected-background: var(--color-deprecated-blue-50);--color-sidebar-menu-selected-background-rgb: var(--color-deprecated-blue-50-rgb);--color-sidebar-menu-selected-text: var(--studio-white);--color-sidebar-menu-selected-text-rgb: var(--studio-white-rgb);--color-sidebar-menu-hover-background: var(--studio-pink-10);--color-sidebar-menu-hover-background-rgb: var(--studio-pink-10-rgb);--color-sidebar-menu-hover-text: var(--studio-pink-90);--color-sidebar-submenu-background: var(--studio-pink-90);--color-sidebar-submenu-text: #f5e9ed;--color-sidebar-submenu-hover-text: var(--color-deprecated-blue-20);--color-sidebar-submenu-selected-text: var(--color-sidebar-submenu-text);--color-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-submenu-selected-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-submenu-selected-hover-text: var(--color-sidebar-submenu-text);--color-collapse-menu-text: #8c1749;--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-sunrise{--theme-text-color: #fff;--theme-text-color-rgb: 255, 255, 255;--theme-base-color: #cf4944;--theme-base-color-rgb: 207, 73, 68;--theme-submenu-text-color: #f1c8c7;--theme-submenu-background-color: #be3631;--theme-submenu-hover-text-color: #f7e3d3;--theme-icon-color: #f3f1f1;--theme-highlight-color: #dd823b;--theme-highlight-color-rgb: 221, 130, 59;--theme-notification-color: #ccaf0b;--color-primary: var(--theme-highlight-color);--color-primary-rgb: var(--theme-highlight-color-rgb);--color-primary-dark: var(--studio-orange-70);--color-primary-dark-rgb: var(--studio-orange-70-rgb);--color-primary-light: var(--studio-orange-30);--color-primary-light-rgb: var(--studio-orange-30-rgb);--color-primary-0: var(--studio-orange-0);--color-primary-0-rgb: var(--studio-orange-0-rgb);--color-primary-5: var(--studio-orange-5);--color-primary-5-rgb: var(--studio-orange-5-rgb);--color-primary-10: var(--studio-orange-10);--color-primary-10-rgb: var(--studio-orange-10-rgb);--color-primary-20: var(--studio-orange-20);--color-primary-20-rgb: var(--studio-orange-20-rgb);--color-primary-30: var(--studio-orange-30);--color-primary-30-rgb: var(--studio-orange-30-rgb);--color-primary-40: var(--studio-orange-40);--color-primary-40-rgb: var(--studio-orange-40-rgb);--color-primary-50: var(--studio-orange-50);--color-primary-50-rgb: var(--studio-orange-50-rgb);--color-primary-60: var(--studio-orange-60);--color-primary-60-rgb: var(--studio-orange-60-rgb);--color-primary-70: var(--studio-orange-70);--color-primary-70-rgb: var(--studio-orange-70-rgb);--color-primary-80: var(--studio-orange-80);--color-primary-80-rgb: var(--studio-orange-80-rgb);--color-primary-90: var(--studio-orange-90);--color-primary-90-rgb: var(--studio-orange-90-rgb);--color-primary-100: var(--studio-orange-100);--color-primary-100-rgb: var(--studio-orange-100-rgb);--color-accent: var(--theme-highlight-color);--color-accent-rgb: var(--theme-highlight-color-rgb);--color-accent-dark: var(--studio-orange-70);--color-accent-dark-rgb: var(--studio-orange-70-rgb);--color-accent-light: var(--studio-orange-30);--color-accent-light-rgb: var(--studio-orange-30-rgb);--color-accent-0: var(--studio-orange-0);--color-accent-0-rgb: var(--studio-orange-0-rgb);--color-accent-5: var(--studio-orange-5);--color-accent-5-rgb: var(--studio-orange-5-rgb);--color-accent-10: var(--studio-orange-10);--color-accent-10-rgb: var(--studio-orange-10-rgb);--color-accent-20: var(--studio-orange-20);--color-accent-20-rgb: var(--studio-orange-20-rgb);--color-accent-30: var(--studio-orange-30);--color-accent-30-rgb: var(--studio-orange-30-rgb);--color-accent-40: var(--studio-orange-40);--color-accent-40-rgb: var(--studio-orange-40-rgb);--color-accent-50: var(--studio-orange-50);--color-accent-50-rgb: var(--studio-orange-50-rgb);--color-accent-60: var(--studio-orange-60);--color-accent-60-rgb: var(--studio-orange-60-rgb);--color-accent-70: var(--studio-orange-70);--color-accent-70-rgb: var(--studio-orange-70-rgb);--color-accent-80: var(--studio-orange-80);--color-accent-80-rgb: var(--studio-orange-80-rgb);--color-accent-90: var(--studio-orange-90);--color-accent-90-rgb: var(--studio-orange-90-rgb);--color-accent-100: var(--studio-orange-100);--color-accent-100-rgb: var(--studio-orange-100-rgb);--color-masterbar-background: var(--theme-base-color);--color-masterbar-border: #d66560;--color-masterbar-text: var(--theme-text-color);--color-masterbar-submenu-text: var(--theme-submenu-text-color);--color-masterbar-icon: var(--theme-icon-color);--color-masterbar-highlight: var(--theme-submenu-hover-text-color);--color-masterbar-unread-dot-background: var(--theme-notification-color);--color-masterbar-item-hover-background: var(--theme-submenu-background-color);--color-masterbar-item-active-background: var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--theme-base-color);--color-sidebar-background-rgb: var(--theme-base-color-rgb);--color-sidebar-border: var(--theme-submenu-background-color);--color-sidebar-text: var(--theme-text-color);--color-sidebar-text-rgb: var(--theme-text-color-rgb);--color-sidebar-text-alternative: var(--studio-gray-0);--color-sidebar-gridicon-fill: var(--theme-icon-color);--color-sidebar-menu-selected-background: var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text: var(--theme-text-color);--color-sidebar-menu-selected-text-rgb: var(--theme-text-color-rgb);--color-sidebar-menu-hover-background: var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb: var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text: var(--theme-text-color);--color-sidebar-submenu-background: var(--theme-submenu-background-color);--color-sidebar-submenu-text: var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background: transparent;--color-sidebar-submenu-hover-text: var(--theme-submenu-hover-text-color);--color-sidebar-submenu-selected-hover-text: var(--theme-submenu-hover-text-color);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-menu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-selected-text: var(--theme-text-color);--color-navredesign-sidebar-submenu-hover-text: var(--theme-submenu-hover-text-color);--color-navredesign-sidebar-submenu-selected-hover-text: var(--theme-submenu-hover-text-color);--color-collapse-menu-text: var(--theme-icon-color);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.color-scheme.is-sunset{--color-primary: var(--studio-red-50);--color-primary-rgb: var(--studio-red-50-rgb);--color-primary-dark: var(--studio-red-70);--color-primary-dark-rgb: var(--studio-red-70-rgb);--color-primary-light: var(--studio-red-30);--color-primary-light-rgb: var(--studio-red-30-rgb);--color-primary-0: var(--studio-red-0);--color-primary-0-rgb: var(--studio-red-0-rgb);--color-primary-5: var(--studio-red-5);--color-primary-5-rgb: var(--studio-red-5-rgb);--color-primary-10: var(--studio-red-10);--color-primary-10-rgb: var(--studio-red-10-rgb);--color-primary-20: var(--studio-red-20);--color-primary-20-rgb: var(--studio-red-20-rgb);--color-primary-30: var(--studio-red-30);--color-primary-30-rgb: var(--studio-red-30-rgb);--color-primary-40: var(--studio-red-40);--color-primary-40-rgb: var(--studio-red-40-rgb);--color-primary-50: var(--studio-red-50);--color-primary-50-rgb: var(--studio-red-50-rgb);--color-primary-60: var(--studio-red-60);--color-primary-60-rgb: var(--studio-red-60-rgb);--color-primary-70: var(--studio-red-70);--color-primary-70-rgb: var(--studio-red-70-rgb);--color-primary-80: var(--studio-red-80);--color-primary-80-rgb: var(--studio-red-80-rgb);--color-primary-90: var(--studio-red-90);--color-primary-90-rgb: var(--studio-red-90-rgb);--color-primary-100: var(--studio-red-100);--color-primary-100-rgb: var(--studio-red-100-rgb);--color-accent: var(--studio-orange-50);--color-accent-rgb: var(--studio-orange-50-rgb);--color-accent-dark: var(--studio-orange-70);--color-accent-dark-rgb: var(--studio-orange-70-rgb);--color-accent-light: var(--studio-orange-30);--color-accent-light-rgb: var(--studio-orange-30-rgb);--color-accent-0: var(--studio-orange-0);--color-accent-0-rgb: var(--studio-orange-0-rgb);--color-accent-5: var(--studio-orange-5);--color-accent-5-rgb: var(--studio-orange-5-rgb);--color-accent-10: var(--studio-orange-10);--color-accent-10-rgb: var(--studio-orange-10-rgb);--color-accent-20: var(--studio-orange-20);--color-accent-20-rgb: var(--studio-orange-20-rgb);--color-accent-30: var(--studio-orange-30);--color-accent-30-rgb: var(--studio-orange-30-rgb);--color-accent-40: var(--studio-orange-40);--color-accent-40-rgb: var(--studio-orange-40-rgb);--color-accent-50: var(--studio-orange-50);--color-accent-50-rgb: var(--studio-orange-50-rgb);--color-accent-60: var(--studio-orange-60);--color-accent-60-rgb: var(--studio-orange-60-rgb);--color-accent-70: var(--studio-orange-70);--color-accent-70-rgb: var(--studio-orange-70-rgb);--color-accent-80: var(--studio-orange-80);--color-accent-80-rgb: var(--studio-orange-80-rgb);--color-accent-90: var(--studio-orange-90);--color-accent-90-rgb: var(--studio-orange-90-rgb);--color-accent-100: var(--studio-orange-100);--color-accent-100-rgb: var(--studio-orange-100-rgb);--color-link: var(--studio-orange-50);--color-link-rgb: var(--studio-orange-50-rgb);--color-link-dark: var(--studio-orange-70);--color-link-dark-rgb: var(--studio-orange-70-rgb);--color-link-light: var(--studio-orange-30);--color-link-light-rgb: var(--studio-orange-30-rgb);--color-link-0: var(--studio-orange-0);--color-link-0-rgb: var(--studio-orange-0-rgb);--color-link-5: var(--studio-orange-5);--color-link-5-rgb: var(--studio-orange-5-rgb);--color-link-10: var(--studio-orange-10);--color-link-10-rgb: var(--studio-orange-10-rgb);--color-link-20: var(--studio-orange-20);--color-link-20-rgb: var(--studio-orange-20-rgb);--color-link-30: var(--studio-orange-30);--color-link-30-rgb: var(--studio-orange-30-rgb);--color-link-40: var(--studio-orange-40);--color-link-40-rgb: var(--studio-orange-40-rgb);--color-link-50: var(--studio-orange-50);--color-link-50-rgb: var(--studio-orange-50-rgb);--color-link-60: var(--studio-orange-60);--color-link-60-rgb: var(--studio-orange-60-rgb);--color-link-70: var(--studio-orange-70);--color-link-70-rgb: var(--studio-orange-70-rgb);--color-link-80: var(--studio-orange-80);--color-link-80-rgb: var(--studio-orange-80-rgb);--color-link-90: var(--studio-orange-90);--color-link-90-rgb: var(--studio-orange-90-rgb);--color-link-100: var(--studio-orange-100);--color-link-100-rgb: var(--studio-orange-100-rgb);--color-masterbar-background: var(--studio-red-80);--color-masterbar-border: var(--studio-red-80);--color-masterbar-text: var(--studio-white);--color-masterbar-icon: var(--studio-white);--color-masterbar-highlight: var(--studio-yellow-20);--color-masterbar-item-hover-background: var(--studio-red-90);--color-masterbar-item-active-background: var(--studio-red-100);--color-masterbar-item-new-editor-background: var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--studio-red-70);--color-sidebar-background-rgb: var(--studio-red-70-rgb);--color-sidebar-border: var(--studio-red-80);--color-sidebar-text: var(--studio-white);--color-sidebar-text-rgb: var(--studio-white-rgb);--color-sidebar-text-alternative: var(--studio-red-10);--color-sidebar-gridicon-fill: var(--studio-red-5);--color-sidebar-menu-selected-background: var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb: var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text: var(--studio-yellow-80);--color-sidebar-menu-selected-text-rgb: var(--studio-yellow-80-rgb);--color-sidebar-menu-hover-background: var(--studio-red-80);--color-sidebar-menu-hover-background-rgb: var(--studio-red-80-rgb);--color-sidebar-menu-hover-text: var(--studio-white);--color-sidebar-submenu-background: var(--studio-red-60);--color-sidebar-submenu-text: var(--studio-white);--color-sidebar-submenu-hover-text: var(--studio-yellow-20);--color-sidebar-submenu-selected-text: var(--studio-white);--color-navredesign-sidebar-menu-selected-text: var(--studio-yellow-80);--color-navredesign-sidebar-submenu-text: var(--color-sidebar-submenu-text);--color-navredesign-sidebar-submenu-hover-text: var(--color-sidebar-submenu-hover-text);--color-collapse-menu-text: #facfd2;--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}.theme-jetpack-cloud,.color-scheme.is-jetpack-cloud{--color-primary: var(--studio-black);--color-primary-rgb: var(--studio-black-rgb);--color-primary-dark: var(--studio-gray-70);--color-primary-dark-rgb: var(--studio-gray-70-rgb);--color-primary-light: var(--studio-gray-30);--color-primary-light-rgb: var(--studio-gray-30-rgb);--color-primary-0: var(--studio-gray-0);--color-primary-0-rgb: var(--studio-gray-0-rgb);--color-primary-5: var(--studio-gray-5);--color-primary-5-rgb: var(--studio-gray-5-rgb);--color-primary-10: var(--studio-gray-10);--color-primary-10-rgb: var(--studio-gray-10-rgb);--color-primary-20: var(--studio-gray-20);--color-primary-20-rgb: var(--studio-gray-20-rgb);--color-primary-30: var(--studio-gray-30);--color-primary-30-rgb: var(--studio-gray-30-rgb);--color-primary-40: var(--studio-gray-40);--color-primary-40-rgb: var(--studio-gray-40-rgb);--color-primary-50: var(--studio-gray-50);--color-primary-50-rgb: var(--studio-gray-rgb);--color-primary-60: var(--studio-gray-60);--color-primary-60-rgb: var(--studio-gray-60-rgb);--color-primary-70: var(--studio-gray-70);--color-primary-70-rgb: var(--studio-gray-70-rgb);--color-primary-80: var(--studio-gray-80);--color-primary-80-rgb: var(--studio-gray-80-rgb);--color-primary-90: var(--studio-gray-90);--color-primary-90-rgb: var(--studio-gray-90-rgb);--color-primary-100: var(--studio-gray-100);--color-primary-100-rgb: var(--studio-gray-100-rgb);--color-accent: var(--studio-black);--color-accent-rgb: var(--studio-black-rgb);--color-accent-dark: var(--studio-gray-70);--color-accent-dark-rgb: var(--studio-gray-70-rgb);--color-accent-light: var(--studio-gray-30);--color-accent-light-rgb: var(--studio-gray-30-rgb);--color-accent-0: var(--studio-gray-0);--color-accent-0-rgb: var(--studio-gray-0-rgb);--color-accent-5: var(--studio-gray-5);--color-accent-5-rgb: var(--studio-gray-5-rgb);--color-accent-10: var(--studio-gray-10);--color-accent-10-rgb: var(--studio-gray-10-rgb);--color-accent-20: var(--studio-gray-20);--color-accent-20-rgb: var(--studio-gray-20-rgb);--color-accent-30: var(--studio-gray-30);--color-accent-30-rgb: var(--studio-gray-30-rgb);--color-accent-40: var(--studio-gray-40);--color-accent-40-rgb: var(--studio-gray-40-rgb);--color-accent-50: var(--studio-gray-50);--color-accent-50-rgb: var(--studio-gray-50-rgb);--color-accent-60: var(--studio-gray-60);--color-accent-60-rgb: var(--studio-gray-60-rgb);--color-accent-70: var(--studio-gray-70);--color-accent-70-rgb: var(--studio-gray-70-rgb);--color-accent-80: var(--studio-gray-80);--color-accent-80-rgb: var(--studio-gray-80-rgb);--color-accent-90: var(--studio-gray-90);--color-accent-90-rgb: var(--studio-gray-90-rgb);--color-accent-100: var(--studio-gray-100);--color-accent-100-rgb: var(--studio-gray-100-rgb);--color-link: var(--studio-jetpack-green-50);--color-link-rgb: var(--studio-jetpack-green-50-rgb);--color-link-dark: var(--studio-jetpack-green-70);--color-link-dark-rgb: var(--studio-jetpack-green-70-rgb);--color-link-light: var(--studio-jetpack-green-30);--color-link-light-rgb: var(--studio-jetpack-green-30-rgb);--color-link-0: var(--studio-jetpack-green-0);--color-link-0-rgb: var(--studio-jetpack-green-0-rgb);--color-link-5: var(--studio-jetpack-green-5);--color-link-5-rgb: var(--studio-jetpack-green-5-rgb);--color-link-10: var(--studio-jetpack-green-10);--color-link-10-rgb: var(--studio-jetpack-green-10-rgb);--color-link-20: var(--studio-jetpack-green-20);--color-link-20-rgb: var(--studio-jetpack-green-20-rgb);--color-link-30: var(--studio-jetpack-green-30);--color-link-30-rgb: var(--studio-jetpack-green-30-rgb);--color-link-40: var(--studio-jetpack-green-40);--color-link-40-rgb: var(--studio-jetpack-green-40-rgb);--color-link-50: var(--studio-gray-50);--color-link-50-rgb: var(--studio-gray-50-rgb);--color-link-60: var(--studio-jetpack-green-60);--color-link-60-rgb: var(--studio-jetpack-green-60-rgb);--color-link-70: var(--studio-jetpack-green-70);--color-link-70-rgb: var(--studio-jetpack-green-70-rgb);--color-link-80: var(--studio-jetpack-green-80);--color-link-80-rgb: var(--studio-jetpack-green-80-rgb);--color-link-90: var(--studio-jetpack-green-90);--color-link-90-rgb: var(--studio-jetpack-green-90-rgb);--color-link-100: var(--studio-jetpack-green-100);--color-link-100-rgb: var(--studio-jetpack-green-100-rgb);--color-masterbar-background: var(--studio-white);--color-masterbar-border: var(--studio-gray-5);--color-masterbar-text: var(--studio-gray-50);--color-masterbar-item-hover-background: var(--studio-white);--color-masterbar-item-active-background: var(--studio-white);--color-masterbar-item-new-editor-background: var(--studio-white);--color-masterbar-item-new-editor-hover-background: var(--studio-white);--color-masterbar-unread-dot-background: var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background: var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background: var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border: var(--studio-gray-10);--color-sidebar-background: var(--studio-white);--color-sidebar-background-rgb: var(--studio-white-rgb);--color-sidebar-border: var(--studio-gray-5);--color-sidebar-text: var(--studio-gray-60);--color-sidebar-text-rgb: var(--studio-gray-60-rgb);--color-sidebar-text-alternative: var(--studio-gray-60);--color-sidebar-gridicon-fill: var(--studio-gray-60);--color-sidebar-menu-selected-text: var(--studio-gray-90);--color-sidebar-menu-selected-text-rgb: var(--studio-gray-90-rgb);--color-sidebar-menu-selected-background: var(--studio-gray-0);--color-sidebar-menu-selected-background-rgb: var(--studio-gray-0-rgb);--color-sidebar-menu-selected-gridicon-fill: var(--studio-jetpack-green-50);--color-sidebar-menu-hover-text: var(--studio-gray-90);--color-sidebar-menu-hover-background: var(--studio-gray-0);--color-sidebar-menu-hover-background-rgb: var(--studio-gray-0-rgb);--color-scary-0: var(--studio-red-0);--color-scary-5: var(--studio-red-5);--color-scary-40: var(--studio-red-40);--color-scary-50: var(--studio-red-50);--color-scary-60: var(--studio-red-60);--color-scary-70: var(--studio-red-70);--wp-admin-theme-color: var(--color-accent);--wp-admin-theme-color-darker-20: var(--color-accent-60)}@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}.components-badge *,.components-badge *:before,.components-badge *:after{box-sizing:inherit}.components-badge{background-color:color-mix(in srgb,#fff 90%,var(--base-color));color:color-mix(in srgb,#000 50%,var(--base-color));padding:2px 8px;min-height:24px;border-radius:2px;line-height:0;max-width:100%;display:inline-block}.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__flex-wrapper{display:inline-flex;align-items:center;gap:2px;max-width:100%;font-size:12px;font-weight:400;line-height:20px}.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;font-weight:499;margin:0;border:0;cursor:var(--wpds-cursor-control, pointer);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none}@media not (prefers-reduced-motion){.components-button{transition:box-shadow .1s linear}}.components-button{height:36px;align-items:center;box-sizing:border-box;padding:4px 12px;border-radius:2px;color:var(--wp-components-color-foreground, #1e1e1e)}.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(:active){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.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(:active){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(:active){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: rgb(158.3684210526, 18.6315789474, 18.6315789474);--wp-components-color-accent-darker-20: rgb(112.7368421053, 13.2631578947, 13.2631578947)}.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:not(:active){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;font-weight:400;color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:from-font}@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{height:auto}.components-button.is-link:focus{border-radius:2px}.components-button.is-link:disabled,.components-button.is-link[aria-disabled=true]{color:#949494}.components-button:focus{outline:3px solid transparent}.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}@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-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%)}.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.has-icon.has-text.has-icon-right{padding-right:8px;padding-left:12px}.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(:active){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-pressed:focus{outline:2px solid transparent}.components-button:focus:active{outline:none}.components-button svg{fill:currentColor;outline:none;flex-shrink:0}@media (forced-colors: active){.components-button svg{fill:CanvasText}}@keyframes components-button__busy-animation{0%{background-position:200px 0}}.components-calendar{position:relative;box-sizing:border-box;display:inline flow-root;color:var(--wp-components-color-foreground, #1e1e1e);background-color:var(--wp-components-color-background, #fff);font-size:13px;font-weight:400;z-index:0}.components-calendar *,.components-calendar *:before,.components-calendar *:after{box-sizing:border-box}.components-calendar__day{padding:0;position:relative}.components-calendar__day:has(.components-calendar__day-button:disabled){color:var(--wp-components-color-gray-400, #ccc)}.components-calendar__day:has(.components-calendar__day-button:hover:not(:disabled)),.components-calendar__day:has(.components-calendar__day-button:focus-visible){color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-calendar__day-button{background:none;padding:0;margin:0;cursor:var(--wpds-cursor-control, pointer);justify-content:center;align-items:center;display:flex;position:relative;width:32px;height:32px;border:none;border-radius:2px;font:inherit;font-variant-numeric:tabular-nums;color:inherit}.components-calendar__day-button:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border:none;border-radius:2px}.components-calendar__day-button:after{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:none}.components-calendar__day-button:disabled{cursor:revert}@media (forced-colors: active){.components-calendar__day-button:disabled{text-decoration:line-through}}.components-calendar__day-button:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));outline-offset:1px}.components-calendar__caption-label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0;text-transform:capitalize}.components-calendar__button-next,.components-calendar__button-previous{border:none;border-radius:2px;background:none;padding:0;margin:0;cursor:var(--wpds-cursor-control, pointer);-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;width:32px;height:32px;color:inherit}.components-calendar__button-next:disabled,.components-calendar__button-next[aria-disabled=true],.components-calendar__button-previous:disabled,.components-calendar__button-previous[aria-disabled=true]{cursor:revert;color:var(--wp-components-color-gray-600, #949494)}.components-calendar__button-next:focus-visible,.components-calendar__button-previous:focus-visible{outline:var(--wp-admin-border-width-focus) solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.components-calendar__chevron{display:inline-block;fill:currentColor;width:16px;height:16px}.components-calendar[dir=rtl] .components-calendar__nav .components-calendar__chevron{transform:rotate(180deg);transform-origin:50%}.components-calendar__month-caption{display:flex;justify-content:center;align-content:center;height:32px;margin-bottom:12px}.components-calendar__months{position:relative;display:flex;justify-content:center;flex-wrap:wrap;gap:16px;max-width:fit-content}.components-calendar__month-grid{border-collapse:separate;border-spacing:0 4px}.components-calendar__nav{position:absolute;inset-block-start:0;inset-inline-start:0;inset-inline-end:0;display:flex;align-items:center;justify-content:space-between;height:32px}.components-calendar__weekday{width:32px;height:32px;padding:0;color:var(--wp-components-color-gray-700, #757575);text-align:center;text-transform:uppercase}.components-calendar__day--today:after{content:"";position:absolute;z-index:1;inset-block-start:2px;inset-inline-end:2px;width:0;height:0;border-radius:50%;border:2px solid currentColor}.components-calendar__day--selected:not(.components-calendar__range-middle):has(.components-calendar__day-button,.components-calendar__day-button:hover:not(:disabled)){color:var(--wp-components-color-foreground-inverted, #fff)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:before{background-color:var(--wp-components-color-foreground, #1e1e1e);border:1px solid transparent}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:disabled:before{background-color:var(--wp-components-color-gray-400, #ccc)}.components-calendar__day--selected:not(.components-calendar__range-middle) .components-calendar__day-button:hover:not(:disabled):before{background-color:var(--wp-components-color-gray-800, #2f2f2f)}.components-calendar__day--outside{color:var(--wp-components-color-gray-600, #949494)}.components-calendar__day--hidden{visibility:hidden}.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button,.components-calendar__range-start:not(.components-calendar__range-end) .components-calendar__day-button:before{border-start-end-radius:0;border-end-end-radius:0}.components-calendar__range-middle .components-calendar__day-button:before{background-color:color-mix(in srgb,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 4%,transparent);border-radius:0;border-width:1px 0;border-color:transparent;border-style:solid}.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button,.components-calendar__range-end:not(.components-calendar__range-start) .components-calendar__day-button:before{border-start-start-radius:0;border-end-start-radius:0}.components-calendar__day--preview svg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;color:color-mix(in srgb,var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 16%,transparent)}@media (forced-colors: active){.components-calendar__day--preview svg{color:inherit}}.components-calendar[dir=rtl] .components-calendar__day--preview svg{transform:scaleX(-1)}.components-calendar__day--preview.components-calendar__range-middle .components-calendar__day-button:before{border:none}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit{animation-duration:0s;animation-timing-function:cubic-bezier(.4,0,.2,1);animation-fill-mode:forwards}@media not (prefers-reduced-motion){.components-calendar__weeks-before-enter,.components-calendar__weeks-before-exit,.components-calendar__weeks-after-enter,.components-calendar__weeks-after-exit,.components-calendar__caption-after-enter,.components-calendar__caption-after-exit,.components-calendar__caption-before-enter,.components-calendar__caption-before-exit{animation-duration:.3s}}.components-calendar__weeks-before-enter,.components-calendar[dir=rtl] .components-calendar__weeks-after-enter{animation-name:slide-in-left}.components-calendar__weeks-before-exit,.components-calendar[dir=rtl] .components-calendar__weeks-after-exit{animation-name:slide-out-left}.components-calendar__weeks-after-enter,.components-calendar[dir=rtl] .components-calendar__weeks-before-enter{animation-name:slide-in-right}.components-calendar__weeks-after-exit,.components-calendar[dir=rtl] .components-calendar__weeks-before-exit{animation-name:slide-out-right}.components-calendar__caption-after-enter{animation-name:fade-in}.components-calendar__caption-after-exit{animation-name:fade-out}.components-calendar__caption-before-enter{animation-name:fade-in}.components-calendar__caption-before-exit{animation-name:fade-out}.components-checkbox-control{--checkbox-input-size: 24px}@media (min-width: 600px){.components-checkbox-control{--checkbox-input-size: 16px}}.components-checkbox-control{--checkbox-input-margin: 8px}.components-checkbox-control__label{line-height:var(--checkbox-input-size)}.components-checkbox-control:not(:has(:disabled)) .components-checkbox-control__label{cursor:var(--wpds-cursor-control, pointer)}.components-checkbox-control__input[type=checkbox]{border:1px solid #1e1e1e;margin-right:12px;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}@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]::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: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}.components-checkbox-control__input[type=checkbox]{background:#fff;color:#1e1e1e;clear:none;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:.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]:not(:disabled):is(:checked,: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]:not(:disabled){cursor:var(--wpds-cursor-control, pointer)}.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:var(--wpds-cursor-control, 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:has(:disabled) svg.components-checkbox-control__checked,.components-checkbox-control:has(:disabled) svg.components-checkbox-control__indeterminate{fill:var(--wp-components-color-gray-400, #ccc)}.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;isolation:isolate}.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}@media not (prefers-reduced-motion){.components-circular-option-picker__option{transition:.1s box-shadow ease}}.components-circular-option-picker__option{cursor:var(--wpds-cursor-control, pointer)}.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;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-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::placeholder{color:#1e1e1e9e}.components-combobox-control__suggestions-container{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;padding:0}.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:var(--wpds-cursor-control, 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;border-radius:3px 3px 0 0;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}.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}.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:var(--wpds-cursor-control, pointer);white-space:nowrap;font-weight:400}.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:32px;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{color:var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9));text-decoration:none}@media not (prefers-reduced-motion){.components-external-link{transition:outline .1s ease-out}}.components-external-link{outline:0 solid transparent;outline-offset:1px}.components-external-link:visited{color:var(--wpds-color-fg-interactive-brand, var(--wp-admin-theme-color, #3858e9))}.components-external-link:hover,.components-external-link:active{color:var(--wpds-color-fg-interactive-brand-active, var(--wp-admin-theme-color, #3858e9))}.components-external-link:focus{outline:var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) solid var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));box-shadow:none;border-radius:0}.components-external-link__contents{text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:from-font}.components-external-link__icon{line-height:1;display:inline-block;margin-inline-start:var(--wpds-dimension-padding-xs, 4px);font-weight:var(--wpds-typography-font-weight-regular, 400)}.components-form-toggle{position:relative;isolation:isolate;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}@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{overflow:hidden}.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}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__track:after{transition:.2s opacity ease}}.components-form-toggle .components-form-toggle__track:after{opacity:0}.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%}@media not (prefers-reduced-motion){.components-form-toggle .components-form-toggle__thumb{transition:.2s transform ease,.2s background-color ease-out}}.components-form-toggle .components-form-toggle__thumb{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}.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-form-toggle__track,.components-disabled .components-form-toggle .components-form-toggle__track{background-color:var(--wp-components-color-gray-100, #f0f0f0);border-color:var(--wp-components-color-gray-300, #ddd)}@media (forced-colors: active){.components-form-toggle.is-disabled .components-form-toggle__track,.components-disabled .components-form-toggle .components-form-toggle__track{border-color:GrayText}}.components-form-toggle.is-disabled .components-form-toggle__thumb,.components-disabled .components-form-toggle .components-form-toggle__thumb{background-color:var(--wp-components-color-gray-400, #ccc);box-shadow:none}@media (forced-colors: active){.components-form-toggle.is-disabled .components-form-toggle__thumb,.components-disabled .components-form-toggle .components-form-toggle__thumb{border-color:GrayText}}.components-form-toggle.is-disabled.is-checked .components-form-toggle__track,.components-disabled .components-form-toggle.is-checked .components-form-toggle__track{background-color:var(--wp-components-color-gray-400, #ccc);border-color:var(--wp-components-color-gray-400, #ccc)}@media (forced-colors: active){.components-form-toggle.is-disabled.is-checked .components-form-toggle__track,.components-disabled .components-form-toggle.is-checked .components-form-toggle__track{border-color:GrayText}.components-form-toggle.is-disabled.is-checked .components-form-toggle__track:after,.components-disabled .components-form-toggle.is-checked .components-form-toggle__track:after{border-top-color:GrayText}}.components-form-toggle.is-disabled.is-checked .components-form-toggle__thumb,.components-disabled .components-form-toggle.is-checked .components-form-toggle__thumb{background-color:#fff}.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:var(--wpds-cursor-control, pointer)}.components-form-token-field__input-container{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-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::placeholder{color:#1e1e1e9e}.components-form-token-field__input-container{width:100%;padding:0;cursor:text}.components-form-token-field__input-container.is-disabled{background:var(--wp-components-color-gray-100, #f0f0f0);border-color:var(--wp-components-color-gray-400, #ccc);cursor:default}.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;line-height:1;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-disabled .components-form-token-field__token-text,.components-form-token-field__token.is-disabled .components-form-token-field__remove-token.components-button{background:var(--wp-components-color-gray-100, #f0f0f0);color:var(--wp-components-color-gray-600, #949494)}.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}@media not (prefers-reduced-motion){.components-form-token-field__suggestions-list{transition:all .15s ease-in-out}}.components-form-token-field__suggestions-list{list-style:none;box-shadow:inset 0 1px #949494;margin:0;padding:0}.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:var(--wpds-cursor-control, 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:64px}.components-guide .components-modal__header .components-button{align-self:flex-start;margin:8px 8px 0 0;position:static}.components-guide .components-guide__container{display:flex;flex-direction:column;justify-content:space-between;margin-top:-64px;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 24px;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:24px}.components-button.components-guide__forward-button,.components-button.components-guide__finish-button{right:24px}[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));box-shadow:inset 0 0 0 calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3;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));box-shadow:inset 0 0 0 calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3;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));box-shadow:inset 0 0 0 calc(2 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1) + .5px) #ffffffb3}.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:499;white-space:nowrap}.components-menu-item__button,.components-menu-item__button.components-button{width:100%;font-weight:400}.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 var(--wpds-motion-duration-sm, .1s) var(--wpds-motion-easing-subtle, cubic-bezier(.15, 0, .15, 1)) 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 var(--wpds-motion-duration-sm, .1s) var(--wpds-motion-easing-subtle, cubic-bezier(.15, 0, .15, 1)) var(--wpds-motion-duration-xs, 50ms);animation-fill-mode:forwards}}.components-modal__frame{box-sizing:border-box}.components-modal__frame *,.components-modal__frame *:before,.components-modal__frame *:after{box-sizing:inherit}.components-modal__frame{align-self:flex-end;margin:0;width:100%;max-height:calc(100% - 40px);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;color:#1e1e1e;animation-name:components-modal__appear-animation;animation-fill-mode:forwards;animation-timing-function:var(--wpds-motion-easing-expressive, cubic-bezier(.25, 0, 0, 1))}.components-modal__frame h1,.components-modal__frame h2,.components-modal__frame h3{color:#1e1e1e}@media not (prefers-reduced-motion){.components-modal__frame{animation-duration:var(--wpds-motion-duration-md, .2s)}}.components-modal__screen-overlay.is-animating-out .components-modal__frame{animation-name:components-modal__disappear-animation;animation-timing-function:var(--wpds-motion-easing-expressive, cubic-bezier(.25, 0, 0, 1))}@media (min-width: 600px){.components-modal__frame{align-self:auto;border-radius:8px;margin:auto;width:auto;min-width:var(--wpds-dimension-surface-width-sm, 320px);max-width:calc(100% - 32px);max-height:calc(100% - 128px)}.components-modal__frame.has-size-small,.components-modal__frame.has-size-medium,.components-modal__frame.has-size-large{width:100%}.components-modal__frame.has-size-small{max-width:var(--wpds-dimension-surface-width-md, 400px)}.components-modal__frame.has-size-medium{max-width:var(--wpds-dimension-surface-width-lg, 560px)}.components-modal__frame.has-size-large{max-width:var(--wpds-dimension-surface-width-2xl, 960px)}}@media (min-width: 960px){.components-modal__frame{max-height:70%}}.components-modal__frame.is-full-screen{margin:0;width:100%;height:100%;max-height:none;border-radius:0}.components-modal__frame.is-full-screen :where(.components-modal__content){display:flex;margin-bottom:24px;padding-bottom:0}.components-modal__frame.is-full-screen :where(.components-modal__content)>:last-child{flex:1}@media (min-width: 600px){.components-modal__frame.is-full-screen{margin:auto;border-radius:8px;width:calc(100% - 32px);height:calc(100% - 32px)}}@media (min-width: 782px){.components-modal__frame.is-full-screen{width:calc(100% - 80px);height:calc(100% - 80px);max-width:none}}@keyframes components-modal__appear-animation{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes components-modal__disappear-animation{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@media (min-width: 600px){@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;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:20px;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:flex-start}.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 24px 24px;overflow:auto}.components-modal__content.hide-header{margin-top:0;padding-top:24px}.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{--wp-components-notice-background-color: var(--wpds-color-bg-surface-info-weak, #f3f9ff);--wp-components-notice-border-color: var(--wpds-color-stroke-surface-info, #9fbcdc);--wp-components-notice-text-color: var(--wpds-color-fg-content-info, #001b4f);box-sizing:border-box;display:grid;grid-template-columns:1fr auto;align-items:start;padding:var(--wpds-dimension-padding-md, 12px);border:var(--wpds-border-width-xs, 1px) solid var(--wp-components-notice-border-color);border-radius:var(--wpds-border-radius-lg, 8px);background-color:var(--wp-components-notice-background-color);color:var(--wp-components-notice-text-color);font-family:var(--wpds-typography-font-family-body, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);font-size:var(--wpds-typography-font-size-md, 13px);line-height:var(--wpds-typography-line-height-sm, 20px)}.components-notice.is-success{--wp-components-notice-background-color: var(--wpds-color-bg-surface-success-weak, #ebffed);--wp-components-notice-border-color: var(--wpds-color-stroke-surface-success, #8ac894);--wp-components-notice-text-color: var(--wpds-color-fg-content-success, #002900)}.components-notice.is-warning{--wp-components-notice-background-color: var(--wpds-color-bg-surface-warning-weak, #fff7e1);--wp-components-notice-border-color: var(--wpds-color-stroke-surface-warning, #d0b481);--wp-components-notice-text-color: var(--wpds-color-fg-content-warning, #2e1900)}.components-notice.is-error{--wp-components-notice-background-color: var(--wpds-color-bg-surface-error-weak, #fff6f5);--wp-components-notice-border-color: var(--wpds-color-stroke-surface-error, #daa39b);--wp-components-notice-text-color: var(--wpds-color-fg-content-error, #470000)}.components-notice__content{grid-column:1;grid-row:1;padding-block:calc((24px - 1lh)/2)}.components-notice__actions{grid-column:1;grid-row:2;display:flex;flex-wrap:wrap;align-items:center;gap:var(--wpds-dimension-gap-md, 12px);margin-top:var(--wpds-dimension-gap-sm, 8px)}.components-notice__dismiss{grid-column:2;grid-row:1;color:var(--wpds-color-fg-interactive-neutral, #1e1e1e);margin-inline-start:var(--wpds-dimension-gap-xs, 4px)}.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:var(--wpds-color-fg-interactive-neutral-active, #1e1e1e);background-color:transparent}.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{box-shadow:none}.components-notice-list{display:flex;flex-direction:column;gap:var(--wpds-dimension-gap-md, 12px);max-width:100vw;box-sizing:border-box}.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:499;text-align:left;color:#1e1e1e;border:none;box-shadow:none}@media not (prefers-reduced-motion){.components-panel__body-toggle.components-button{transition:.1s background ease-in-out}}.components-panel__body-toggle.components-button{height:auto}.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);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;-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}@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]::placeholder{color:#1e1e1e9e}.components-placeholder__input[type=url]{flex:1 1 auto}.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}.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}.components-placeholder.has-illustration{overflow:hidden}.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}.components-popover *,.components-popover *:before,.components-popover *:after{box-sizing:inherit}.components-popover{z-index:1000000;will-change:transform}.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__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;margin-right:12px;transition:none;border-radius:50%;width:24px;height:24px;min-width:24px;max-width:24px;position:relative}@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]{display:inline-flex;margin:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.components-radio-control__input[type=radio]:not(:disabled){cursor:var(--wpds-cursor-control, pointer)}.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__input[type=radio]:disabled{background:var(--wp-components-color-gray-100, #f0f0f0);border:1px solid var(--wp-components-color-gray-300, #ddd);opacity:1}.components-radio-control__input[type=radio]:disabled:checked:before{border-color:var(--wp-components-color-gray-400, #ccc);opacity:1}.components-radio-control__label{grid-column:2;grid-row:1}.components-radio-control:not(:disabled) .components-radio-control__label{cursor:var(--wpds-cursor-control, pointer)}.components-radio-control__label{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)}@media not (prefers-reduced-motion){.components-resizable-box__side-handle:before{transition:transform .1s ease-in;will-change:transform}}.components-resizable-box__side-handle:before{opacity:0}.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}.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:var(--wpds-dimension-surface-width-lg, 560px);box-sizing:border-box;cursor:var(--wpds-cursor-control, 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:var(--wpds-cursor-control, 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:var(--wpds-cursor-control, pointer);padding:3px var(--wpds-dimension-padding-lg, 16px);margin-left:0;font-weight:var(--wpds-typography-font-weight-regular, 400);color:var(--wpds-color-fg-interactive-neutral, #1e1e1e)}.components-tab-panel__tabs-item:disabled,.components-tab-panel__tabs-item[aria-disabled=true]{color:var(--wpds-color-fg-interactive-neutral-disabled, #8d8d8d)}.components-tab-panel__tabs-item:not(:disabled,[aria-disabled=true]):is(:hover,:focus-visible){color:var(--wpds-color-fg-interactive-neutral-active, #1e1e1e)}.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(--wpds-color-stroke-interactive-neutral-strong, #6e6e6e);height:calc(0 * var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)));border-radius:0}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:after{transition:height .1s linear}}.components-tab-panel__tabs-item.is-active:after{height:calc(1 * var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)));outline:2px solid transparent;outline-offset:-1px}.components-tab-panel__tabs-item:before{content:"";position:absolute;inset:var(--wpds-dimension-padding-md, 12px);pointer-events:none;box-shadow:0 0 0 0 transparent;border-radius:var(--wpds-border-radius-sm, 2px)}@media not (prefers-reduced-motion){.components-tab-panel__tabs-item:before{transition:box-shadow .1s linear}}.components-tab-panel__tabs-item:focus-visible:before{box-shadow:0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus-brand, var(--wp-admin-theme-color, #3858e9));outline:2px solid transparent}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item{border-radius:var(--wpds-border-radius-sm, 2px)}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item:after{display:none}.components-tab-panel__tabs[aria-orientation=vertical] .components-tab-panel__tabs-item.is-active{background:var(--wpds-color-bg-interactive-neutral-weak-active, #ededed)}.components-tab-panel__tab-content:focus{box-shadow:none;outline:none}.components-tab-panel__tab-content:focus-visible{box-shadow:0 0 0 var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)) var(--wpds-color-stroke-focus-brand, 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::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder{color:#1e1e1e9e}.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]{border-color:var(--wp-components-color-gray-600, #949494)}.components-text-control__input::placeholder,.components-text-control__input[type=text]::placeholder,.components-text-control__input[type=tel]::placeholder,.components-text-control__input[type=time]::placeholder,.components-text-control__input[type=url]::placeholder,.components-text-control__input[type=week]::placeholder,.components-text-control__input[type=password]::placeholder,.components-text-control__input[type=color]::placeholder,.components-text-control__input[type=date]::placeholder,.components-text-control__input[type=datetime]::placeholder,.components-text-control__input[type=datetime-local]::placeholder,.components-text-control__input[type=email]::placeholder,.components-text-control__input[type=month]::placeholder,.components-text-control__input[type=number]::placeholder{color:color-mix(in srgb,var(--wp-components-color-foreground, #1e1e1e),transparent 38%)}.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:var(--wpds-cursor-control, 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}.components-toolbar-group .components-toolbar-group.components-toolbar-group{border-width:0;margin:0}.components-toolbar-group{line-height: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}.components-validated-control:has(:is(input,select):invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent: #cc1818;border-color:#cc1818}.components-validated-control :is(textarea,input[type=text]):invalid[data-validity-visible]{--wp-admin-theme-color: #cc1818;--wp-components-color-accent: #cc1818;border-color:#cc1818}.components-validated-control .components-combobox-control__suggestions-container:has(input:invalid[data-validity-visible]):not(:has([aria-expanded=true])){--wp-components-color-accent: #cc1818}.components-validated-control__wrapper-with-error-delegate{position:relative}.components-validated-control__wrapper-with-error-delegate:has(select:invalid[data-validity-visible]) .components-input-control__backdrop{--wp-components-color-accent: #cc1818;border-color:#cc1818}.components-validated-control__wrapper-with-error-delegate:has(input[type=radio]:invalid[data-validity-visible]){--wp-components-color-accent: #cc1818}.components-validated-control__wrapper-with-error-delegate:has(input:invalid[data-validity-visible]) .components-form-token-field__input-container:not(:has([aria-expanded=true])){--wp-components-color-accent: #cc1818;border-color:#cc1818}.components-validated-control__error-delegate{position:absolute;top:0;height:100%;width:100%;opacity:0;pointer-events:none}.components-validated-control__indicator{display:flex;align-items:flex-start;gap:4px;margin:8px 0 0;font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:12px;line-height:16px;color:var(--wp-components-color-gray-700, #757575);animation:components-validated-control__indicator-jump .2s cubic-bezier(.68,-.55,.27,1.55)}.components-validated-control__indicator.is-invalid{color:#cc1818}.components-validated-control__indicator.is-valid{color:color-mix(in srgb,#000 30%,#4ab866)}.components-validated-control__indicator-icon{flex-shrink:0}.components-validated-control__indicator-spinner{margin:2px;width:12px;height:12px}@keyframes components-validated-control__indicator-jump{0%{transform:translateY(-4px);opacity:0}to{transform:translateY(0);opacity:1}}:root{--wp-admin-theme-color: #3858e9;--wp-admin-theme-color--rgb: 56, 88, 233;--wp-admin-theme-color-darker-10: rgb(33.0384615385, 68.7307692308, 230.4615384615);--wp-admin-theme-color-darker-10--rgb: 33.0384615385, 68.7307692308, 230.4615384615;--wp-admin-theme-color-darker-20: rgb(23.6923076923, 58.1538461538, 214.3076923077);--wp-admin-theme-color-darker-20--rgb: 23.6923076923, 58.1538461538, 214.3076923077;--wp-admin-border-width-focus: 2px}@media (min-resolution: 192dpi){:root{--wp-admin-border-width-focus: 1.5px}}.button-module_button{align-items:center;border-radius:var(--radius-sm);border:1px solid transparent;color:var(--color-foreground);cursor:pointer;display:inline-flex;flex-shrink:0;font-weight:var(--font-weight-medium);font-size:var(--text-sm);gap:calc(var(--spacing) * .5);justify-content:center;outline:none;transition:var(--transition-colors);letter-spacing:var(--text-base--tracking);white-space:nowrap;height:var(--spacing-8);padding:var(--spacing-2) var(--spacing-3)}.button-module_button:disabled{pointer-events:none;background-color:var(--color-muted);color:var(--color-muted-foreground)}.button-module_button:focus-visible{outline:2px solid var(--color-ring);outline-offset:1.5px}.button-module_pressed{color:var(--color-foreground)}.button-module_pressed svg{color:var(--color-foreground)}.button-module_primary{background-color:var(--color-primary);color:var(--color-primary-foreground)}.button-module_primary:hover:not(:disabled){background-color:color-mix(in srgb,var(--color-primary) 85%,#000)}.button-module_ghost{background-color:transparent;color:var(--color-muted-foreground)}.button-module_ghost svg{color:var(--color-muted-foreground)}.button-module_ghost:hover:not(:disabled){background:transparent;color:var(--color-foreground)}.button-module_ghost:hover:not(:disabled) svg{color:var(--color-foreground)}.button-module_ghost:disabled{background:transparent;opacity:.66}.button-module_ghost:focus-visible{outline-offset:0}.button-module_ghost.button-module_pressed{color:var(--color-foreground)}.button-module_ghost.button-module_pressed svg{color:var(--color-foreground)}.button-module_outline{box-shadow:var(--shadow-outline);background-color:var(--color-background)}.button-module_outline:hover:not(:disabled){box-shadow:var(--shadow-outline-strong)}.button-module_outline:focus-visible{outline-offset:0}.button-module_outline:disabled{background-color:var(--color-background)}.button-module_outline.button-module_pressed{color:var(--color-foreground)}.button-module_outline.button-module_pressed svg{color:var(--color-foreground)}.button-module_transparent{background-color:color-mix(in srgb,var(--color-background) 95%,transparent);color:var(--color-foreground);box-shadow:var(--shadow-lg)}.button-module_transparent:hover:not(:disabled){background-color:var(--color-background);box-shadow:var(--shadow-lg)}.button-module_link{background-color:transparent;color:var(--color-primary);font-weight:var(--font-weight-semibold);padding-left:var(--spacing-2);padding-right:var(--spacing-2);width:auto}.button-module_link:hover:not(:disabled){color:color-mix(in srgb,var(--color-primary) 85%,#000)}.button-module_link.button-module_pressed{color:var(--color-primary)}.button-module_link.button-module_pressed svg{color:var(--color-primary)}.button-module_icon{border-radius:var(--radius-xs);height:var(--spacing-8);padding:0;width:var(--spacing-8)}.button-module_sm{border-radius:var(--radius-xs);gap:0;height:var(--spacing-6);padding:0;width:var(--spacing-6)}.button-module_sm svg{height:var(--spacing-6);width:var(--spacing-6)}.button-module_lg{height:var(--spacing-10);border-radius:var(--radius-md);font-size:var(--text-base);padding-left:var(--spacing-3\.5);padding-right:var(--spacing-3\.5)}.button-module_withTextAndIcon{padding-left:var(--spacing-1);width:inherit}.button-module_sm.button-module_withTextAndIcon{padding-left:0;padding-right:var(--spacing-1)}.button-module_button svg{flex-shrink:0;pointer-events:none}.CollapsedView-module_button{border-radius:var(--radius-lg);height:var(--spacing-10);width:var(--spacing-10)}.Textarea-module_textarea{display:flex;width:100%;border-radius:var(--radius-md);border:0;font-size:var(--text-sm);line-height:var(--text-sm--line-height);background-color:transparent;padding:var(--spacing-2);scrollbar-width:none;resize:none}.Textarea-module_textarea::-moz-placeholder{color:var(--color-muted-foreground);font-weight:var(--font-weight-medium)}.Textarea-module_textarea::placeholder{color:var(--color-muted-foreground);font-weight:var(--font-weight-medium)}.Textarea-module_textarea:focus,.Textarea-module_textarea:focus-visible{outline:none;border:0;box-shadow:none}.Textarea-module_textarea:disabled{cursor:not-allowed;opacity:.5}.ChatInput-module_container{display:flex;align-items:end;gap:var(--spacing)}.ChatInput-module_container textarea{color:var(--color-foreground)}.ChatInput-module_textareaContainer{position:relative;flex:1;width:100%}.ChatInput-module_actions{display:flex;flex-direction:row;padding-left:var(--spacing);padding-right:var(--spacing);height:var(--spacing-10);gap:var(--spacing);align-items:center}.ChatInput-module_containerStacked{flex-direction:column;padding:var(--spacing-2);gap:var(--spacing)}.ChatInput-module_containerStacked .ChatInput-module_actions{width:100%;justify-content:space-between;padding-left:0;padding-right:0}.ChatInput-module_containerStacked .ChatInput-module_actions .ChatInput-module_button{min-width:var(--spacing-8);min-height:var(--spacing-8)}.ChatInput-module_button{border-radius:var(--radius-full)}.AnimatedPlaceholder-module_container{color:var(--color-muted-foreground);font-weight:var(--font-weight-medium);padding-left:var(--spacing-2);padding-right:var(--spacing-2);padding-top:var(--spacing-2);pointer-events:none;position:absolute;z-index:1}.SuggestionDropdown-module_container{position:relative}.SuggestionDropdown-module_chevron{margin-left:var(--spacing-0\.5);transition:transform .15s ease;flex-shrink:0}.SuggestionDropdown-module_chevronOpen{transform:rotate(180deg)}.SuggestionDropdown-module_dropdown{display:flex;flex-direction:column;background-color:var(--color-background);border-radius:var(--radius-sm);padding:var(--spacing-2);z-index:1000;box-shadow:var(--shadow-lg)}.agenttic.dark .SuggestionDropdown-module_dropdown{border:1px solid var(--color-muted)}.SuggestionDropdown-module_option{display:flex;align-items:center;width:100%;padding:var(--spacing-2);background:none;border:none;border-radius:var(--radius-sm);color:var(--color-foreground);font-size:var(--text-sm);font-weight:var(--font-weight-medium);font-family:inherit;cursor:pointer;text-align:start;white-space:nowrap}.SuggestionDropdown-module_option:hover{background-color:color-mix(in srgb,var(--color-background) 50%,var(--color-muted))}.SuggestionDropdown-module_option:focus{outline:none}.SuggestionDropdown-module_option:focus-visible{outline:2px solid var(--color-primary);outline-offset:-2px}.Suggestions-module_container{position:absolute;top:0;left:0;right:0;display:flex;flex-wrap:nowrap;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-1\.5);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.Suggestions-module_container::-webkit-scrollbar{display:none}.Suggestions-module_vertical{position:static;flex-direction:column;overflow:visible;gap:0;padding:0}.Suggestions-module_vertical .Suggestions-module_button{width:100%;height:unset;justify-content:start;font-size:var(--text-xs);line-height:20px;padding:14px 16px;border:1px solid var(--color-muted);border-radius:0;box-shadow:none}.Suggestions-module_vertical .Suggestions-module_button .Suggestions-module_suggestion-content--with-description{display:flex;flex-direction:column}.Suggestions-module_vertical .Suggestions-module_button .Suggestions-module_suggestion-content--with-description .Suggestions-module_label{font-weight:var(--font-weight-semibold)}.Suggestions-module_vertical .Suggestions-module_button .Suggestions-module_suggestion-content--with-description .Suggestions-module_description{color:var(--color-muted-foreground)}.Suggestions-module_vertical .Suggestions-module_button:hover{box-shadow:none;background-color:color-mix(in srgb,var(--color-background) 50%,var(--color-muted))}.Suggestions-module_vertical .Suggestions-module_button:focus-visible{outline-offset:-3px}.Suggestions-module_vertical>div+div .Suggestions-module_button{margin-top:-1px}.Suggestions-module_vertical>div:only-of-type .Suggestions-module_button{border-radius:8px}.Suggestions-module_vertical>div:first-of-type:not(:only-of-type) .Suggestions-module_button{border-radius:8px 8px 0 0}.Suggestions-module_vertical>div:last-of-type:not(:only-of-type) .Suggestions-module_button{border-radius:0 0 8px 8px}.Suggestions-module_floating{flex-direction:column;gap:var(--spacing-1);overflow:visible;padding:1px;padding-bottom:var(--spacing-1);z-index:-1}.MinimizedView-module_button{border-radius:var(--radius-lg);height:var(--spacing-10);width:100%;justify-content:flex-start;gap:var(--spacing-2);padding:0 var(--spacing-2)}.MinimizedView-module_button svg:not(.MinimizedView-module_chevron),.MinimizedView-module_button:hover:not(:disabled) svg:not(.MinimizedView-module_chevron){color:var(--color-primary)}.MinimizedView-module_button .MinimizedView-module_chevron,.MinimizedView-module_button:hover:not(:disabled) .MinimizedView-module_chevron{color:var(--color-muted-foreground)}.MinimizedView-module_title{flex:1;min-width:0;font-size:var(--text-base);text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Chat-module_container{font-size:var(--text-sm);line-height:var(--text-sm--line-height);font-weight:400;font-family:var(--font-sans);letter-spacing:var(--text-base--tracking);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.Chat-module_container.Chat-module_embedded{height:100%}.Chat-module_container.Chat-module_floating{position:fixed;z-index:50}.Chat-module_container.Chat-module_floating .Chat-module_content{background-color:var(--color-background);color:var(--color-foreground);overflow:hidden;min-height:56px;padding:var(--spacing-2);box-shadow:var(--shadow-lg)}.Chat-module_container.Chat-module_expanded .Chat-module_content{padding:var(--spacing-3)}.Chat-module_container.Chat-module_floating [data-slot=chat-input],.Chat-module_container.Chat-module_floating [data-slot=chat-input] .Chat-module_textareaContainer,.Chat-module_container.Chat-module_floating [data-slot=chat-input] .Chat-module_textareaContainer *,.Chat-module_container.Chat-module_floating textarea,.Chat-module_container.Chat-module_floating input{cursor:auto}.Chat-module_container.Chat-module_floating:active{cursor:grabbing}.ChatHeader-module_container{display:flex;align-items:center;justify-content:flex-end;gap:var(--spacing);cursor:grab}.ChatHeader-module_container:active{cursor:grabbing}.MessageActions-module_container{display:flex;align-items:center;flex-wrap:wrap;margin-top:var(--spacing-2);gap:var(--spacing-1)}.MessageActions-module_container button[aria-hidden=true]{display:none}.Message-module_message{display:flex;align-items:flex-start;padding:var(--spacing) var(--spacing-4);color:var(--color-foreground)}.Message-module_message.Message-module_user{padding:0 var(--spacing-4)}.Message-module_message.Message-module_user .Message-module_bubble{background-color:var(--color-muted);max-width:85%;padding:var(--spacing-3) var(--spacing-4);border-radius:var(--radius-xl);border-bottom-right-radius:var(--radius-sm)}.Message-module_message.Message-module_error{color:var(--color-error)}.Message-module_icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:calc(var(--text-sm) * var(--text-sm--line-height));margin-inline-end:var(--spacing-2)}.Message-module_content{flex:1;min-width:0;text-align:start;word-break:break-word;white-space:normal}.Message-module_message.Message-module_user .Message-module_content{display:flex;justify-content:flex-end}.Message-module_bubble{max-width:100%;min-width:0;overflow-wrap:anywhere}.Message-module_bubble pre{max-width:100%;overflow-x:auto;white-space:pre-wrap}.Message-module_message *{font-size:var(--text-sm);font-weight:400;line-height:var(--text-sm--line-height);color:var(--color-foreground)}.Message-module_message p{text-wrap-style:pretty;margin-top:0;margin-bottom:var(--spacing-3)}.Message-module_message a{color:var(--color-link)}.Message-module_message p:last-child{margin-bottom:0}.Message-module_message strong{font-weight:var(--font-weight-semibold)}.Message-module_message ol,.Message-module_message ul{margin-bottom:var(--spacing-3);padding-left:var(--spacing-6);margin-left:var(--spacing-2)}.Message-module_message ul{list-style-type:disc}.Message-module_message p+:where(ol,ul){margin-top:0}.Message-module_message li{margin-bottom:var(--spacing-2)}.Message-module_message li::marker{font-size:var(--text-sm)}.Message-module_message table{width:100%;margin:12px 0;border-collapse:collapse}.Message-module_message th,.Message-module_message td{padding:8px 12px;border:1px solid #ddd;text-align:left}.Message-module_message th{background-color:var(--color-muted);font-weight:600}.Message-module_message.Message-module_disabled{pointer-events:auto;filter:grayscale(50%)}.Message-module_message.Message-module_disabled .Message-module_content{opacity:.6}.Message-module_message.Message-module_disabled *{pointer-events:none}.Message-module_message.Message-module_disabled:hover,.Message-module_message.Message-module_disabled:hover .Message-module_content{pointer-events:auto}.Messages-module_container{display:flex;flex-direction:column;flex:1;padding-top:var(--spacing-1);padding-bottom:var(--spacing-6);gap:var(--spacing-8);overflow-y:auto;height:100%;position:relative;z-index:10}.Messages-module_bottomMessages>*:first-child{margin-top:auto}.animating .Messages-module_container::-webkit-scrollbar{display:none}.Messages-module_container [data-role=user]:has(+[data-role=user]),.Messages-module_container [data-role=agent]:has(+[data-role=agent]),.Messages-module_container [data-role=assistant]:has(+[data-role=assistant]){margin-bottom:calc(-1 * var(--spacing-6))}.Thinking-module_container{display:flex;align-items:flex-start;gap:var(--spacing);padding:0 var(--spacing-2);color:var(--color-muted-foreground);font-size:var(--text-sm)}.Thinking-module_icon{display:flex;align-items:center;justify-content:center}.Thinking-module_icon svg{width:var(--spacing-6);height:var(--spacing-6)}.Thinking-module_content{background:linear-gradient(90deg,color-mix(in srgb,currentColor 30%,transparent),currentColor,color-mix(in srgb,currentColor 30%,transparent));background-size:200% 100%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:Thinking-module_shimmer 2s infinite linear 0ms}@keyframes Thinking-module_shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Notice-module_container{position:relative;display:flex;align-items:center;margin:calc((var(--spacing-2)) * -1) calc((var(--spacing-2)) * -1) 0;padding:var(--spacing-2) var(--spacing-4);gap:var(--spacing-3);background-color:var(--color-muted);border-radius:calc(var(--radius-lg)) calc(var(--radius-lg)) 0 0;color:var(--color-muted-foreground)}.Notice-module_container *{font-size:var(--text-xs);font-weight:var(--font-weight-medium);line-height:var(--text-xs--line-height)}.Notice-module_isSuccess{background-color:var(--color-success-background);color:var(--color-success)}.Notice-module_isSuccess .Notice-module_icon svg path{fill:var(--color-success)}.Notice-module_isWarning{background-color:var(--color-warning-background);color:var(--color-warning)}.Notice-module_isWarning .Notice-module_icon svg path{fill:var(--color-warning)}.Notice-module_isError{background-color:var(--color-error-background);color:var(--color-error)}.Notice-module_isError .Notice-module_icon svg path{fill:var(--color-error)}.Notice-module_content{align-items:center;display:flex;flex:1;gap:var(--spacing);min-width:0}.Notice-module_content *{margin:0}.Notice-module_actions{align-items:center;display:flex;flex-shrink:0;gap:var(--spacing)}.Notice-module_action{height:auto;font-size:var(--text-xs);font-weight:var(--font-weight-bold);color:var(--color-foreground);border:none;padding:0}.Notice-module_action:hover:not(:disabled){color:var(--color-foreground);opacity:.8}.Notice-module_action:is(:focus,:focus-visible){outline-offset:0}.Notice-module_icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.Notice-module_icon svg{display:block;height:var(--spacing-5);width:var(--spacing-5)}.Notice-module_dismissible svg{display:block;width:var(--spacing-5);height:var(--spacing-5);color:var(--color-muted-foreground)}.ChatFooter-module_container{background-color:var(--color-popover-muted);border-radius:calc(var(--radius-lg) + 1px);border:1px solid var(--color-muted);color:var(--color-foreground);display:flex;flex-direction:column;gap:var(--spacing-2);padding:var(--spacing-2);position:relative;z-index:10}.ConversationView-module_container{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.ConversationView-module_container.ConversationView-module_withHeader{justify-content:space-between}.ConversationView-module_container:has([data-slot=suggestions]) [data-slot=messages]{padding-bottom:var(--spacing-12)}.AgentUIInputToolbar-module_container{position:relative}.AgentUIInputToolbar-module_button{display:flex;align-items:center;gap:var(--spacing-1);padding:calc(var(--spacing) * 1.5) calc(var(--spacing) * 2.5);background:var(--color-muted);color:var(--color-foreground);border-radius:calc(var(--radius) - 6px);font-size:var(--text-sm);font-family:inherit;cursor:pointer;border:none}.AgentUIInputToolbar-module_button:focus-visible{outline:2px solid var(--color-primary);outline-offset:1.5px}.AgentUIInputToolbar-module_icon{transition:transform .15s ease}.AgentUIInputToolbar-module_iconOpen{transform:rotate(180deg)}.AgentUIInputToolbar-module_dropdown{font-size:var(--text-sm);font-family:inherit;color:var(--color-foreground);background:var(--color-popover-muted);border:1px solid var(--color-muted);border-radius:calc(var(--radius) - 4px);padding:var(--spacing-2);z-index:1000}.AgentUIInputToolbar-module_dropdown:focus-visible{outline:2px solid var(--color-primary);outline-offset:1.5px}.ImageUploader-module_container{width:100%;padding:4px 0;align-self:flex-start;position:absolute;pointer-events:none}.ImageUploader-module_container.ImageUploader-module_active{position:relative;pointer-events:auto}.ImageUploader-module_uploader{position:relative;width:100%;transition:opacity .2s ease}.ImageUploader-module_uploader.ImageUploader-module_uploading{opacity:.9}.ImageUploader-module_content{width:100%}.ImageUploader-module_hiddenInput{display:none}.ImageUploader-module_clickArea{cursor:pointer;outline:none;width:100%}.ImageUploader-module_clickArea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:4px}.ImageUploader-module_draggingMessage{padding:60px 24px;text-align:center;border:1px dashed var(--color-muted);border-radius:12px;background-color:var(--color-muted);margin-bottom:8px;position:relative;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.ImageUploader-module_draggingMessage p{margin:0;color:var(--color-muted-foreground);font-size:15px;line-height:1.6}.ImageUploader-module_uploader.ImageUploader-module_draggingOver .ImageUploader-module_draggingMessage{border-color:var(--color-primary);background-color:transparent}.ImageUploader-module_preview{display:flex;flex-wrap:wrap;gap:16px;padding:0}.ImageUploader-module_previewItem{position:relative;display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px;border-radius:8px;border:none;background-color:var(--color-muted);cursor:move;transition:transform .2s ease,box-shadow .2s ease;width:150px}.ImageUploader-module_previewItem:active{cursor:grabbing}.ImageUploader-module_removeButton{position:absolute;top:-5px;right:-8px;width:20px;height:20px;border-radius:50%;border:none;background-color:var(--color-popover-muted, #2F2F2F);color:#fff;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;padding:0;opacity:0;transition:opacity .2s ease,background-color .2s ease}.ImageUploader-module_removeButton svg{color:var(--color-muted-foreground, #8F8F8F)}.ImageUploader-module_previewItem:hover .ImageUploader-module_removeButton{opacity:1}.ImageUploader-module_removeButton:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ImageUploader-module_previewImage{width:48px;height:48px;-o-object-fit:cover;object-fit:cover;border-radius:6px;flex-shrink:0}.ImageUploader-module_previewMeta{display:flex;flex-direction:column;gap:0px;flex:1;min-width:0}.ImageUploader-module_previewMeta span.ImageUploader-module_previewFilename{font-size:14px!important;color:var(--color-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400}.ImageUploader-module_previewMeta span.ImageUploader-module_previewType{font-size:12px!important;color:var(--color-muted-foreground);text-transform:uppercase;font-weight:400}.ImageUploader-module_uploadingIndicator{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--color-muted)}.ImageUploader-module_spinner{width:32px;height:32px;border:3px solid var(--color-muted);border-top-color:var(--color-primary);border-radius:50%;animation:ImageUploader-module_spin .8s linear infinite}@keyframes ImageUploader-module_spin{to{transform:rotate(360deg)}}.ImageUploader-module_invalidMessage{padding:16px;background-color:var(--color-error-background);border:1px solid var(--color-error);border-radius:8px;text-align:center}.ImageUploader-module_invalidMessage p{margin:0;color:var(--color-error);font-size:14px}.MessageDivider-module_container{display:flex;align-items:center;margin:var(--spacing-4) 0}.MessageDivider-module_line{flex:1;height:1px;background-color:var(--color-muted)}.MessageDivider-module_message{padding:0 var(--spacing-3);color:var(--color-muted-foreground);font-size:var(--text-sm)}.EmptyView-module_container{display:flex;flex-direction:column;align-items:start;justify-content:end;gap:var(--spacing-6)}.EmptyView-module_icon{font-size:calc(3 * var(--base-font-size));line-height:1;padding:0 var(--spacing-4);color:var(--color-link)}.EmptyView-module_heading,.EmptyView-module_help{font-size:var(--text-sm);font-weight:400;line-height:var(--text-sm--line-height);color:var(--color-foreground);margin:0;padding:var(--spacing) var(--spacing-4);max-width:400px}.EmptyView-module_suggestionsWrapper{width:100%;max-width:500px;position:relative}.ImageRenderer-module_container{display:grid;grid-template-columns:1fr 1fr;gap:2px;width:100%}.ImageRenderer-module_imageButton{position:relative;border:none;background:none;cursor:pointer;border-radius:calc(var(--radius-sm) + 1px);overflow:hidden;transition:var(--transition-colors);border:1px solid transparent;padding:1px}.ImageRenderer-module_imageButton:hover{border-color:var(--color-muted-foreground)}.ImageRenderer-module_imageButton.ImageRenderer-module_selected{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary);border-radius:calc(var(--radius-sm) + 1px)}.ImageRenderer-module_imageButton.ImageRenderer-module_disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.ImageRenderer-module_image{width:100%;height:auto;display:block;border-radius:var(--radius-sm);-o-object-fit:cover;object-fit:cover}.ImageRenderer-module_header{display:flex;margin-bottom:var(--spacing-1);color:var(--color-muted-foreground)}.agenttic .chart-block{--jp-gray-80: var(--color-foreground);margin:var(--spacing-1) 0;position:relative;width:100%;max-width:100%;box-sizing:border-box;overflow:visible;z-index:1000;font-family:var(--font-sans)}.agenttic .chart-block-title{margin:0 0 var(--spacing-2) 0;font-size:var(--text-sm);font-family:inherit;font-weight:var(--font-weight-bold, 700);word-wrap:break-word;white-space:normal;line-height:var(--text-sm--line-height);-webkit-hyphens:auto;hyphens:auto}.agenttic .chart-container{width:100%;height:auto;display:flex;flex-direction:column;align-items:stretch;z-index:1001;overflow:visible;position:relative;box-sizing:border-box}.agenttic .chart-container svg{overflow:visible!important}.agenttic .chart-error{padding:var(--spacing-4);border:1px solid var(--color-error);border-radius:var(--radius-sm);background-color:var(--color-muted);color:var(--color-error);font-size:var(--text-sm)}.agenttic .chart-error strong{display:inline-block;margin-bottom:var(--spacing-1)}.agenttic .chart-error details{margin-top:var(--spacing-2)}.agenttic .chart-error details summary{cursor:pointer;color:var(--color-muted-foreground)}.agenttic .chart-error details pre{margin-top:var(--spacing-2);padding:var(--spacing-2);background-color:var(--color-muted);border-radius:var(--radius-sm);overflow:auto;font-size:var(--text-sm)}.agenttic .chart-tooltip{line-height:1.2;font-size:11px;max-width:120px;min-width:auto;background:#000c;color:#fff;padding:var(--spacing-2) var(--spacing-4) var(--spacing-2) var(--spacing-2);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm)}.agenttic .chart-tooltip-date{font-size:10px;opacity:.8;margin-bottom:var(--spacing-1);color:#fffc;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:var(--spacing-1)}.agenttic .chart-tooltip-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-1)}.agenttic .chart-tooltip-row:last-child{margin-bottom:0}.agenttic .chart-tooltip-label{font-weight:var(--font-weight-normal);font-size:11px;color:#fffc;margin-right:var(--spacing-2)}.agenttic .chart-tooltip-value{font-weight:var(--font-weight-semibold);font-size:11px;color:#fff;text-align:right}.agenttic .chart-block .visx-axis-bottom text{font-size:11px}.agenttic .chart-block .visx-axis-bottom text.visx-axis-tick{text-anchor:middle}.agenttic .chart-block .visx-axis-bottom.rotate-labels .visx-axis-tick text{text-anchor:end;transform:rotate(-45deg);transform-origin:right center}.agenttic .chart-block .visx-legend .visx-legend-label{font-size:11px!important;max-width:none!important}.agenttic .chart-block .visx-legend{margin-top:8px;position:relative;z-index:1002}.agenttic .chart-block .visx-legend-item{display:flex;align-items:center;margin:0 8px}.agenttic .chart-block .visx-legend-shape{width:12px;height:12px;margin-right:6px;display:inline-block;flex-shrink:0}.agenttic .chart-block .visx-legend-shape svg{width:100%;height:100%;display:block}.agenttic .chart-block .visx-legend-shape rect{width:100%;height:100%}.agenttic .chart-block .visx-legend-shape circle{r:6;cx:6;cy:6}.agenttic .chart-block .visx-legend>div{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.agenttic .chart-block .visx-legend-item>div:first-child{margin-right:6px}.agenttic .chart-block .visx-legend [class*=legend] svg{opacity:1;visibility:visible}.agenttic .chart-block .visx-legend svg *{opacity:1;visibility:visible;fill:currentColor}.agenttic div[style*="pointer-events: none"][style*="position: absolute"]{z-index:10000!important}.visx-tooltip{z-index:10000!important;max-width:150px!important;word-wrap:break-word!important;white-space:normal!important}.agenttic{--base-font-size: 1rem;--color-white: #FFFFFF;--color-background: #FCFCFC;--color-foreground: #1F1F1F;--color-popover: #FCFCFC;--color-popover-muted: #FCFCFC;--color-primary: #2D5AF2;--color-primary-foreground: var(--color-white);--color-muted: #E9E9E9;--color-muted-foreground: #757575;--color-ring: var(--color-primary);--color-success-background: #F1F7F1;--color-success: var(--color-foreground);--color-warning-background: #F8F3E7;--color-warning: var(--color-foreground);--color-error-background: #FCF1F1;--color-error: #E7000B;--color-link: var(--color-primary);--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-weight-medium: 450;--font-weight-semibold: 500;--font-weight-bold: 600;--text-xs: calc(.8125 * var(--base-font-size));--text-xs--line-height: 1.538;--text-sm: calc(.875 * var(--base-font-size));--text-sm--line-height: 1.65;--text-base: calc(.9375 * var(--base-font-size));--text-base--line-height: 1.625;--text-base--tracking: -.01em;--spacing: calc(.25 * var(--base-font-size));--spacing-1: var(--spacing);--spacing-1\.5: calc(var(--spacing) * 1.5);--spacing-2: calc(var(--spacing) * 2);--spacing-3: calc(var(--spacing) * 3);--spacing-3\.5: calc(var(--spacing) * 3.5);--spacing-4: calc(var(--spacing) * 4);--spacing-5: calc(var(--spacing) * 5);--spacing-6: calc(var(--spacing) * 6);--spacing-7: calc(var(--spacing) * 7);--spacing-8: calc(var(--spacing) * 8);--spacing-9: calc(var(--spacing) * 9);--spacing-10: calc(var(--spacing) * 10);--spacing-12: calc(var(--spacing) * 12);--spacing-20: calc(var(--spacing) * 20);--radius: var(--base-font-size);--radius-xs: calc(var(--radius) - 10px);--radius-sm: calc(var(--radius) - 8px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 8px);--radius-full: 9999px;--shadow-sm: 0 0 0 1px color-mix(in srgb, var(--color-foreground) 10%, transparent), 0 0 6px color-mix(in srgb, var(--color-foreground) 5%, transparent);--shadow-lg: 0 0 0 1px rgba(0, 0, 0, .075), 0 2px 24px rgba(0, 0, 0, .075);--shadow-outline: 0 0 0 1px color-mix(in srgb, var(--color-foreground) 10%, transparent);--shadow-outline-strong: 0 0 0 1px color-mix(in srgb, var(--color-foreground) 25%, transparent);--transition-colors: color .15s cubic-bezier(.4, 0, .2, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), border-color .15s cubic-bezier(.4, 0, .2, 1), box-shadow .15s cubic-bezier(.4, 0, .2, 1), fill .15s cubic-bezier(.4, 0, .2, 1), stroke .15s cubic-bezier(.4, 0, .2, 1)}.agenttic.dark{--color-background: #1F1F1F;--color-foreground: #FFFFFF;--color-popover: #1F1F1F;--color-popover-muted: #2F2F2F;--color-muted: #464646;--color-muted-foreground: #8F8F8F;--color-success-background: #1F2E1F;--color-warning-background: #2E281F;--color-error-background: #2E1F1F;--color-error: #FFDDDF;--color-link: var(--color-white)}.agenttic.dark [data-slot=collapsed-view] svg{color:var(--color-white)}@layer base{.agenttic *,.agenttic :before,.agenttic :after,.agenttic ::backdrop,.agenttic ::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}.agenttic *{outline-color:var(--color-ring)}.agenttic button,.agenttic input,.agenttic select,.agenttic optgroup,.agenttic textarea,.agenttic ::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;background-color:transparent;opacity:1}.agenttic input,.agenttic select,.agenttic optgroup,.agenttic textarea,.agenttic ::file-selector-button{color:inherit;border-radius:0}.agenttic [data-slot=messages],.agenttic [data-slot=chat-input],.agenttic [data-slot=chat-footer],.agenttic [data-slot=chat-header] [data-slot=button]{cursor:default}}.odie-ai-disclosure{color:var(--studio-gray-50);font-size:.75rem;line-height:1.4;text-align:center;padding:8px 8px 0}.odie-ai-disclosure a,.odie-ai-disclosure a:visited{color:inherit;text-decoration:underline;text-decoration-color:var(--studio-gray-10);text-decoration-thickness:1px;text-underline-offset:2px;font-size:inherit}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden}: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-20: #2a46ce}.help-center h1,.help-center h2,.help-center h3,.help-center h4{color:#1d2327}a[href^="https://smooch.io/live-web-chat"]{display:none!important}.help-center>div.help-center__container{background-color:var(--color-surface);z-index:999990;cursor:default;transition:max-height .5s;animation:slideIn .2s ease-out forwards;transform-origin:bottom;position:fixed;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;color:var(--studio-gray-100)}.help-center>div.help-center__container.is-focused{z-index:999995}.help-center>div.help-center__container button.button-primary,.help-center>div.help-center__container button.button-secondary{font-size:1.25em}.help-center>div.help-center__container .button{text-decoration:none;font-size:.875em}.help-center>div.help-center__container>div{display:flex;flex-direction:column}.help-center>div.help-center__container .help-center__container-content button.section-nav-tab__link:focus,.help-center>div.help-center__container .help-center__container-content a.section-nav-tab__link:focus{box-shadow:none;outline:none}.help-center>div.help-center__container .help-center__section-title{font-size:.875em;font-weight:500;margin:8px 0}.help-center>div.help-center__container .help-center__loading{margin:2em 0;display:flex;align-items:center;justify-content:center;height:100%}.help-center>div.help-center__container .help-center__loading .spinner__outer{border-top-color:#3858e9}.help-center>div.help-center__container .help-center__loading .spinner__inner{border-top-color:#3858e9;border-right-color:#3858e9}.help-center>div.help-center__container.is-minimized{animation:none}.help-center>div.help-center__container.is-minimized .help-center__container-header{padding:8px 16px;cursor:pointer;height:56px}.help-center>div.help-center__container.is-minimized .help-center__container-content{display:none}.help-center>div.help-center__container.is-desktop{width:410px;height:80vh;max-height:800px;border-radius:16px;right:50px;bottom:50px}.help-center>div.help-center__container.is-desktop:not(.react-draggable-dragging){transition:all .2s ease-in-out}.help-center>div.help-center__container.is-desktop .help-center__container-content{visibility:visible}.help-center>div.help-center__container.is-desktop.is-minimized{height:56px;bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.help-center>div.help-center__container.is-desktop.is-minimized .help-center__container-content{visibility:hidden}.help-center>div.help-center__container.is-mobile{bottom:0;left:0;right:0;top:var(--masterbar-height, 0);max-height:calc(100% - 45px);height:calc(100% - var(--masterbar-height, 0));animation:none;transition:none}.help-center>div.help-center__container.is-mobile.is-minimized{min-height:56px;max-height:56px;top:calc(100vh - 56px)}@supports (height: 100dvh){.help-center>div.help-center__container.is-mobile.is-minimized{top:calc(100dvh - 56px)}}@keyframes slideIn{0%{opacity:0;bottom:30px}to{opacity:1;bottom:50px}}.help-center>div.help-center__container ::selection{background:#3858e9b3;color:var(--color-text)}.help-center:has(>div.help-center__container.is-mobile:not(.is-minimized)){position:fixed;top:0;right:0;bottom:0;left:0;z-index:999990;background-color:#00000059;pointer-events:none;animation:fadeIn .2s ease-out forwards}.help-center:has(>div.help-center__container.is-mobile:not(.is-minimized))>div.help-center__container{pointer-events:auto}.popover.help-center{z-index:999991}.popover.help-center .popover__arrow{z-index:1}.popover.help-center .popover__menu .help-center__container-header-menu-item{display:flex;flex-direction:row;align-items:center}.popover.help-center .popover__menu .help-center__container-header-menu-item:hover svg,.popover.help-center .popover__menu .help-center__container-header-menu-item:focus svg{fill:var(--color-text-inverted)}.help-center .help-center__container .components-card__header{padding:9px 16px}.help-center .help-center__container .components-card__header.is-minimized{padding:16px}.help-center .help-center__container .components-card__header .components-spinner{margin:0 8px}.help-center .help-center__container.is-minimized .help-center__container-header .help-center-header__text{flex:unset;cursor:pointer}.help-center .help-center__container .help-center__container-header{background-color:var(--color-surface);border:none;border-bottom:1px solid var(--color-border-subtle);border-radius:16px 16px 0 0}.help-center .help-center__container .help-center__container-header.has-unread{background:#3858e9;color:var(--studio-white);fill:var(--studio-white);border:none}.help-center .help-center__container .help-center__container-header.has-unread button{color:var(--studio-white)}.help-center .help-center__container .help-center__container-header .help-center-header__maximize:focus,.help-center .help-center__container .help-center__container-header .help-center-header__minimize:focus,.help-center .help-center__container .help-center__container-header .help-center-header__close:focus{outline:#3858e9 solid 2px}.help-center .help-center__container .help-center__container-header .help-center-header__text{display:flex;align-items:center;gap:4px;font-size:1em;font-weight:500;flex:1;cursor:move}.help-center .help-center__container .help-center__container-header .help-center-header__text :focus{outline:none}.help-center .help-center__container .help-center__container-header .help-center-header__text .help-center-header__article-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:200px}.help-center .help-center__container .help-center__container-header .help-center-header__text .help-center-header__unread-count{display:inline-block;margin-left:8px;box-sizing:border-box;padding:4px;width:24px;height:24px;background:var(--studio-white);border-radius:50%;font-size:.75em;color:#3858e9}.conversation-menu__wrapper{padding:4px 0;text-align:center}.conversation-menu__wrapper svg{fill:var(--studio-gray-70);padding:0 4px}.conversation-menu__wrapper button:disabled{color:var(--wp-components-color-gray-600, #949494)}.conversation-menu__wrapper button:disabled svg{fill:var(--wp-components-color-gray-600, #949494)}.conversation-menu__wrapper button{display:flex;align-items:center;width:100%;cursor:pointer;gap:8px;color:var(--studio-gray-70);border:none;background:unset;padding:8px 8px 8px 14px}.conversation-menu__wrapper button div{margin-bottom:2px;font-size:.875em}.conversation-menu__wrapper button:not(:disabled):hover,.conversation-menu__wrapper button:not(:disabled):focus{background-color:#3858e9;color:var(--studio-white)}.conversation-menu__wrapper button:not(:disabled):hover svg,.conversation-menu__wrapper button:not(:disabled):focus svg{fill:var(--studio-white)}.conversation-menu__wrapper button:not(:disabled):not(:hover){background-color:unset;color:var(--studio-gray-70)}.conversation-menu__wrapper button:not(:disabled):not(:hover) svg{fill:var(--studio-gray-70)}.conversation-menu__wrapper .conversation-menu__notification-toggle .components-form-toggle.is-checked .components-form-toggle__track{background-color:#3858e9;border-color:#3858e9}.conversation-menu__wrapper .conversation-menu__notification-toggle:hover label{cursor:initial}.help-center__container .help-center__container-content{flex-grow:1;scroll-behavior:smooth;overflow-y:auto;padding:0}.help-center__container .help-center__container-content .help-center__container-content-wrapper{height:100%}.help-center__container .help-center__container-content .help-center__container-content-wrapper>*{box-sizing:border-box}.help-center__container:has(.help-center__container-footer) .help-center__container-content:after{content:"";height:80px;margin-top:-79px;z-index:1;background:linear-gradient(to bottom,transparent,var(--color-surface));position:absolute;width:100%;pointer-events:none;opacity:calc(var(--scroll-progress, 80) / 80)}.components-card-footer.help-center__container-footer{height:auto;display:block;position:relative;padding:0}.components-card-footer.help-center__container-footer:empty{display:none}.components-card-footer.help-center__container-footer .button.help-center-contact-page__button{margin:16px;border:1px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));border-radius:8px;box-shadow:none;display:inline-block;text-align:center;width:calc(100% - 32px)}.components-card-footer.help-center__container-footer .button.help-center-contact-page__button:hover{box-shadow:none}.wp-core-ui .help-center-contact-page__button{background:unset}.help-center .inline-help__search{padding:16px;display:flex;flex-direction:column;gap:16px}.help-center .inline-help__search .card.search-card{all:unset;border:none;border-radius:unset;box-shadow:none}.help-center-search-results>ul{list-style:none;padding:0;text-align:left;border:1px solid var(--studio-gray-5);border-radius:8px;margin:0;overflow:hidden}.help-center-search-results .help-center-link__item{border-bottom:1px solid var(--studio-gray-5);display:block;line-height:1.3;margin-bottom:0}.help-center-search-results .help-center-link__item:first-child a:focus,.help-center-search-results .help-center-link__item:first-child button:focus{border-radius:8px 8px 0 0}.help-center-search-results .help-center-link__item:last-child{border-bottom:0}.help-center-search-results .help-center-link__item:last-child a:focus,.help-center-search-results .help-center-link__item:last-child button:focus{border-radius:0 0 8px 8px}.help-center-search-results .help-center-link__item .help-center-link__cell{display:block;width:100%}.help-center-search-results .help-center-link__item .help-center-link__cell:hover a,.help-center-search-results .help-center-link__item .help-center-link__cell:hover button{background:color-mix(in srgb,var(--color-surface) 98%,var(--wp-admin-theme-color, #3858e9));color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));cursor:pointer}.help-center-search-results .help-center-link__item .help-center-link__cell:hover svg{fill:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.help-center-search-results .help-center-link__item .help-center-link__cell a,.help-center-search-results .help-center-link__item .help-center-link__cell button{all:unset;padding:16px;display:flex;text-decoration:none;font-size:.875em;border-radius:2px;font-weight:400;align-items:center;transition:background-color .3s ease;line-height:1.4;width:100%;min-width:0;box-sizing:border-box;gap:8px}.help-center-search-results .help-center-link__item .help-center-link__cell a svg,.help-center-search-results .help-center-link__item .help-center-link__cell button svg{flex-shrink:0;fill:#757575;display:block}.help-center-search-results .help-center-link__item .help-center-link__cell a span,.help-center-search-results .help-center-link__item .help-center-link__cell button span{flex:1;min-width:0;text-align:left}.help-center-search-results .help-center-link__item .help-center-link__cell a:focus,.help-center-search-results .help-center-link__item .help-center-link__cell button:focus{color:var(--studio-gray-100);outline:#3858e9 solid 2px;outline-offset:-2px}.help-center-search-results .help-center-search-results-dev__resource{margin-right:13px;display:block;fill:var(--studio-blue-50);padding-left:19px;text-transform:uppercase;font-weight:500;font-size:.75em}.help-center-search-results .help-center-search-results__title{font-weight:500;line-height:1.4;display:block;font-size:.875em;text-align:left}.help-center-search-results .help-center-search-results__empty-results{margin:8px 0;font-size:.875em;color:var(--color-text-subtle);font-style:italic;text-align:left}.help-center-search-results .help-center-search-results__empty-results p{margin-bottom:16px}@media screen and (min-width: 661px){.help-center-search-results .help-center-search-results__empty-results{font-size:1em}}.help-center-more-resources>ul{list-style:none;padding:0;text-align:left;border:1px solid var(--studio-gray-5);border-radius:8px;margin:0;overflow:hidden}.help-center-more-resources .help-center-link__item{border-bottom:1px solid var(--studio-gray-5);display:block;line-height:1.3;margin-bottom:0}.help-center-more-resources .help-center-link__item:first-child a:focus,.help-center-more-resources .help-center-link__item:first-child button:focus{border-radius:8px 8px 0 0}.help-center-more-resources .help-center-link__item:last-child{border-bottom:0}.help-center-more-resources .help-center-link__item:last-child a:focus,.help-center-more-resources .help-center-link__item:last-child button:focus{border-radius:0 0 8px 8px}.help-center-more-resources .help-center-link__item .help-center-link__cell{display:block;width:100%}.help-center-more-resources .help-center-link__item .help-center-link__cell:hover a,.help-center-more-resources .help-center-link__item .help-center-link__cell:hover button{background:color-mix(in srgb,var(--color-surface) 98%,var(--wp-admin-theme-color, #3858e9));color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));cursor:pointer}.help-center-more-resources .help-center-link__item .help-center-link__cell:hover svg{fill:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.help-center-more-resources .help-center-link__item .help-center-link__cell a,.help-center-more-resources .help-center-link__item .help-center-link__cell button{all:unset;padding:16px;display:flex;text-decoration:none;font-size:.875em;border-radius:2px;font-weight:400;align-items:center;transition:background-color .3s ease;line-height:1.4;width:100%;min-width:0;box-sizing:border-box;gap:8px}.help-center-more-resources .help-center-link__item .help-center-link__cell a svg,.help-center-more-resources .help-center-link__item .help-center-link__cell button svg{flex-shrink:0;fill:#757575;display:block}.help-center-more-resources .help-center-link__item .help-center-link__cell a span,.help-center-more-resources .help-center-link__item .help-center-link__cell button span{flex:1;min-width:0;text-align:left}.help-center-more-resources .help-center-link__item .help-center-link__cell a:focus,.help-center-more-resources .help-center-link__item .help-center-link__cell button:focus{color:var(--studio-gray-100);outline:#3858e9 solid 2px;outline-offset:-2px}.inline-help__search .summary-button-title{text-align:left;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:3;word-break:break-word}.inline-help__search button.summary-button.components-button{padding:16px;margin-bottom:8px}.summary-button.has-unread-conversation .summary-button-strapline{position:relative;padding-left:12px}.summary-button.has-unread-conversation .summary-button-strapline:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background-color:#e65054}.help-center-support-chat__conversation-sub-information{color:var(--studio-gray-50);display:flex;font-size:.75em;align-items:center;gap:4px}@media screen{:root[data-theme=dark] .help-center-support-chat__conversation-sub-information{color:var(--dashboard__text-muted-color, var(--studio-gray-50))}}@media screen and (prefers-color-scheme: dark){:root[data-theme=system] .help-center-support-chat__conversation-sub-information{color:var(--dashboard__text-muted-color, var(--studio-gray-50))}}.help-center-support-chat__conversation-sub-information .help-center-support-chat__conversation-information-name{text-overflow:ellipsis;overflow:hidden;line-clamp:1}.help-center-support-chat__conversation-sub-information .help-center-support-chat__conversation-information-time{flex:0 0 auto}.help-center-support-chat__conversation-container{display:flex;flex-direction:row;justify-content:space-between;background-color:transparent;padding:16px;gap:8px;align-items:center;border-bottom:1px solid;border-color:#0000001a;text-decoration:none}.help-center-support-chat__conversation-container:hover{border-bottom:1px solid;border-color:#0003!important}.help-center-support-chat__conversation-container.is-unread-message{background-color:#ebf2fc}.help-center-support-chat__conversation-container.is-unread-message .help-center-support-chat__open-conversation{fill:#3858e9}.help-center-support-chat__conversation-container:not(.is-unread-message).is-closed,.help-center-support-chat__conversation-container:not(.is-unread-message).is-solved{background-color:var(--studio-gray-0)}.help-center-support-chat__conversation-container>*{display:flex}.help-center-support-chat__conversation-container .help-center-support-chat__conversation-avatar{align-self:center;flex-shrink:0;position:relative}.help-center-support-chat__conversation-container .help-center-support-chat__conversation-avatar .wordpress-logo{border-radius:50%;padding:10px;background-color:var(--wp-admin-theme-color, #3858e9);margin:0}.help-center-support-chat__conversation-container .help-center-support-chat__conversation-avatar img{border-radius:50%}.help-center-support-chat__conversation-container .help-center-support-chat__conversation-avatar.has-unread-messages{margin-right:10px}.help-center-support-chat__conversation-container .help-center-support-chat__conversation-avatar .help-center-support-chat__conversation-badge{position:absolute;top:50%;right:0%;transform:translate(50%,-50%);display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:12px;box-sizing:border-box;min-width:26px;height:20px;font-size:.75em;background-color:#3858e9;color:#fff}.help-center-support-chat__conversation-container .help-center-support-chat__conversation-information{display:flex;flex-direction:column;flex-grow:1;width:80%}.help-center-support-chat__conversation-container .help-center-support-chat__conversation-information .help-center-support-chat__conversation-information-message{display:-webkit-box;color:var(--color-text);font-weight:500;font-size:.875em;line-height:20px;letter-spacing:-.15px;text-overflow:ellipsis;overflow:hidden;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical}.help-center-support-chat__conversation-container .help-center-support-chat__open-conversation{color:var(--color-text);display:flex;align-items:center}.help-center-support-chat__conversation-container .help-center-support-chat__open-conversation svg{fill:currentColor}.help-center-support-chat__conversation-container:last-child{position:relative;z-index:1}.help-center-chat-history__loading{display:flex;flex-direction:row;justify-content:center;border-top:solid 1px #c3c4c7;padding-top:20px}.help-center-chat-history__no-results{padding:16px}.help-center .help-center-notice__container{margin:16px 0;background-color:var(--color-surface-backdrop);border-radius:4px;color:var(--color-text);padding:16px 21px;font-size:.875em;display:flex}.help-center .help-center-notice__container p{margin:0 0 0 16px}.help-center .help-center-notice__container .info-icon{display:block;fill:var(--studio-orange-40);margin-top:2px}.help-center .help-center-notice__container .components-external-link__icon{display:none}.help-center .help-center-notice__positive-feedback{font-size:.75em;color:var(--studio-gray-60);max-width:100%;overflow:hidden;text-overflow:ellipsis;margin:0}.help-center__notice{background-color:#fdf7e9;border-radius:8px;color:#644b1c;padding:8px 16px;display:flex;column-gap:8px;align-items:flex-start}.help-center__notice.email-fallback-notice{padding:8px}.help-center__notice.cookie-warning{margin-bottom:30px}.help-center__notice .help-center__notice-link{color:inherit}.help-center__notice .help-center__notice-icon{display:block;fill:#644b1c;flex:0 0 auto}.help-center__notice p{margin:0}.help-center__notice button.help-center__notice-link{font-size:.875em}.placeholder-lines__help-center{margin:16px;min-height:120px}.placeholder-lines__help-center-item{height:16px;margin:16px 0;border-radius:16px;background-color:var(--color-neutral-0);color:transparent;animation:placeholder-lines__help-center-loading 1.5s ease-in-out infinite;width:80%}.placeholder-lines__help-center-item:nth-child(1){width:85%;animation-delay:-.3s}.placeholder-lines__help-center-item:nth-child(2){width:65%;animation-delay:-.6s}.placeholder-lines__help-center-item:nth-child(3){width:75%;animation-delay:-.9s}.placeholder-lines__help-center-item:nth-child(4){width:55%;animation-delay:-1.2s}.placeholder-lines__help-center-item:after{content:" "}@keyframes placeholder-lines__help-center-loading{0%,to{opacity:.3}50%{opacity:.7}}.help-center .help-center__container .back-button__help-center{display:flex;color:var(--color-text);font-size:.875em;padding:0;gap:4px;cursor:pointer}.help-center .help-center__container .help-center-back-button__header{height:50px;display:flex;width:100%;position:absolute;top:50px;background:var(--color-surface);z-index:99;border-bottom:1px solid var(--studio-gray-0);padding:0 16px;box-sizing:border-box}.help-center .help-center__container .help-center__container-content .help-center__container-content-wrapper .help-center__container-chat{display:flex;height:100%;max-height:752px;flex-direction:column;max-width:410px;padding:0}.help-center .ticket-success-screen__help-center{text-align:center;margin-top:22px}.help-center .ticket-success-screen__help-center .ticket-success-screen__help-center-heading{font-size:1.25em;color:var(--studio-gray-100);margin:16px;font-weight:400}.help-center .ticket-success-screen__help-center .ticket-success-screen__help-center-message{font-size:.875em;color:var(--studio-gray-50);margin:16px}.help-center-article{padding:0}.help-center-article>*{box-sizing:border-box}.help-center-article .help-center-article__header a.help-center-article__external-button{padding:8px}.help-center-article .help-center-article-content{padding:16px;display:flex;flex-direction:column}.help-center-article .help-center-article-content .help-center-article-content__header .help-center-article-content__header-link{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:400;font-size:13px;line-height:20px;color:var(--studio-gray-60);margin:8px 0;display:block;text-decoration:none}.help-center-article .help-center-article-content .help-center-article-content__header .help-center-article-content__header-link svg.gridicons-external{top:3px;fill:currentColor;opacity:.6}.help-center-article .help-center-article-content .help-center-article-content__header h1.help-center-article-content__header-title{font-size:1.75rem;font-weight:600;line-height:1.2;margin-top:0}.help-center-article .help-center-article-content .help-center-article-content__main{--help-center-article-content-text-color: var( --color-foreground, var( --color-text ) );--help-center-article-content-muted-text-color: var( --color-muted-foreground, color-mix( in srgb, var( --help-center-article-content-text-color ) 70%, var( --color-surface ) ) );color:var(--help-center-article-content-text-color);font-size:1rem;line-height:1.7;margin:0;padding-top:16px;position:relative;overflow-wrap:break-word;word-wrap:break-word}.help-center-article .help-center-article-content .help-center-article-content__main h2,.help-center-article .help-center-article-content .help-center-article-content__main h3,.help-center-article .help-center-article-content .help-center-article-content__main h4,.help-center-article .help-center-article-content .help-center-article-content__main h5{font-weight:600;color:var(--help-center-article-content-text-color);margin:8px 0}.help-center-article .help-center-article-content .help-center-article-content__main button.button.is-borderless:focus,.help-center-article .help-center-article-content .help-center-article-content__main a.button.is-borderless:focus{color:#043959;box-shadow:0 0 0 1px #4f94d4,0 0 2px 1px #4f94d4cc;outline:1px solid transparent;border-color:inherit}.help-center-article .help-center-article-content .help-center-article-content__main a[name=toc] span{color:var(--help-center-article-content-text-color);font-size:1rem}.help-center-article .help-center-article-content .help-center-article-content__main p.toc-jump,.help-center-article .help-center-article-content .help-center-article-content__main .clipboard-button{display:none}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-a8c-support-table-of-contents{background-color:var(--studio-blue-5);padding:16px}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-a8c-support-table-of-contents ol{list-style-type:none;margin:0}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-a8c-support-table-of-contents li{margin-bottom:0}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-a8c-support-table-of-contents li a{font-size:15px;line-height:1.6;text-decoration:none}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-a8c-support-table-of-contents li ol{margin-left:1em}@media screen{:root[data-theme=dark] .help-center-article .help-center-article-content .help-center-article-content__main p a:not(.button):not(.wp-block-button__link),:root[data-theme=dark] .help-center-article .help-center-article-content .help-center-article-content__main li:not(.wp-block-a8c-support-table-of-contents li) a:not(.button):not(.wp-block-button__link){color:var(--wp-admin-theme-color-darker-20);text-decoration:underline;text-underline-offset:.12em}}.help-center-article .help-center-article-content .help-center-article-content__main p{font-size:15px;line-height:1.6;color:var(--help-center-article-content-text-color)}.help-center-article .help-center-article-content .help-center-article-content__main ul,.help-center-article .help-center-article-content .help-center-article-content__main ol.wp-block-list{font-size:.875rem;color:var(--help-center-article-content-text-color);list-style-position:outside;margin:0 0 1.5em 1.5em}.help-center-article .help-center-article-content .help-center-article-content__main ul ul,.help-center-article .help-center-article-content .help-center-article-content__main ul li,.help-center-article .help-center-article-content .help-center-article-content__main ol.wp-block-list ul,.help-center-article .help-center-article-content .help-center-article-content__main ol.wp-block-list li{margin-bottom:0}.help-center-article .help-center-article-content .help-center-article-content__main ul{list-style-type:circle}.help-center-article .help-center-article-content .help-center-article-content__main span.noticon.noticon-star{color:var(--studio-yellow-20)}.help-center-article .help-center-article-content .help-center-article-content__main .help-center-article-content__header{margin-bottom:0}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-quote{background-color:var(--color-neutral-0);border-left:none;padding:16px;color:var(--help-center-article-content-text-color)}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-separator{margin:auto;border-bottom:1px solid var(--color-neutral-10);border-top:0;width:100%}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-group__inner-container{background-color:var(--color-neutral-0);padding:16px 0}.help-center-article .help-center-article-content .help-center-article-content__main :where(.wp-block-group.has-background){padding:0}.help-center-article .help-center-article-content .help-center-article-content__main .has-background{padding:16px}.help-center-article .help-center-article-content .help-center-article-content__main .has-background.has-gray-theme-background-color{background-color:var(--studio-gray-0)}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-button{width:100%}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-button .wp-block-button__link{background-color:var(--color-surface);border:1px solid var(--color-neutral-10);border-radius:2px;box-sizing:border-box;color:var(--help-center-article-content-text-color);display:inline-block;font-size:.875rem;padding:8px 14px;text-align:center;text-decoration:none;width:100%}.help-center-article .help-center-article-content .help-center-article-content__main .button-primary{background-color:var(--wp-admin-theme-color);border:1px solid var(--wp-admin-theme-color);border-radius:2px;color:var(--color-text-inverted);font-size:.875rem;padding:4px 14px;width:100%}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column{padding:.5em;border-radius:4px;border:1px solid var(--studio-gray-5);background:var(--color-surface)}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column .wp-block-quote{margin:0;background:var(--color-surface)}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column .has-text-align-center{text-align:center}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column .has-large-font-size{font-size:40px;line-height:48px}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column .is-vertically-aligned-center{align-self:center}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column .wp-block-jetpack-layout-grid{display:grid;grid-template-columns:repeat(4,1fr)}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none{grid-gap:0}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1>.wp-block-jetpack-layout-grid-column:nth-child(1){grid-row-start:1}.help-center-article .help-center-article-content .help-center-article-content__main .callout .wp-block-column .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2>.wp-block-jetpack-layout-grid-column:nth-child(2){grid-column-start:2;grid-column-end:span 4}.help-center-article .help-center-article-content .help-center-article-content__main figure.wp-block-image{border:1px solid #e0e0e0;border-radius:4px;padding:16px}.help-center-article .help-center-article-content .help-center-article-content__main figure.wp-block-image img{border-radius:2px}.help-center-article .help-center-article-content .help-center-article-content__main figure.wp-block-image figcaption{display:block;padding:12px 0 0}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-columns-is-layout-flex{display:block!important}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-heading{scroll-margin-top:15px;line-height:1.4;margin:1.5rem 0 .25rem}.help-center-article .help-center-article-content .help-center-article-content__main h1{font-size:2rem;font-weight:600;margin:0 0 16px}.help-center-article .help-center-article-content .help-center-article-content__main h2{font-size:1.25rem}.help-center-article .help-center-article-content .help-center-article-content__main h3{font-size:.9375rem;font-weight:600;margin:0 0 8px}.help-center-article .help-center-article-content .help-center-article-content__main h4{font-size:.8125rem;font-weight:600;margin:0 0 8px}.help-center-article .help-center-article-content .help-center-article-content__main h5{font-size:.6875rem}.help-center-article .help-center-article-content .help-center-article-content__main p,.help-center-article .help-center-article-content .help-center-article-content__main>div{margin:0 0 1em}.help-center-article .help-center-article-content .help-center-article-content__main p:last-child,.help-center-article .help-center-article-content .help-center-article-content__main>div:last-child{margin-bottom:0}.help-center-article .help-center-article-content .help-center-article-content__main blockquote{padding:0 24px 0 32px;margin:16px 0 32px;border-left:3px solid var(--color-neutral-0);color:var(--help-center-article-content-muted-text-color);font-weight:400;background:transparent}.help-center-article .help-center-article-content .help-center-article-content__main hr{background:var(--color-neutral-0);margin:24px 0}.help-center-article .help-center-article-content .help-center-article-content__main img{max-width:100%;height:auto;display:inline;margin:auto auto 12px}.help-center-article .help-center-article-content .help-center-article-content__main figure img{display:inherit;margin-bottom:0}.help-center-article .help-center-article-content .help-center-article-content__main audio{display:block;width:100%;margin:24px auto}.help-center-article .help-center-article-content .help-center-article-content__main iframe[class^=twitter-],.help-center-article .help-center-article-content .help-center-article-content__main iframe[class^=instagram-],.help-center-article .help-center-article-content .help-center-article-content__main .fb_iframe_widget{display:block;margin:24px auto!important}@media (min-width: 661px){.help-center-article .help-center-article-content .help-center-article-content__main .alignleft{max-width:100%;float:left;margin-top:12px;margin-bottom:12px;margin-right:32px}.help-center-article .help-center-article-content .help-center-article-content__main .alignright{max-width:100%;float:right;margin-top:12px;margin-bottom:12px;margin-left:32px;display:block!important}}@media (max-width: 660px){.help-center-article .help-center-article-content .help-center-article-content__main .alignleft,.help-center-article .help-center-article-content .help-center-article-content__main .alignright{clear:both;margin-top:24px;margin-bottom:24px}}.help-center-article .help-center-article-content .help-center-article-content__main .aligncenter,.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignnone{clear:both;display:block;margin-top:24px;margin-bottom:24px}.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption{position:relative;max-width:100%}.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignright{float:right}.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignleft{float:left}.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignright,.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignleft{max-width:100%}@media (min-width: 661px){.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignright,.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignleft{max-width:50%}}.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignright img.alignright,.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignright img.alignleft,.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignleft img.alignright,.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption.alignleft img.alignleft{float:none}.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption img{display:block;margin:0 auto}.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption-text,.help-center-article .help-center-article-content .help-center-article-content__main figure figcaption,.help-center-article .help-center-article-content .help-center-article-content__main figure .caption,.help-center-article .help-center-article-content .help-center-article-content__main .wp-caption .wp-media-credit{padding:12px;margin:0;font-size:.875rem;text-align:center;color:var(--help-center-article-content-muted-text-color);display:block!important}.help-center-article .help-center-article-content .help-center-article-content__main .video-plh-notice{position:relative;margin-bottom:24px;padding:11px 24px;border-radius:2px;background:var(--color-neutral-0);box-sizing:border-box;font-size:.875rem;line-height:1.4285;animation:appear .3s ease-in-out}@media (min-width: 661px){.help-center-article .help-center-article-content .help-center-article-content__main .video-plh-notice{padding:13px 48px;font-size:inherit}}.help-center-article .help-center-article-content .help-center-article-content__main sup,.help-center-article .help-center-article-content .help-center-article-content__main sub{vertical-align:baseline;position:relative;font-size:.75rem}.help-center-article .help-center-article-content .help-center-article-content__main sup{top:-.4em}.help-center-article .help-center-article-content .help-center-article-content__main sub{bottom:-.2em}.help-center-article .help-center-article-content .help-center-article-content__main table th,.help-center-article .help-center-article-content .help-center-article-content__main table td{padding:10px}.help-center-article .help-center-article-content .help-center-article-content__main img:first-child{margin-top:0}.help-center-article .help-center-article-content .help-center-article-content__main .a8c-table-of-contents>p,.help-center-article .help-center-article-content .help-center-article-content__main .a8c-table-of-contents>button{display:none}.help-center-article .help-center-article-content .help-center-article-content__main .a8c-table-of-contents ol.toc-parent-list{padding-left:0}.help-center-article .help-center-article-content .help-center-article-content__main .a8c-table-of-contents .after-toc{display:none}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-embed__wrapper{position:relative}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-embed__wrapper:before{content:"";display:block;padding-top:56.25%}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-embed__wrapper iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.help-center-article .help-center-article-content .help-center-article-content__main.help-center-article-content__main--with-lesson-navigation .wp-block-embed.is-type-video{margin-left:-16px;margin-right:-16px;max-width:none;width:calc(100% + 32px)}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-update-plan-cta .container .card{margin-top:16px}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-update-plan-cta .container .card .small{font-size:.75rem}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-update-plan-cta .container .card .title{font-size:1.25rem}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-update-plan-cta .plan-options{display:none}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-tabs .aligncenter{margin-left:auto;margin-right:auto}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-tabs .wpsupport3-tab__tablist{display:flex;align-items:center;gap:24px;white-space:nowrap;overflow-x:auto;border-bottom:1px solid var(--wp--preset--color--border-light-gray, #eee)}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-tabs .wpsupport3-tab__tablist .wpsupport3-tab__title{padding:8px 0;color:var(--blue-blue-50, #0675c4);font-size:1rem;line-height:24px;border:none;background:none;border-bottom:1px solid transparent;transition:border-bottom .3s}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-tabs .wpsupport3-tab__tablist .wpsupport3-tab__title:focus{outline:none}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-tabs .wpsupport3-tab__tablist .wpsupport3-tab__title:hover{text-decoration:none}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-tabs .wpsupport3-tab__tablist .wpsupport3-tab__title[aria-selected=true]{color:var(--gray-gray-100, #101517);border-bottom:1px solid var(--gray-gray-100, #101517)}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-tab{margin-top:32px;display:none}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-wpsupport3-tab:not([aria-hidden=true]){display:block;animation:fadeIn .5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.help-center-article .help-center-article-content .help-center-article-content__main .wp-block-newspack-blocks-homepage-articles .entry-wrapper .entry-title a{text-decoration:underline}.help-center-article .help-center-article-content .help-center-article-content__main .help-center-external-link-icon{color:currentColor;fill:currentColor;position:relative;vertical-align:sub}.help-center-article .help-center-article-content .help-center-article-content__main .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.help-center-article .help-center-article__error{padding:16px 30px 20px;font-size:.875rem;color:var(--color-text)}.help-center-article .help-center-article-lesson-navigation{display:flex;justify-content:space-between;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid var(--color-neutral-10)}.help-center-article .help-center-article-lesson-navigation__link{font-size:1rem;font-weight:500;color:var(--studio-gray-80);text-decoration:none}.help-center-article .help-center-article-lesson-navigation__link:hover{text-decoration:underline}.help-center-article .help-center-article-lesson-navigation__link--next{margin-left:auto;text-align:right}.help-center-feedback__form{margin-top:2.5rem}.help-center-feedback__form p{font-size:.875rem;font-style:italic;margin-bottom:.5rem}.help-center-feedback__form .help-center-feedback-form__buttons{display:flex;flex-direction:row;gap:20px}.help-center-feedback__form .help-center-feedback-form__buttons button{display:flex;flex-direction:row;align-items:center;gap:5px;cursor:pointer;color:var(--color-text);background-color:transparent;border:none;padding:0}.help-center-feedback__form .help-center-feedback-form__buttons button svg{fill:currentColor}.help-center__container .back-to-top-button__help-center{position:sticky;bottom:-35px;left:0;z-index:2;margin:0 auto;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:visibility 0s linear .3s,opacity .3s}.help-center__container .back-to-top-button__help-center.is-visible{visibility:visible;opacity:1;transition:visibility 0s linear 0s,opacity .3s}.chatbox{width:100%;height:100%;display:flex;flex-direction:column}.chatbox-toggle{padding:0;background-color:transparent;z-index:999;transform:translate(0);transition:transform .5s ease-in-out;outline:none!important;box-shadow:none!important;border:none!important;position:fixed;right:248px;bottom:330px}.chatbox-messages{overflow-y:auto;overflow-x:hidden;word-wrap:break-word;font-size:medium;max-width:100%;line-height:1.4;display:flex;flex-direction:column;align-items:flex-start;height:100%;overscroll-behavior:contain;padding-top:16px;gap:24px;box-sizing:border-box}.chatbox-messages .chatbox-loading-chat__spinner{display:flex;width:100%;justify-content:center;padding:16px 0}.chatbox-messages .chatbox-loading-chat__spinner .components-spinner{color:#3858e9}.chatbox-messages .odie-chat__date{display:flex;flex-direction:row;justify-content:center;width:100%;padding-bottom:16px;color:var(--studio-gray-50);font-size:.75rem}.odie-chatbox-message-dislike-feedback{min-height:235px;gap:18px;justify-content:flex-start}.chat-box-message-container{width:100%;height:0;flex:1;background-color:var(--color-surface, #fff)}.using-environment-badge{margin-bottom:86px;height:calc(100vh - 206px)}.chatbox-header-button{color:var(--color-foreground);border:none;outline:none;padding:0;cursor:pointer;background:none;font-size:large;font-weight:400;text-align:left;width:100%}.odie-chat-message-input-container{padding:16px}.odie-chat-message-input-container.agenttic{--radius: 16px}.odie-chat-message-input-container.agenttic .Notice-module_containerWithIcon{background-color:#cc18180a;border:1px solid rgba(0,0,0,.1019607843)}.odie-chat-message-input-container.agenttic .Notice-module_containerWithIcon svg{fill:#8c0b0b}.odie-chat-message-input-container.agenttic .Notice-module_content p{color:var(--studio-gray-80)}.odie-chat-message-input-container.agenttic .Textarea-module_textarea:focus{box-shadow:none}.chatbox-message__dislike-thumb{display:flex;width:96%;justify-content:flex-end;margin-top:4px}.chatbox-message__dislike-thumb svg{padding:14px;background-color:#3858e9;border-radius:2px}.odie-chatbox__action-message{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.odie-chatbox__action-message .odie-chatbox-dislike-feedback-message{flex:1}.odie-chatbox__action-message .odie-chatbox-dislike-feedback-message p{width:80%;display:flex;padding:16px;align-items:center;justify-content:start;background-color:var(--studio-gray-0);border-radius:8px 8px 8px 0;font-size:.875rem;margin-bottom:0}.odie-chatbox__action-message .odie-chatbox-dislike-feedback-message p:nth-of-type(2){margin-top:8px}.odie-chatbox__action-message .odie-chatbox-typing-placeholder{margin:0 16px}.odie-chatbox__action-message .odie-chatbox-typing-placeholder [data-slot=thinking]>div{display:none}.odie-chatbox__action-message .odie-chatbox-thinking-placeholder{align-items:center}.odie-chatbox-message{display:flex;flex-direction:column;word-wrap:break-word;color:var(--color-text, #1e1e1e);font-size:15px;line-height:1.6;width:100%;box-sizing:border-box;text-wrap:pretty;word-break:break-word;max-width:100%}.odie-chatbox-message p{font-size:100%}.odie-chatbox-message.is-sending{opacity:.5}.odie-chatbox-message.odie-chatbox-message-user{border-radius:24px 24px 8px;background-color:var(--studio-gray-5, #e0e0e0);width:max-content;margin-right:16px;padding:10px 16px;max-width:calc(100% - 32px);align-self:flex-end}.odie-chatbox-message.odie-chatbox-message-user p{color:var(--color-text, #1e1e1e);padding:0}.odie-chatbox-message.odie-chatbox-message-user p span{background-color:transparent}.odie-chatbox-message.odie-chatbox-message-user blockquote{background-color:transparent;border-left:2px solid var(--color-neutral-0);margin:8px 0 16px;padding:8px 16px}.odie-chatbox-message ol,.odie-chatbox-message ul{margin:0;padding-left:20px;padding-right:20px;font-style:normal}.odie-chatbox-message ol li,.odie-chatbox-message ul li{margin-bottom:6px}.odie-chatbox-message ol li p,.odie-chatbox-message ul li p{padding:0}.odie-chatbox-message ul{list-style:initial}.odie-chatbox-message img{max-width:100%;height:auto}.odie-chatbox-message .odie-chatbox-message__content p{margin-bottom:0;margin-top:0}.odie-chatbox-message .odie-chatbox-message__content h1{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:499;font-size:32px;line-height:40px}.odie-chatbox-message .odie-chatbox-message__content h2{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:499;font-size:20px;line-height:24px}.odie-chatbox-message .odie-chatbox-message__content h3{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:499;font-size:15px;line-height:20px}.odie-chatbox-message .odie-chatbox-message__content h4{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:499;font-size:13px;line-height:20px}.odie-chatbox-message .odie-chatbox-message__content h5,.odie-chatbox-message .odie-chatbox-message__content h6{font-family:-apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:499;font-size:11px;line-height:16px}.odie-chatbox-message .odie-chatbox-message__content u{text-decoration:underline}.odie-chatbox-message .odie-chatbox-message__content pre{padding:.5em;white-space:pre-wrap;word-break:break-word;background-color:var(--studio-white)}.odie-chatbox-message .odie-chatbox-message__content span{font-size:15px}.odie-chatbox-message .odie-chatbox-message__content span a{color:inherit}.odie-chatbox-message .odie-chatbox-message__content span a:hover{color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.odie-chatbox-message.odie-chatbox-message-bot .odie-chatbox-message__content{flex:1;max-width:calc(100% - 32px)}.odie-chatbox-message.odie-chatbox-message-bot .odie-chatbox-message__content>*:not(:first-child){padding-top:8px}.odie-chatbox-message.odie-chatbox-message-bot .odie-chatbox-message__content>*:not(:last-child){padding-bottom:8px}.odie-chatbox-message.odie-chatbox-message-bot .odie-chatbox-message__content ol,.odie-chatbox-message.odie-chatbox-message-bot .odie-chatbox-message__content ul{padding-left:20px;padding-right:20px}.odie-chatbox-message.odie-chatbox-message-bot button[aria-pressed=true]{background-color:var(--studio-gray-5);opacity:1}.odie-chatbox-message.odie-chatbox-message-bot button[aria-pressed=true] svg{color:var(--color-foreground)}.odie-chatbox-message.odie-chatbox-message-error{flex-direction:column}.odie-chatbox-message .MessageActions-module_container{width:30%;z-index:1}.odie-chatbox-message .chat-feedback-wrapper{margin-top:-24px;width:100%}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card{box-shadow:none;margin-bottom:0;padding:0}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card:not(.is-expanded) .foldable-card__content{border:none}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card.is-expanded .foldable-card__content{max-height:100vh}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card .foldable-card__header{margin-left:auto;width:70%;min-height:24px;padding:0}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card .foldable-card__summary,.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card .foldable-card__summary-expanded{color:var(--studio-gray-80);margin-right:24px}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card .foldable-card__main button{height:24px;width:24px}@media (max-width: 480px){.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card .foldable-card__secondary{flex:1 1}}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card .foldable-card__content{margin-top:12px;border:none}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card .foldable-card__content .odie-chatbox-message-sources{border:1px solid var(--color-neutral-5);border-radius:8px}.odie-chatbox-message .chat-feedback-wrapper .odie-sources-foldable-card .foldable-card__content .odie-support-doc-link__link a{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;gap:8px}.odie-chatbox-message .chat-feedback-wrapper .disclaimer{color:var(--studio-gray-60);font-size:12px;text-align:start;margin-top:8px}.odie-chatbox-message .chat-feedback-wrapper .disclaimer .components-external-link{color:var(--studio-gray-60)}.odie-chatbox-message .chat-feedback-wrapper .disclaimer .components-external-link__icon{display:none}.odie-chatbox-message .chat-feedback-wrapper-third-party-cookies{margin-left:0;width:80%}.odie-chatbox-message .odie-feedback-component-container{margin-top:32px;font-size:1rem}.odie-chatbox-message .odie-feedback-component-container.odie-question-collapse{margin-top:0}.odie-chatbox-message.odie-chatbox-message.odie-chatbox-message-business.odie-chatbox-message-conversation-feedback{flex-wrap:wrap;gap:8px;flex-direction:row;padding:0 16px}.odie-chatbox-message.odie-chatbox-message.odie-chatbox-message-business.odie-chatbox-message-conversation-feedback .message-feedback-submit{margin-left:46px;align-items:start}.odie-chatbox-message.odie-chatbox-message.odie-chatbox-message-business.odie-chatbox-message-conversation-feedback .message-feedback-submit a{gap:4px}.odie-chatbox-message.odie-chatbox-message.odie-chatbox-message-business.odie-chatbox-message-conversation-feedback .odie-chatbox-message__content{flex-basis:100%}.odie-chatbox-message p:first-of-type{padding-top:0}.odie-chatbox-message p:last-of-type{margin-bottom:0;padding-bottom:0}.odie-chatbox-message.odie-chatbox-message-bot.odie-chatbox-message-message{flex-wrap:wrap;flex-direction:column}.odie-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;display:flex;justify-content:center;align-items:center;background-color:#0000001a}.odie-fullscreen .odie-fullscreen-backdrop{width:75vw;height:85vh;overflow:scroll}.odie-fullscreen .odie-fullscreen-backdrop .odie-chatbox-message{box-shadow:0 0 0 1px var(--color-border-subtle);width:auto;height:auto;margin:auto;font-size:1rem;padding-top:0}.odie-sources{display:flex;align-items:center;gap:4px;align-self:stretch;border-radius:4px;width:fit-content;padding:0;margin:4px 0}.odie-sources .odie-sources-link{overflow-wrap:anywhere;font-style:normal;padding:4px 16px;color:inherit}.odie-sources svg.gridicons-external{min-width:18px}.odie-sources-inline{display:inline;padding:0;margin:0}.odie-sources-inline .odie-sources-link{padding:0;text-decoration:underline}.odie-feedback-component-container{display:flex;justify-content:space-between;align-items:center}.odie-feedback-component-container .odie-feedback-component-button-container{display:flex;align-items:center;gap:8px}.odie-feedback-component-container .odie-feedback-component-button-container .odie-feedback-component-button{border:solid .5px var(--studio-gray-5);padding:6px}.odie-feedback-component-container .odie-feedback-component-button-container .odie-feedback-component-button:focus{outline:0}.odie-feedback-component-container .odie-feedback-component-button-container .odie-feedback-component-button-liked-pressed,.odie-feedback-component-container .odie-feedback-component-button-container .odie-feedback-component-button-disliked-pressed{background-color:#3858e9;cursor:default;pointer-events:none}.odie-feedback-component-container .odie-feedback-component-button-container .odie-feedback-component-button-disliked-disabled,.odie-feedback-component-container .odie-feedback-component-button-container .odie-feedback-component-button-liked-disabled{background-color:var(--color-surface);pointer-events:none}.odie-gradient-to-white{background:linear-gradient(180deg,rgba(255,255,255,0) 0%,var(--color-surface, #fff) 50%);display:flex;align-items:center;gap:8px;height:100px;justify-content:center;z-index:5;pointer-events:none;position:fixed;width:100%}.odie-gradient-to-white.is-hidden{opacity:0;bottom:0!important;transition:opacity .3s ease .3s,bottom .3s ease .3s}.odie-gradient-to-white.is-hidden .odie-jump-to-recent-message-button{pointer-events:none}.odie-gradient-to-white.is-visible{opacity:1;bottom:24px;transition:opacity .3s ease 1.2s,bottom .3s ease 1.2s}.odie-gradient-to-white .odie-jump-to-recent-message-button{pointer-events:auto;position:relative;bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;cursor:pointer;margin:0;outline:0;overflow:hidden;text-align:center;text-overflow:ellipsis;text-decoration:none;vertical-align:top;box-sizing:border-box;font-size:1rem;line-height:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#3858e9;color:var(--studio-white);border:1px none;display:flex;height:28px;padding:12px 8px 12px 16px;justify-content:center;align-items:center;border-radius:16px}.odie-gradient-to-white .odie-jump-to-recent-message-button:hover{color:var(--studio-white);border-color:inherit}.odie-gradient-to-white .odie-jump-to-recent-message-button.is-active{border-width:1px}.odie-chatbox-message-avatar-wapuu-liked{-webkit-animation:wapuu-joy-animation 1.3s both;animation:wapuu-joy-animation 1.3s both}@keyframes wapuu-joy-animation{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.odie-feedback-message{font-weight:500;font-size:1rem;width:100%;height:100%;min-height:45px;display:flex;align-items:center;color:var(--studio-gray-100)}.odie-feedback-message .odie-feedback-component-thanks,.odie-feedback-message .odie-feedback-component-question{display:flex;align-items:center;transition:opacity .3s ease;height:100%}.odie-feedback-message .odie-question-out{animation:question-out-animation .3s ease both}.odie-feedback-message .odie-question-hidden{opacity:0}.odie-feedback-message .odie-thanks-in{animation:thanks-in-animation .3s ease-out both}.odie-feedback-message .odie-thanks-hidden{opacity:0}.odie-question-collapse{animation:odie-question-collapse-animation .3s ease-in-out 2.5s forwards;overflow:hidden}@keyframes odie-question-collapse-animation{0%{height:28px}to{height:0}}@keyframes question-out-animation{0%{opacity:1}to{opacity:0}}@keyframes thanks-in-animation{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.odie-chatbox-message-sources-container .foldable-card{margin:0!important;width:100%!important}.odie-chatbox-message-sources-container .foldable-card .foldable-card__header>span.foldable-card__main>button>span{display:none}.odie-chatbox-message-sources-container .odie-chatbox-message-sources{margin:12px}.odie-chatbox-message-sources-container:nth-last-child(2) .foldable-card{box-shadow:0 -1px #0000001a}.odie-chatbox-invalid__message{color:#8c232c;font-size:.75rem;top:66%;width:95%;background:#fff;position:fixed;bottom:73px;height:30px;text-align:center;padding-top:6px}.chatbox-messages__content{overflow-y:auto}.chatbox-loading-chat__spinner{position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24px;display:flex;align-items:center;justify-content:center;background:var(--color-surface);z-index:10;opacity:0;pointer-events:none;transition:opacity .5s ease-in-out}.chatbox-loading-chat__spinner.is-visible{opacity:1;pointer-events:all}.help-center__container-chat .chatbox-messages .odie__transfer-chat,.help-center-article-content .help-center-feedback__form .odie__transfer-chat{display:flex;width:100%;flex-direction:column;justify-content:stretch;border:1px solid var(--studio-gray-5);border-radius:16px;margin-top:16px}.help-center__container-chat .chatbox-messages .odie__transfer-chat button,.help-center-article-content .help-center-feedback__form .odie__transfer-chat button{display:flex;justify-content:space-between;padding:16px;text-decoration:none;color:var(--studio-gray-100);font-size:.875rem;font-weight:400;align-items:center;transition:background-color .3s ease;line-height:1.4;width:100%;min-width:0;box-sizing:border-box;border-bottom:1px solid var(--studio-gray-5)}.help-center__container-chat .chatbox-messages .odie__transfer-chat button:first-of-type,.help-center-article-content .help-center-feedback__form .odie__transfer-chat button:first-of-type{border-radius:16px 16px 0 0}.help-center__container-chat .chatbox-messages .odie__transfer-chat button:last-of-type,.help-center-article-content .help-center-feedback__form .odie__transfer-chat button:last-of-type{border-radius:0 0 16px 16px;border-bottom:none}.help-center__container-chat .chatbox-messages .odie__transfer-chat button:only-child,.help-center-article-content .help-center-feedback__form .odie__transfer-chat button:only-child{border-radius:16px}.help-center__container-chat .chatbox-messages .odie__transfer-chat button:hover,.help-center-article-content .help-center-feedback__form .odie__transfer-chat button:hover{background:color-mix(in srgb,#fff 98%,var(--wp-admin-theme-color, #3858e9));color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));fill:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));cursor:pointer}.help-center__container-chat .chatbox-messages .odie__transfer-chat button .odie__transfer-chat--wait-time,.help-center-article-content .help-center-feedback__form .odie__transfer-chat button .odie__transfer-chat--wait-time{font-size:.75rem;color:var(--studio-gray-50);align-content:center}.help-center__container-chat .chatbox-messages .help-center__notice.cookie-warning,.help-center-article-content .help-center-feedback__form .help-center__notice.cookie-warning{margin-top:16px}.odie-chatbox-messages-cluster{width:100%;padding:0;box-sizing:border-box}.odie-chatbox-messages-cluster.role-attachment{padding:0 16px;animation:fadeInAttachment .2s ease-in-out forwards;transform-origin:center top}.odie-chatbox-messages-cluster.role-attachment img{display:block}.odie-chatbox-messages-cluster.role-attachment .odie-chatbox-message-user{max-width:100%;border-radius:0;padding:0}@keyframes fadeInAttachment{0%{opacity:0}to{opacity:1}}.odie-chatbox-messages-cluster.role-bot,.odie-chatbox-messages-cluster.role-zendesk-intro{padding:0 16px}.odie-chatbox-messages-cluster.role-bot .odie-chatbox-message,.odie-chatbox-messages-cluster.role-zendesk-intro .odie-chatbox-message{margin-bottom:16px}.odie-chatbox-messages-cluster.role-bot .odie-chatbox-message-meta,.odie-chatbox-messages-cluster.role-zendesk-intro .odie-chatbox-message-meta{margin-bottom:0}.odie-chatbox-messages-cluster.role-business,.odie-chatbox-messages-cluster.role-business-automated{display:flex;flex-direction:column;align-self:flex-start;gap:8px;margin-left:16px;max-width:calc(100% - 32px)}.odie-chatbox-messages-cluster.role-business .odie-chatbox-message-business,.odie-chatbox-messages-cluster.role-business-automated .odie-chatbox-message-business{padding:8px 16px;width:max-content;border:1px solid #e0e0e0;border-radius:24px 8px}.odie-chatbox-messages-cluster.role-business .message-header,.odie-chatbox-messages-cluster.role-business-automated .message-header{font-weight:499;margin-right:16px}.odie-chatbox-messages-cluster.role-user{display:flex;align-items:flex-end;flex-direction:column;gap:8px}.odie-introduction-message-content__conversation_feedback{flex:2}.odie-introduction-big-sky-logo{align-items:end;display:flex;justify-content:left;box-sizing:content-box;color:#3858e9;height:120px;padding-bottom:10px;padding-top:159px}.odie-introduction-message-content{padding:0 16px;box-sizing:border-box;display:flex;height:100%;flex-direction:column;justify-content:end}.odie-chatbox-message-introduction{height:100%;align-items:flex-end}.odie-support-transition{width:100%;text-align:center;padding:0 16px;box-sizing:border-box;display:flex;gap:8px}.odie-support-transition .chat-with-support__message{border-radius:4px;color:#757575;font-size:11px;text-transform:uppercase;padding:4px 0}.odie-support-transition .chat-with-support__line{flex:1;border:solid .5px var(--studio-gray-5);height:0;margin-top:12px}.odie-closed-conversation-footer{position:relative;z-index:5;background:var(--studio-white, #fff);border-radius:0 0 24px 24px;box-sizing:border-box;width:100%;display:flex;padding:16px;flex-direction:column;align-items:center;gap:10px}.odie-closed-conversation-footer .odie-closed-conversation-footer__button{display:flex;align-self:stretch;justify-content:center;border-radius:8px}.agenttic--chat-footer-container{background-color:var(--color-background);border-radius:calc(var(--radius-lg) + 1px);box-shadow:var(--shadow-sm);color:var(--color-foreground);display:flex;flex-direction:column;gap:var(--spacing-2);padding:var(--spacing-2);position:relative;z-index:10}.agenttic--chat-footer-container p{margin:0}.odie-support-doc-link__container{border-bottom:1px solid var(--studio-gray-5)}.odie-support-doc-link__container:first-child a:focus,.odie-support-doc-link__container:first-child button:focus{border-radius:8px 8px 0 0}.odie-support-doc-link__container:last-child{border-bottom:0}.odie-support-doc-link__container:last-child a:focus,.odie-support-doc-link__container:last-child button:focus{border-radius:0 0 8px 8px}.odie-support-doc-link__container .odie-support-doc-link__link{display:block;width:100%}.odie-support-doc-link__container .odie-support-doc-link__link a,.odie-support-doc-link__container .odie-support-doc-link__link button{display:flex;text-decoration:none;color:var(--studio-gray-900);font-size:.875rem;align-items:center;width:100%;min-width:0;box-sizing:border-box}.odie-support-doc-link__container .odie-support-doc-link__link a:hover,.odie-support-doc-link__container .odie-support-doc-link__link button:hover{color:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));cursor:pointer}.odie-support-doc-link__container .odie-support-doc-link__link a:hover svg,.odie-support-doc-link__container .odie-support-doc-link__link button:hover svg{fill:var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))}.odie-support-doc-link__container .odie-support-doc-link__link a:focus,.odie-support-doc-link__container .odie-support-doc-link__link button:focus{color:var(--studio-gray-100);outline:#3858e9 solid 2px;outline-offset:-2px}.odie-support-doc-link__container .odie-support-doc-link__link a svg,.odie-support-doc-link__container .odie-support-doc-link__link button svg{fill:#646970;flex-shrink:0}.odie-support-doc-link__container .odie-support-doc-link__link a span,.odie-support-doc-link__container .odie-support-doc-link__link button span{flex:1 1 auto;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-card.card{padding:0}.search-card .search{margin:0}.is-section-purchases .search{z-index:1}.search__input.components-search-control .components-input-base{border-radius:8px}.search{border-radius:2px;display:flex;flex:1 1 auto;margin-bottom:24px;width:60px;height:51px;position:relative;align-items:center;z-index:22;transition:all .15s ease-in-out}.search .search__icon-navigation{flex:0 0 auto;display:flex;align-items:center;background-color:var(--color-surface);height:100%}.accessible-focus .search .search__icon-navigation:focus{box-shadow:inset 0 0 0 2px var(--color-primary-light);position:relative;z-index:9999}.search .search__open-icon,.search .search__close-icon{flex:0 0 auto;width:50px;z-index:20;color:var(--color-primary);cursor:pointer}.search .search__open-icon:hover{color:var(--color-neutral-60)}.search .search__close-icon{color:var(--color-neutral-60);opacity:0;transition:opacity .2s ease-in}.search.is-open.has-focus{border-color:var(--color-primary);box-shadow:0 0 0 1px var(--color-primary),0 0 0 4px var(--color-primary-10)}.search.is-open.has-focus:hover{box-shadow:0 0 0 1px var(--color-primary),0 0 0 4px var(--color-primary-20)}.search.is-compact{height:36px}.search.is-compact .search__input{height:36px;font-size:.75rem}.search.is-compact .search__open-icon{margin:0 4px 0 8px;width:18px}.search.is-compact .search__close-icon{width:18px;margin-right:8px}.search.is-expanded-to-container{margin-bottom:0;position:absolute;display:flex;height:100%;width:50px;top:0;right:0}.search.is-expanded-to-container .search__input-fade{position:relative;flex:1 1 auto;display:flex}.search.is-expanded-to-container .search__input[type=search]{flex:1 1 auto;display:flex}.search__input.form-text-input[type=search]{flex:1 1 auto;display:none;z-index:10;top:0;border:none;height:100%;background:var(--color-surface);-moz-appearance:none;appearance:none;border-radius:0;box-sizing:border-box;padding:0;-webkit-appearance:none}.search__input.form-text-input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.search__input.form-text-input[type=search]:disabled{background:var(--color-surface)}.search__input.form-text-input[type=search]:focus{box-shadow:none;border:none}.search__input.form-text-input[type=search]:focus:hover{border:none;box-shadow:none}.search.is-open{width:100%}.search.is-open .search__open-icon{color:var(--color-neutral-60);opacity:.3}.search.is-open .search__close-icon{display:inline-block}.search.is-open .search__input,.search.is-open .search__close-icon{opacity:1}.search.is-open .search__input{display:block}.search.is-open .search__input-fade{border-radius:0;flex:1 1 auto;height:100%;position:relative;font-size:1rem;padding-left:8px}.search.is-open .search__input-fade:before{content:"";display:block;position:absolute;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:12;background:linear-gradient(to right,transparent,var(--color-surface) 90%);top:0;bottom:0;right:0;left:auto;width:32px;height:auto;border-radius:inherit}.search.is-open .search__input-fade.ltr:before{content:"";display:block;position:absolute;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:12;background:linear-gradient(to right,transparent,var(--color-surface) 90%);top:0;bottom:0;right:0;left:auto;width:32px;height:auto;border-radius:inherit}.search.has-open-icon .search__input-fade{padding-left:0}.search__input-fade .search__text-overlay{color:transparent;position:absolute;pointer-events:none;white-space:nowrap;display:flex;align-items:center;flex:1 1 auto;overflow:hidden;font-size:inherit;font-family:inherit;width:100%;height:100%;top:1px;left:0;z-index:11}.search .spinner,.search.is-searching .search__open-icon{display:none}.search.is-searching .spinner{flex:0 0 auto;display:flex;width:50px;height:100%;background-color:var(--color-surface);z-index:20}.animating.search-opening .search input{opacity:1}.msd-host{--masterbar-height: 46px;--sidebar-width: 272px;--dashboard__background-color: #fcfcfc;--dashboard__background-color-success: #3ca758;--dashboard__background-color-warning: #d47608;--dashboard__background-color-error: #cc1818;--dashboard__foreground-color-success: #21873b;--dashboard__foreground-color-warning: #b36100;--dashboard__foreground-color-error: #cc1818;--dashboard__text-color: #1e1e1e;--dashboard__text-muted-color: #757575;--dashboard-subtle__color: var(--dashboard__text-muted-color);--dashboard-surface__background-color: #fff;--dashboard-surface__border-color: #e0e0e0;--dashboard-header__background-color: rgba(252, 252, 252, .9);--dashboard-header__color: #1e1e1e;--dashboard-header__border-color: #f0f0f0;--dashboard-header__divider-color: #e0e0e0;--dashboard-menu-item__color: #757575;--dashboard-menu-item-active__color: #1e1e1e;--dashboard-h1__font-size: 32px;--dashboard-h1__font-weight: 400;--dashboard-h1__line-height: 40px;--dashboard-h1__font-family: Recoleta, Georgia, "Times New Roman", Times, serif;--dashboard-overview__divider-color: #f0f0f0;position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;background-color:var(--dashboard__background-color);color:var(--dashboard__text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:20px;-webkit-font-smoothing:antialiased}@media only screen and (min-width: 782px){.msd-host{--masterbar-height: 32px}}.msd-host a{color:var(--wp-admin-theme-color)}.msd-host .masterbar{position:fixed;top:0;left:0;width:100%;max-width:100vw;height:var(--masterbar-height);margin:0;padding:0;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;background:#1e1e1e;color:#fff;font-size:13px;z-index:180;-webkit-font-smoothing:subpixel-antialiased}.msd-host .masterbar__section{display:flex;align-items:center;min-width:0}.msd-host .masterbar__item{display:flex;align-items:center;gap:6px;height:var(--masterbar-height);padding:0 8px;color:#fff;font-size:13px;line-height:var(--masterbar-height);text-decoration:none;cursor:default;white-space:nowrap}.msd-host .masterbar__item svg{fill:currentColor}.msd-host button.masterbar__item{background:none;border:0;font-family:inherit;cursor:pointer}.msd-host button.masterbar__item:hover{background:#101517}.msd-host button.masterbar__item:focus-visible{outline:2px solid #fff;outline-offset:-2px}.msd-host .masterbar__item-my-sites{padding-inline:6px}.msd-host .masterbar__item-sparkline{width:128px;padding-inline:8px}.msd-host .masterbar__sparkline-rule{display:block;width:100%;border-block-start:1px dotted rgba(255,255,255,.55)}.msd-host .masterbar__item-avatar{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:2px;background:var(--wp-admin-theme-color);color:#fff;font-size:10px;line-height:1;text-transform:uppercase}.msd-host .dashboard-root__layout{display:flex;flex-direction:column;padding-block-start:var(--masterbar-height);min-height:100%}.msd-host .dashboard-root__body{display:flex;min-height:calc(100vh - var(--masterbar-height));padding-inline-start:272px}.msd-host .dashboard-root__content{position:relative;display:flex;flex-direction:column;flex:1;min-width:0}.msd-host .dashboard-responsive-sidebar__sidebar{position:fixed;top:var(--masterbar-height);inset-inline-start:0;bottom:0;display:flex;flex-direction:column;flex-shrink:0;gap:24px;width:272px;padding:0;box-sizing:border-box;border-inline-end:1px solid var(--dashboard-header__border-color);color:var(--dashboard-menu-item__color);background-color:transparent;overflow:hidden}.msd-host .dashboard-responsive-sidebar__logo{padding:16px 24px}.msd-host .components-button.dashboard-responsive-sidebar__logo-button{height:auto;padding:0}.msd-host .components-button.dashboard-responsive-sidebar__logo-button:hover,.msd-host .components-button.dashboard-responsive-sidebar__logo-button:focus{background:none}.msd-host .dashboard-sidebar-navigator{position:relative;overflow:hidden;flex-shrink:0;overflow-y:auto}.msd-host .dashboard-sidebar-navigator__screen{box-sizing:border-box;padding:0 16px}.msd-host .dashboard-sidebar__menu{padding:2px}.msd-host .dashboard-sidebar__menu-item{border-radius:2px}.msd-host .components-button.dashboard-sidebar__menu-item{justify-content:flex-start;width:100%;color:var(--dashboard-menu-item__color)}.msd-host .components-button.dashboard-sidebar__menu-item.active{background:color-mix(in srgb,var(--wp-admin-theme-color) 8%,transparent);color:var(--wp-admin-theme-color)}.msd-host .components-button.dashboard-sidebar__menu-item.active:hover{background:color-mix(in srgb,var(--wp-admin-theme-color) 8%,transparent)}.msd-host .components-button.dashboard-sidebar__menu-item .components-h-stack{width:100%}.msd-host .dashboard-sidebar__expandable-toggle{margin-inline-start:auto;display:inline-flex}.msd-host .components-button.dashboard-sidebar__back-button{color:var(--dashboard-menu-item__color)}.msd-host .sidebar-menu-switcher-item{height:40px;padding-inline-start:12px;padding-inline-end:9px}.msd-host .sidebar-menu-switcher-item__switcher{flex-shrink:0}.msd-host .sidebar-menu-switcher-item__switcher button{color:var(--dashboard-menu-item__color);min-width:0;padding:0}.msd-host .sidebar-menu-switcher-item__switcher button svg{width:18px;height:18px}.msd-host .sidebar-menu-switcher-item:has(.msd-site-switcher__labels){height:auto;padding-block:4px}.msd-host .msd-site-switcher__labels{min-width:0}.msd-host .msd-site-switcher__url{font-size:12px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msd-host .site-letter{align-items:center;background:linear-gradient(0deg,#ffffff52,#ffffff52),var(--wp-admin-theme-color);border-radius:4px;color:#fff;display:flex;flex-shrink:0;justify-content:center;overflow:hidden;box-sizing:border-box;text-transform:uppercase}.msd-host .sidebar-environment-switcher{padding-inline-start:12px;padding-inline-end:9px;min-height:40px}.msd-host .components-button.sidebar-environment-switcher__toggle{color:var(--dashboard-menu-item__color);min-width:0;padding:0}.msd-host .components-button.sidebar-environment-switcher__toggle svg{width:18px;height:18px}.msd-host .dashboard-page-layout{margin:auto;width:100%;box-sizing:border-box;padding:24px;max-width:var(--page-layout-max-width);position:relative;gap:24px}.msd-host .dashboard-section-header{position:relative;z-index:1}.msd-host .dashboard-section-header .dashboard-section-header__heading-row{min-height:32px}.msd-host .dashboard-section-header__heading{margin-block:0;font-weight:499}.msd-host .dashboard-section-header.is-level-1 .dashboard-section-header__heading{font-family:var(--dashboard-h1__font-family);font-size:var(--dashboard-h1__font-size);font-weight:var(--dashboard-h1__font-weight);line-height:var(--dashboard-h1__line-height);color:var(--dashboard__text-color)}.msd-host .dashboard-section-header.is-level-3 .dashboard-section-header__heading{font-size:15px;line-height:20px;font-weight:499;color:var(--dashboard__text-color)}.msd-host .dashboard-section-header__description{font-size:13px;color:var(--dashboard__text-muted-color)}.msd-host .dashboard-section-header__actions{flex-shrink:0;align-self:stretch}.msd-host .dashboard-overview-card .components-card__body{padding:0;height:100%;display:flex;flex-direction:column}.msd-host .dashboard-overview-card__content{border-radius:8px;padding:24px;box-sizing:border-box}.msd-host .dashboard-overview-card--has-bottom .dashboard-overview-card__content{border-bottom-left-radius:0;border-bottom-right-radius:0}.msd-host .dashboard-overview-card__icon{color:var(--wp-admin-theme-color);fill:var(--wp-admin-theme-color)}.msd-host .dashboard-overview-card--success .dashboard-overview-card__icon{color:var(--dashboard__background-color-success);fill:var(--dashboard__background-color-success)}.msd-host .dashboard-overview-card--error .dashboard-overview-card__icon{color:var(--dashboard__background-color-error);fill:var(--dashboard__background-color-error)}.msd-host .dashboard-overview-card--warning .dashboard-overview-card__icon{color:var(--dashboard__background-color-warning);fill:var(--dashboard__background-color-warning)}.msd-host .dashboard-overview-card__link-icon{color:#949494;fill:#949494;height:24px;margin:0;text-align:center;width:24px}.msd-host .dashboard-overview-card__link{text-decoration:none;color:inherit}.msd-host .dashboard-overview-card__link:only-child{display:flex;flex-grow:1}.msd-host .dashboard-overview-card__link:only-child .dashboard-overview-card__content{flex:1}.msd-host .dashboard-overview-card__link:hover .dashboard-overview-card__content{background-color:color-mix(in srgb,var(--wp-admin-theme-color) 2%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--wp-admin-theme-color) 12%,transparent)}.msd-host .dashboard-overview-card__link:hover .dashboard-overview-card__content span,.msd-host .dashboard-overview-card__link:hover .dashboard-overview-card__content h2{color:var(--wp-admin-theme-color)}.msd-host .dashboard-overview-card__link:hover .dashboard-overview-card__content .dashboard-overview-card__icon,.msd-host .dashboard-overview-card__link:hover .dashboard-overview-card__content .dashboard-overview-card__link-icon{fill:var(--wp-admin-theme-color);background-color:transparent}.msd-host .dashboard-stat__strapline{font-size:11px;line-height:24px;font-weight:499;color:var(--dashboard-menu-item__color);text-transform:uppercase}.msd-host .dashboard-stat__metric{color:var(--dashboard__text-color);font-weight:499}.msd-host .dashboard-stat__description{font-size:12px;line-height:20px;color:var(--dashboard-menu-item__color)}.msd-host .dashboard-stat__progress-bar{width:100%!important;margin-block:2px;--wp-components-color-foreground: var(--wp-admin-theme-color)}.msd-host .dashboard-stat__progress-bar--alert-green{--wp-components-color-foreground: var(--dashboard__background-color-success)}.msd-host .dashboard-stat--density-high .dashboard-stat__metric{font-size:15px;line-height:20px}.msd-host .site-overview-cards>*{flex-grow:1;flex-shrink:0}.msd-host .site-overview-cards--secondary{flex-wrap:wrap-reverse}.msd-host .site-overview-cards--secondary>*{flex-basis:100%}.msd-host .site-overview-cards--secondary.is-large{flex-wrap:nowrap}.msd-host .site-overview-cards--secondary.is-large>*{flex-basis:0}.msd-host .dashboard-overview-latest-activity-card .components-card__body{padding:0}.msd-host .dashboard-overview-latest-activity-card__row{padding:16px 24px;border-block-end:1px solid var(--dashboard-overview__divider-color)}.msd-host .dashboard-overview-latest-activity-card__row:last-child{border-block-end:0}.msd-host .dashboard-overview-latest-activity-card__media{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border:1px solid var(--dashboard-surface__border-color);border-radius:2px}.msd-host .dashboard-overview-latest-activity-card__icon{fill:#757575}.msd-host .dashboard-overview-latest-activity-card__title{color:var(--dashboard__text-color)}.msd-host .dashboard-overview-latest-activity-card__fields{color:#757575;font-size:12px}.msd-host .dashboard-summary-button-card-footer{padding:0;border-block-start:1px solid var(--dashboard-overview__divider-color)}.msd-host .dashboard-summary-button-card-footer__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 24px;color:var(--dashboard__text-color);text-decoration:none}.msd-host .dashboard-summary-button-card-footer__link svg{fill:#757575}.msd-host .dashboard-summary-button-card-footer__link:hover{background:color-mix(in srgb,var(--wp-admin-theme-color) 2%,transparent);color:var(--wp-admin-theme-color)}.msd-host .dashboard-summary-button-card-footer__link:hover svg{fill:var(--wp-admin-theme-color)}.msd-host .dashboard-overview-domains-card .components-card__body{padding:0}.msd-host .dashboard-overview-domains-card__table{width:100%;border-collapse:collapse;text-align:start}.msd-host .dashboard-overview-domains-card__table th{padding:8px 24px;font-size:11px;font-weight:499;line-height:24px;color:#757575;text-transform:uppercase;text-align:start;border-block-end:1px solid var(--dashboard-overview__divider-color)}.msd-host .dashboard-overview-domains-card__table td{padding:16px 24px;vertical-align:top;border-block-end:1px solid var(--dashboard-overview__divider-color);color:var(--dashboard__text-color)}.msd-host .dashboard-overview-domains-card__table tr:last-child td{border-block-end:0}.msd-host .dashboard-overview-domains-card__tag.is-success{color:var(--dashboard__foreground-color-success)}.msd-host .dashboard-overview-domains-card__subtype{color:#757575}.msd-host .dashboard-overview-domains-card__table .is-success{color:var(--dashboard__foreground-color-success)}.msd-host .dashboard-overview-domains-card__table .is-error{color:var(--dashboard__background-color-error)}@media (max-width: 782px){.msd-host .dashboard-responsive-sidebar__sidebar{transform:translate(-100%)}.msd-host .dashboard-root__body{padding-inline-start:0}.msd-host .dashboard-page-layout{padding:16px}.msd-host .masterbar__item-sparkline,.msd-host .masterbar__reader .masterbar__item-content,.msd-host .masterbar__item-me .masterbar__item-content{display:none}}body{margin:0;overflow:hidden}.proto-stage{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#fcfcfc;--masterbar-height: 46px}@media only screen and (min-width: 782px){.proto-stage{--masterbar-height: 32px}}.proto-help-target{position:fixed;background:transparent;border:0;padding:0;cursor:pointer;z-index:999980}.proto-help-target:focus-visible{outline:2px solid #3858e9;outline-offset:-2px}.proto-switcher{position:fixed;left:16px;bottom:16px;z-index:1000000;background:#14171aeb;color:#fff;border-radius:10px;padding:10px 12px 12px;font-family:-apple-system,"system-ui",Segoe UI,Roboto,sans-serif;font-size:12px;line-height:1.4;max-width:240px;box-shadow:0 4px 16px #00000040}.proto-switcher__tag{font-size:9px;letter-spacing:.12em;font-weight:700;color:#f0b849;margin-bottom:6px;display:flex;align-items:center;justify-content:space-between;gap:8px}.proto-switcher__collapse{border:0;background:transparent;color:#ffffff8c;font-size:14px;line-height:1;padding:2px 4px;margin:-2px -4px -2px 0;border-radius:4px;cursor:pointer}.proto-switcher__collapse:hover{color:#fff;background:#ffffff1f}.proto-switcher__collapse:focus-visible{outline:2px solid #f0b849;outline-offset:1px}.proto-switcher__group{border:0;padding:0;margin:0 0 8px;display:flex;flex-wrap:wrap;gap:4px}.proto-switcher__group legend{display:block;width:100%;padding:0 0 3px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#ffffff8c}.proto-switcher__group label{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;background:#ffffff1a;cursor:pointer;white-space:nowrap}.proto-switcher__group label.is-active{background:#3858e9}.proto-switcher__group label input{position:absolute;opacity:0;pointer-events:none}.proto-switcher__group label:has(input:focus-visible){outline:2px solid #f0b849;outline-offset:1px}.proto-switcher__actions{display:flex;gap:6px}.proto-switcher__actions button{flex:1;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;border-radius:6px;font-size:11px;padding:4px 8px;cursor:pointer}.proto-switcher__actions button:hover{background:#ffffff1f}.proto-switcher__actions button:focus-visible{outline:2px solid #f0b849}.proto-switcher-reopen{position:fixed;left:16px;bottom:16px;z-index:1000000;font-family:-apple-system,"system-ui",Segoe UI,Roboto,sans-serif;font-size:9px;font-weight:700;letter-spacing:.12em;color:#f0b849;background:#14171aeb;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:6px 12px;cursor:pointer;box-shadow:0 4px 16px #00000040;opacity:.75;transition:opacity .12s ease}.proto-switcher-reopen:hover{opacity:1}.proto-switcher-reopen:focus-visible{outline:2px solid #f0b849;outline-offset:2px;opacity:1}.proto-chip{display:inline-block;align-self:flex-start;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#644b1c;background:#fdf7e9;border:1px dashed #d8c8a5;border-radius:4px;padding:2px 6px;margin-bottom:4px}.proto-illustrative{border-bottom:1px dotted currentColor;cursor:help}.odie-jump-to-recent-message-button.proto-jump-tweak{height:auto;padding:7px 12px 7px 16px;gap:4px;line-height:1.2}.proto-slot-grid{display:flex;flex-direction:column;gap:8px}.proto-slot-grid__group-label{font-size:12px;font-weight:500;color:var(--studio-gray-50)}.proto-slot-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.proto-slot-grid__grid .components-button{justify-content:center;border-radius:8px}.proto-slot-grid__grid .components-button.is-tertiary{border:1px solid var(--studio-gray-5)}.proto-schedule-note{font-size:12px;color:var(--studio-gray-60);margin:0}.proto-schedule-actions{display:flex;gap:8px;justify-content:center;margin-top:16px}@media (prefers-reduced-motion: reduce){.help-center__container,.agenttic--chat-footer-container,.odie-chatbox-thinking-placeholder,.proto-switcher{animation:none!important;transition:none!important}}.proto-overview-btn{position:fixed;top:12px;left:12px;z-index:1000000;font-family:-apple-system,"system-ui",Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;color:#fff;background:#14171aeb;border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:7px 12px;cursor:pointer}.proto-overview-btn:hover{background:#14171a}.proto-overview-btn:focus-visible{outline:2px solid #3858e9;outline-offset:2px}.proto-landing{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000001;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:#0c0e12b8;overflow:auto;font-family:-apple-system,"system-ui",Segoe UI,Roboto,sans-serif;animation:proto-landing-in .22s ease-out}@keyframes proto-landing-in{0%{opacity:0}to{opacity:1}}.proto-landing__sheet{width:min(940px,100%);background:#fff;border-radius:16px;box-shadow:0 24px 60px #0006;padding:32px 32px 24px;color:#101517}.proto-landing__eyebrow{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#3858e9}.proto-landing__title{margin:0 0 10px;font-size:26px;line-height:1.2;font-weight:700}.proto-landing__lede{margin:0 0 24px;font-size:15px;line-height:1.5;color:#50575e;max-width:68ch}.proto-landing__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media (max-width: 720px){.proto-landing__grid{grid-template-columns:1fr}.proto-landing__title{font-size:22px}}.proto-landing__card{border:1px solid #e0e0e0;border-radius:10px;padding:16px;background:#fdfdfd;display:flex;flex-direction:column}.proto-landing__tag{margin:0 0 6px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7c7c7c}.proto-landing__card-title{margin:0 0 6px;font-size:17px;font-weight:600;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.proto-landing__blurb{margin:0 0 14px;font-size:13px;line-height:1.5;color:#50575e;flex:1}.proto-landing__links{display:flex;flex-wrap:wrap;gap:8px}.proto-landing__link{font-size:13px;font-weight:500;color:#101517;background:#f0f0f1;border:1px solid #dcdcde;border-radius:6px;padding:6px 12px;cursor:pointer}.proto-landing__link:hover{background:#e8e8ea;border-color:#c8c8cc}.proto-landing__link:focus-visible{outline:2px solid #3858e9;outline-offset:1px}.proto-landing__foot{margin-top:22px;padding-top:16px;border-top:1px solid #e8e8e8;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.proto-landing__foot code{font-size:11px;background:#f4f4f4;border-radius:3px;padding:1px 4px}.proto-landing__notes{flex:1;min-width:320px}.proto-landing__notes p{margin:0 0 8px;font-size:12px;line-height:1.5;color:#646970;max-width:64ch}.proto-landing__notes strong{color:#101517}.proto-landing__caveat{color:#644b1c!important;background:#fdf7e9;border:1px solid #f0e2c2;border-radius:6px;padding:8px 10px}.proto-landing__caveat strong{color:#644b1c}.proto-landing__enter{flex-shrink:0;font-size:13px;font-weight:600;color:#fff;background:#3858e9;border:0;border-radius:8px;padding:9px 16px;cursor:pointer}.proto-landing__enter:hover{background:#2145e6}.proto-landing__enter:focus-visible{outline:2px solid #3858e9;outline-offset:2px}@media (prefers-reduced-motion: reduce){.proto-landing{animation:none}}.proto-booked{padding:8px 0 4px}.proto-booked__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;color:var(--dashboard__background-color-success, #007017);fill:var(--dashboard__background-color-success, #007017);background:color-mix(in srgb,var(--dashboard__background-color-success, #007017) 10%,transparent)}.help-center .ticket-success-screen__help-center.proto-booked .proto-booked__icon{margin-bottom:20px}.help-center .ticket-success-screen__help-center.proto-booked .ticket-success-screen__help-center-heading{margin:0 0 4px}.help-center .ticket-success-screen__help-center.proto-booked .proto-booked__when{margin:0 0 12px;font-size:14px;font-weight:500;line-height:20px;color:var(--studio-gray-100, #101517)}.help-center .ticket-success-screen__help-center.proto-booked .proto-booked__detail{max-width:30ch;margin:0 auto;line-height:1.6;text-wrap:balance;color:var(--studio-gray-60, #50575e)}.help-center .ticket-success-screen__help-center.proto-booked .proto-schedule-actions{margin-top:24px}.proto-queue-bar{flex:0 0 auto;display:flex;flex-direction:column;row-gap:12px;width:100%;box-sizing:border-box;padding:14px 16px;background:var(--studio-white, #fff);color:var(--studio-gray-80, #2c3338);box-shadow:var(--shadow-lg, 0 0 0 1px rgba(0, 0, 0, .075), 0 2px 24px rgba(0, 0, 0, .075));position:relative;z-index:2}.proto-queue-bar .proto-queue-bar__row{display:flex;align-items:flex-start;column-gap:10px;width:100%}.proto-queue-bar .proto-queue-bar__icon{flex:0 0 auto;display:inline-flex;margin-top:1px;color:var(--studio-gray-50, #787c82)}.proto-queue-bar .proto-queue-bar__icon svg{fill:currentColor}.proto-queue-bar .proto-queue-bar__text{flex:1 1 auto;margin:0;font-size:13px;line-height:1.5;color:var(--studio-gray-80, #2c3338)}.proto-queue-bar .proto-queue-bar__cancel.components-button.is-link{flex:0 0 auto;height:auto;font-size:12px;color:var(--studio-gray-60, #646970);text-decoration:underline}.proto-queue-bar .proto-queue-bar__cancel.components-button.is-link:hover:not(:disabled),.proto-queue-bar .proto-queue-bar__cancel.components-button.is-link:focus:not(:disabled){color:var(--studio-gray-80, #2c3338)}.proto-queue-bar .proto-queue-bar__confirm{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;column-gap:16px;row-gap:10px;width:100%;padding-top:12px;border-top:1px solid var(--studio-gray-5, #dcdcde)}.proto-queue-bar .proto-queue-bar__confirm-text{font-size:13px;line-height:1.4;color:var(--studio-gray-80, #2c3338)}.proto-queue-bar .proto-queue-bar__confirm-actions{display:inline-flex;align-items:center;column-gap:16px}.proto-queue-bar .proto-queue-bar__confirm-yes.components-button.is-link,.proto-queue-bar .proto-queue-bar__confirm-no.components-button.is-link{height:auto;font-size:12px}.proto-queue-bar .proto-queue-bar__confirm-yes.components-button.is-link{font-weight:600;text-decoration:underline;color:var(--studio-gray-80, #2c3338)}.proto-queue-bar .proto-queue-bar__confirm-no.components-button.is-link{color:var(--studio-gray-60, #646970);text-decoration:none}.proto-queue-bar .proto-queue-bar__confirm-no.components-button.is-link:hover:not(:disabled),.proto-queue-bar .proto-queue-bar__confirm-no.components-button.is-link:focus:not(:disabled){color:var(--studio-gray-80, #2c3338)}.proto-queue-bar--cancelled{opacity:.92}.proto-queue-bar--cancelled .proto-queue-bar__text{font-size:12px}
