.components-custom-select-control{position:relative}.components-custom-select-control__label{margin-bottom:8px;display:block}.components-custom-select-control__button{min-height:30px;border:1px solid #757575;position:relative;min-width:130px;text-align:left;border-radius:2px}.components-custom-select-control__button.components-custom-select-control__button{padding-right:24px}.components-custom-select-control__button:focus:not(:disabled){border-color:var(--wp-admin-theme-color);box-shadow:0 0 0 .5px var(--wp-admin-theme-color)}.components-custom-select-control__button .components-custom-select-control__button-icon{height:100%;padding:0;right:0;position:absolute;top:0}.components-custom-select-control__menu{overflow:auto;padding:0;position:absolute;max-height:400px;min-width:100%;background-color:#fff;z-index:1000000}.components-custom-select-control__menu:focus{border:1px solid #1e1e1e;transition:none;outline:none;border-radius:2px}.components-custom-select-control__item{padding:10px 5px 10px 25px;list-style-type:none;align-items:center;cursor:default;display:flex}.components-custom-select-control__item.is-highlighted{background:#ddd}.components-custom-select-control__item-icon{margin-right:0;margin-left:-20px}.components-spinner{height:18px;position:relative;opacity:.7;background-color:#949494;margin:5px 11px 0;border-radius:100%;width:18px;display:inline-block}.components-spinner:before{-webkit-animation:components-spinner__animation 1s linear infinite;animation:components-spinner__animation 1s linear infinite;height:4px;content:"";position:absolute;top:3px;background-color:#fff;transform-origin:6px 6px;border-radius:100%;left:3px;width:4px}@-webkit-keyframes components-spinner__animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes components-spinner__animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.components-snackbar{padding:16px 24px;font-size:13px;color:#fff;max-width:600px;background-color:#1e1e1e;box-sizing:border-box;box-shadow:0 2px 4px rgba(0,0,0,.3);border-radius:2px;cursor:pointer;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}@media(min-width:600px){.components-snackbar{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.components-snackbar:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)}.components-snackbar__action.components-button{height:auto;flex-shrink:0;padding:0;color:#fff;margin-left:32px;line-height:1.4}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary){text-decoration:underline;background-color:transparent}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus{color:#fff;outline:1px dotted #fff;box-shadow:none}.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover{color:var(--wp-admin-theme-color)}.components-snackbar__content{justify-content:space-between;align-items:baseline;line-height:1.4;display:flex}.components-snackbar-list{position:absolute;box-sizing:border-box;width:100%;z-index:100000}.components-snackbar-list__notice-container{padding-top:8px;position:relative}