.field-type:has(.character-counter) .field-label{display:flex;justify-content:space-between;align-items:center;width:100%}.field-type:has(.character-counter) .field-label .required{margin-left:.25rem;margin-right:auto}.field-type:has(.character-counter) .field-type__wrap .character-counter{position:absolute;top:-1.75rem;right:0;z-index:1;margin-bottom:0}.character-counter{display:flex;align-items:center;justify-content:flex-end;font-size:.875rem;color:var(--theme-elevation-500,#6b7280);white-space:nowrap;margin-bottom:.5rem}.character-counter__remaining{display:flex;gap:.25rem}.character-counter__remaining-count{font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.character-counter__remaining-text{opacity:.8}.character-counter__count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:var(--font-mono,monospace)}.character-counter__count .character-counter__current{font-weight:500}.character-counter__count .character-counter__separator{opacity:.5;margin:0 .125rem}.character-counter__count .character-counter__max{opacity:.7}@media(prefers-color-scheme:dark){.character-counter{color:var(--theme-elevation-400,#9ca3af)}}.custom-color-picker__colors{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0}.custom-color-picker .field-label{padding-bottom:5px;font-size:13px;color:var(--theme-elevation-800)}.custom-color-picker .custom-color-picker__current{margin-top:5px;font-size:small;color:var(--color-base-400)}.chip{border-radius:50%;border:2px solid #fff;height:2rem;width:2rem;margin-right:.75rem;box-shadow:none;position:relative;transition:all .2s ease}.chip--selected{box-shadow:0 0 0 2px #000}.chip--clickable{cursor:pointer}.chip--clickable:hover{transform:scale(1.05);box-shadow:0 2px 4px rgba(0,0,0,.1)}.custom-cross-tenant-select{width:100%}.custom-cross-tenant-select .react-select__control{background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-150,#dddddd),var(--theme-elevation-300,#555555));border-radius:4px;min-height:38px;box-shadow:none}.custom-cross-tenant-select .react-select__control:hover{border-color:light-dark(var(--theme-elevation-250,#c3c3c3),var(--theme-elevation-400,#777777))}.custom-cross-tenant-select .react-select__control.react-select__control--is-focused{border-color:light-dark(var(--theme-elevation-400,#9a9a9a),var(--theme-elevation-500,#888888));box-shadow:none}.custom-cross-tenant-select .react-select__control.react-select__control--is-disabled{opacity:.6;cursor:not-allowed}.custom-cross-tenant-select .react-select__value-container{padding:6px 12px}.custom-cross-tenant-select .react-select__input-container,.custom-cross-tenant-select .react-select__single-value{color:light-dark(var(--theme-text),var(--theme-text))}.custom-cross-tenant-select .react-select__placeholder{color:light-dark(var(--theme-elevation-500,#666),var(--theme-elevation-400));font-style:italic}.custom-cross-tenant-select .react-select__option{background:light-dark(var(--theme-bg),var(--theme-elevation-100));color:light-dark(var(--theme-text),var(--theme-text));cursor:pointer;padding:8px 12px}.custom-cross-tenant-select .react-select__option.react-select__option--is-focused,.custom-cross-tenant-select .react-select__option:hover{background-color:light-dark(var(--theme-elevation-50,#f5f5f5),var(--theme-elevation-200))}.custom-cross-tenant-select .react-select__option.react-select__option--is-selected{background-color:light-dark(var(--color-blue-50,#eff6ff),var(--color-blue-900,#1a2332));color:light-dark(var(--theme-text),var(--theme-text))}.custom-cross-tenant-select .react-select__multi-value{background-color:light-dark(var(--theme-elevation-50,#f5f5f5),var(--theme-elevation-200));border:1px solid light-dark(var(--theme-elevation-150,#dddddd),var(--theme-elevation-400));border-radius:4px;margin:2px}.custom-cross-tenant-select .react-select__multi-value__label{color:light-dark(var(--theme-text),var(--theme-text));padding:2px 6px;font-size:.875rem}.custom-cross-tenant-select .react-select__multi-value__remove{cursor:pointer;padding:0 4px}.custom-cross-tenant-select .react-select__multi-value__remove:hover{background-color:light-dark(var(--theme-elevation-150,#dddddd),var(--theme-elevation-300));color:light-dark(var(--theme-text),var(--theme-text))}.custom-cross-tenant-select .react-select__menu{z-index:9999;background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-200,#ccc),var(--theme-elevation-400));border-radius:4px;box-shadow:light-dark(0 4px 6px -1px rgba(0,0,0,.1),0 4px 6px -1px rgba(0,0,0,.3));margin-top:0}.custom-cross-tenant-select .react-select__clear-indicator,.custom-cross-tenant-select .react-select__dropdown-indicator{color:var(--theme-elevation-500,#808080);cursor:pointer;padding:8px}.custom-cross-tenant-select .react-select__clear-indicator svg,.custom-cross-tenant-select .react-select__dropdown-indicator svg{transform:scale(.8)}.custom-cross-tenant-select .react-select__clear-indicator:hover,.custom-cross-tenant-select .react-select__dropdown-indicator:hover{color:var(--theme-elevation-600,#666666)}.custom-cross-tenant-select .react-select__indicator-separator{background-color:light-dark(var(--theme-elevation-200,#d0d0d0),var(--theme-elevation-400));margin:8px 0}.custom-cross-tenant-select .react-select__input{outline:none!important;box-shadow:none!important}.custom-cross-tenant-select.error .react-select__control{border-color:var(--theme-error,#ff6b6b)}.custom-cross-tenant-select.error .react-select__control.react-select__control--is-focused,.custom-cross-tenant-select.error .react-select__control:hover{border-color:var(--theme-error,#ff6b6b);box-shadow:0 0 0 1px var(--theme-error,#ff6b6b)}.cross-tenant-option{display:flex;flex-direction:column;gap:2px}.cross-tenant-option__meta{font-size:.72rem;color:var(--theme-elevation-500,#666);line-height:1.3}.cross-tenant-option__label{font-size:.875rem;line-height:1.4}.field-loading.shimmer-effect{background:linear-gradient(90deg,var(--theme-elevation-100,#f0f0f0) 25%,var(--theme-elevation-150,#e0e0e0) 50%,var(--theme-elevation-100,#f0f0f0) 75%);background-size:200% 100%;animation:cross-tenant-shimmer 1.5s infinite;border-radius:4px}@keyframes cross-tenant-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.timezoneContainer{color:#374151}.timezoneContainer .timezone{font-style:italic;font-weight:600}.frontend-status-container{display:flex;align-items:center;gap:8px;padding:12px 0}.frontend-status-container .frontend-status-label{font-weight:600;font-size:13px;color:var(--theme-elevation-800)}.frontend-status-container .frontend-status-loading{font-size:12px;color:var(--theme-elevation-600)}.frontend-status-container .frontend-status-badge{display:inline-block;padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.frontend-status-container .frontend-status-badge--published{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.frontend-status-container .frontend-status-badge--waiting{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.frontend-status-container .frontend-status-badge--draft{background-color:#e2e3e5;color:#383d41;border:1px solid #d6d8db}.frontend-status-container .frontend-status-badge--unpublished{background-color:#ffe5cc;color:#c60;border:1px solid #fc9}.frontend-status-container .frontend-status-badge--error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.frontend-status-container .frontend-status-badge--unknown{background-color:#e2e3e5;color:#383d41;border:1px solid #d6d8db}@layer payload-default{}@layer payload-default{}@layer payload-default{.internal-link-picker{margin-bottom:20px;border:1px solid var(--theme-elevation-150);border-radius:4px;background:var(--theme-elevation-50)}.internal-link-picker__header{padding:0}.internal-link-picker__toggle{width:100%;display:flex;align-items:center;gap:10px;padding:15px 20px;background:rgba(0,0,0,0);border:none;cursor:pointer;text-align:left;color:var(--theme-text);font-size:.875rem;font-weight:500}.internal-link-picker__toggle:hover{background:var(--theme-elevation-100)}.internal-link-picker__toggle-icon{display:inline-block;transition:transform .2s ease;font-size:.75rem;color:var(--theme-elevation-500)}.internal-link-picker__toggle-icon--expanded{transform:rotate(90deg)}.internal-link-picker__toggle-label{flex:1 1}.internal-link-picker__content{padding:0 20px 20px;border-top:1px solid var(--theme-elevation-150)}.internal-link-picker__search{position:relative;margin-bottom:15px}.internal-link-picker__input{width:100%;padding:10px 15px;border:1px solid var(--theme-elevation-200);border-radius:3px;background:var(--theme-input-bg);color:var(--theme-text);font-size:.875rem}.internal-link-picker__input:focus{outline:none;border-color:var(--theme-elevation-400);box-shadow:0 0 0 2px var(--theme-elevation-100)}.internal-link-picker__input::placeholder{color:var(--theme-elevation-400)}.internal-link-picker__loading{position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--theme-elevation-500)}.internal-link-picker__results{list-style:none;margin:0;padding:0;border:1px solid var(--theme-elevation-200);border-radius:3px;max-height:200px;overflow-y:auto}.internal-link-picker__result:not(:last-child){border-bottom:1px solid var(--theme-elevation-150)}.internal-link-picker__result-button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background:rgba(0,0,0,0);border:none;cursor:pointer;text-align:left}.internal-link-picker__result-button:hover{background:var(--theme-elevation-100)}.internal-link-picker__result-title{flex:1 1;font-size:.875rem;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px}.internal-link-picker__result-collection{font-size:.75rem;color:var(--theme-elevation-500);background:var(--theme-elevation-100);padding:2.5px 7.5px;border-radius:3px;white-space:nowrap}.internal-link-picker__no-results{padding:15px;text-align:center;color:var(--theme-elevation-500);font-size:.875rem}.internal-link-picker__hint{margin-top:10px;font-size:.75rem;color:var(--theme-elevation-400)}}.preview-buttons-container{display:flex;gap:8px;align-items:center}.preview-buttons-container a,.preview-buttons-container button{white-space:nowrap;flex-shrink:0}.preview-buttons-container a:focus:not(:focus-visible){outline:none;opacity:1}.live-link-button:active,.live-link-button:focus,.live-link-button:focus-visible,.preview-button:active,.preview-button:focus,.preview-button:focus-visible{color:inherit!important}.slug-field .input-container{position:relative;width:100%}.slug-field .input-container .input-wrapper{width:100%}.slug-field .input-container .field-type.text input{padding-right:35px}.slug-field .input-container .lock-button-overlay{position:absolute;right:12px;top:calc(50% - 10px);z-index:1;margin:0;padding:4px;border-radius:4px;background:rgba(0,0,0,0);border:none;cursor:pointer;height:20px;width:20px;display:flex;align-items:center;justify-content:center}.slug-field .input-container .lock-button-overlay:hover{background-color:rgba(0,0,0,.05)}.custom-position-select{width:100%}.custom-position-select .react-select__control{background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-150,#dddddd),var(--theme-elevation-300,#555555));border-radius:4px;min-height:38px}.custom-position-select .react-select__control:hover{border-color:light-dark(var(--theme-elevation-250,#c3c3c3),var(--theme-elevation-400,#777777))}.custom-position-select .react-select__control.react-select__control--is-focused{border-color:light-dark(var(--theme-elevation-400,#9a9a9a),var(--theme-elevation-500,#888888));box-shadow:none}.custom-position-select .react-select__value-container{padding:2px 8px}.custom-position-select .react-select__single-value{color:light-dark(var(--theme-text-color,#333),var(--theme-text))}.custom-position-select .react-select__placeholder{color:light-dark(var(--theme-elevation-500,#666),var(--theme-elevation-400))}.custom-position-select .react-select__menu{z-index:9999;background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-200,#ccc),var(--theme-elevation-400));border-radius:4px;box-shadow:light-dark(0 4px 6px -1px rgba(0,0,0,.1),0 4px 6px -1px rgba(0,0,0,.3))}.custom-position-select .react-select__option{background:light-dark(var(--theme-bg),var(--theme-elevation-100));color:light-dark(var(--theme-text),var(--theme-text));padding:8px 12px}.custom-position-select .react-select__option.react-select__option--is-focused,.custom-position-select .react-select__option:hover{background-color:light-dark(var(--theme-elevation-50,#f5f5f5),var(--theme-elevation-200))}.custom-position-select .react-select__option.react-select__option--is-selected{background-color:light-dark(var(--color-blue-50,#eff6ff),var(--color-blue-900,#1a2332));color:light-dark(var(--theme-text),var(--theme-text))}.custom-position-select.error .react-select__control{border-color:var(--theme-error,#ff6b6b)}.custom-position-select.error .react-select__control.react-select__control--is-focused,.custom-position-select.error .react-select__control:hover{border-color:var(--theme-error,#ff6b6b);box-shadow:0 0 0 1px var(--theme-error,#ff6b6b)}.custom-size-select{width:100%}.custom-size-select .react-select__control{background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-150,#dddddd),var(--theme-elevation-300,#555555));border-radius:4px;min-height:38px}.custom-size-select .react-select__control:hover{border-color:light-dark(var(--theme-elevation-250,#c3c3c3),var(--theme-elevation-400,#777777))}.custom-size-select .react-select__control.react-select__control--is-focused{border-color:light-dark(var(--theme-elevation-400,#9a9a9a),var(--theme-elevation-500,#888888));box-shadow:none}.custom-size-select .react-select__value-container{padding:2px 8px}.custom-size-select .react-select__multi-value__label,.custom-size-select .react-select__single-value{color:light-dark(var(--theme-text-color,#333),var(--theme-text))}.custom-size-select .react-select__placeholder{color:light-dark(var(--theme-elevation-500,#666),var(--theme-elevation-400))}.custom-size-select .react-select__multi-value{background-color:light-dark(var(--theme-elevation-100,#e5e5e5),var(--theme-elevation-200));border-radius:2px}.custom-size-select .react-select__multi-value__remove{color:light-dark(var(--theme-elevation-600,#888),var(--theme-elevation-400))}.custom-size-select .react-select__multi-value__remove:hover{background-color:light-dark(var(--theme-elevation-200,#d0d0d0),var(--theme-elevation-300));color:light-dark(var(--theme-text),var(--theme-text))}.custom-size-select .react-select__menu{z-index:9999;background:light-dark(var(--theme-bg),var(--theme-elevation-100));border:1px solid light-dark(var(--theme-elevation-200,#ccc),var(--theme-elevation-400));border-radius:4px;box-shadow:light-dark(0 4px 6px -1px rgba(0,0,0,.1),0 4px 6px -1px rgba(0,0,0,.3))}.custom-size-select .react-select__option{background:light-dark(var(--theme-bg),var(--theme-elevation-100));color:light-dark(var(--theme-text),var(--theme-text));padding:8px 12px}.custom-size-select .react-select__option.react-select__option--is-focused,.custom-size-select .react-select__option:hover{background-color:light-dark(var(--theme-elevation-50,#f5f5f5),var(--theme-elevation-200))}.custom-size-select .react-select__option.react-select__option--is-selected{background-color:light-dark(var(--color-blue-50,#eff6ff),var(--color-blue-900,#1a2332));color:light-dark(var(--theme-text),var(--theme-text))}.custom-size-select.error .react-select__control{border-color:var(--theme-error,#ff6b6b)}.custom-size-select.error .react-select__control.react-select__control--is-focused,.custom-size-select.error .react-select__control:hover{border-color:var(--theme-error,#ff6b6b);box-shadow:0 0 0 1px var(--theme-error,#ff6b6b)}.field-loading{background:linear-gradient(90deg,var(--theme-elevation-100,#f0f0f0) 25%,var(--theme-elevation-150,#e0e0e0) 50%,var(--theme-elevation-100,#f0f0f0) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.custom-author-select{width:100%}.custom-author-select .field-loading{padding:1rem;text-align:center;color:var(--theme-text-muted,#666);font-style:italic}.custom-author-select .field-error{padding:1rem;text-align:center;color:var(--theme-error,#ff6b6b);font-style:italic}.custom-author-select .react-select__control{border:1px solid var(--theme-elevation-150,#dddddd);border-radius:var(--style-radius-s,4px);background:var(--theme-input-bg,var(--theme-elevation-0,#ffffff));color:var(--theme-elevation-800);font-size:1rem;min-height:40px;padding:0;width:100%;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.custom-author-select .react-select__control:hover{border-color:var(--theme-elevation-250,#c3c3c3)}.custom-author-select .react-select__control--is-focused{border-color:var(--theme-elevation-400,#9a9a9a);box-shadow:none;outline:0}.custom-author-select .react-select__control--is-disabled{background-color:var(--theme-elevation-50,#f5f5f5);cursor:not-allowed;opacity:.6}.custom-author-select .react-select__value-container{padding:6px 12px}.custom-author-select .react-select__option{background-color:rgba(0,0,0,0);color:var(--theme-elevation-800,#2f2f2f);cursor:pointer;padding:8px 12px}.custom-author-select .react-select__option--is-focused{background-color:var(--theme-elevation-100,#ebebeb);color:var(--theme-elevation-800,#2f2f2f)}.custom-author-select .react-select__option--is-selected{background-color:var(--theme-elevation-300,#b5b5b5);color:var(--theme-elevation-800,#2f2f2f)}.custom-author-select .react-select__option--is-selected.react-select__option--is-focused{background-color:var(--theme-elevation-350,#a8a8a8)}.custom-author-select .react-select__option--is-disabled{color:var(--theme-elevation-400,#9a9a9a);cursor:not-allowed}.custom-author-select .react-select__input-container,.custom-author-select .react-select__single-value{color:var(--theme-elevation-800,#2f2f2f)}.custom-author-select .react-select__placeholder{color:var(--theme-elevation-400,#9a9a9a);font-style:italic}.custom-author-select .react-select__multi-value{background-color:var(--theme-elevation-50,#f5f5f5);border:1px solid var(--theme-border-color,var(--theme-elevation-150,#dddddd));border-radius:var(--style-radius-s,4px);margin:2px}.custom-author-select .react-select__multi-value__label{color:var(--theme-elevation-800,#2f2f2f);padding:2px 6px;font-size:.875rem}.custom-author-select .react-select__multi-value__remove{color:var(--theme-elevation-300,#b5b5b5);border-radius:0 calc(var(--style-radius-s, 4px) - 1px) calc(var(--style-radius-s, 4px) - 1px) 0;padding:0 4px;cursor:pointer;font-weight:400}.custom-author-select .react-select__multi-value__remove svg{width:16px;height:16px;stroke-width:1}.custom-author-select .react-select__multi-value__remove:hover{background-color:var(--theme-elevation-150,#dddddd);color:var(--theme-elevation-600,#666666)}.custom-author-select .react-select__menu{background-color:var(--theme-elevation-0,#ffffff);border:1px solid var(--theme-elevation-150,#dddddd);border-radius:var(--style-radius-s,4px);box-shadow:0 4px 12px rgba(0,0,0,.15);margin-top:0;z-index:1000}.custom-author-select .react-select__menu-list{padding:4px 0}.custom-author-select .react-select__clear-indicator,.custom-author-select .react-select__dropdown-indicator{color:var(--theme-elevation-400,#9a9a9a);cursor:pointer;padding:8px;transition:color .15s ease-in-out;display:flex;align-items:center;justify-content:center}.custom-author-select .react-select__clear-indicator:hover,.custom-author-select .react-select__dropdown-indicator:hover{color:var(--theme-elevation-600,#666666)}.custom-author-select .react-select__clear-indicator svg,.custom-author-select .react-select__dropdown-indicator svg{width:20px;height:20px}.custom-author-select .react-select__indicator-separator{background-color:var(--theme-elevation-200,#d0d0d0);margin:8px 0;width:1px}.custom-author-select .react-select__loading-indicator{color:var(--theme-elevation-400,#9a9a9a)}.custom-author-select .react-select__control,.custom-author-select .react-select__control--is-disabled,.custom-author-select .react-select__control--is-focused,.custom-author-select .react-select__control--menu-is-open{box-shadow:none!important}.custom-author-select .react-select__control--is-disabled:active,.custom-author-select .react-select__control--is-disabled:focus,.custom-author-select .react-select__control--is-disabled:focus-within,.custom-author-select .react-select__control--is-focused:active,.custom-author-select .react-select__control--is-focused:focus,.custom-author-select .react-select__control--is-focused:focus-within,.custom-author-select .react-select__control--menu-is-open:active,.custom-author-select .react-select__control--menu-is-open:focus,.custom-author-select .react-select__control--menu-is-open:focus-within,.custom-author-select .react-select__control:active,.custom-author-select .react-select__control:focus,.custom-author-select .react-select__control:focus-within{border-color:var(--theme-elevation-400,#9a9a9a)!important;box-shadow:none!important;outline:none!important}.custom-author-select .react-select__option:active,.custom-author-select .react-select__option:focus{background-color:var(--theme-elevation-100,#ebebeb)!important;color:var(--theme-elevation-800,#2f2f2f)!important}.custom-author-select :focus,.custom-author-select :focus-visible,.custom-author-select :focus-within{outline:none!important;box-shadow:none!important}.custom-author-select ::selection{background-color:var(--theme-elevation-200,#d0d0d0);color:var(--theme-elevation-800,#2f2f2f)}.custom-author-select ::-moz-selection{background-color:var(--theme-elevation-200,#d0d0d0);color:var(--theme-elevation-800,#2f2f2f)}.custom-author-select.error .react-select__control,.custom-author-select.error .react-select__control--is-focused,.custom-author-select.error .react-select__control--menu-is-open{background-color:var(--theme-error-50)!important;border:1px solid var(--theme-error-500)!important;box-shadow:none!important}.custom-author-select.error .react-select__control--is-focused:hover,.custom-author-select.error .react-select__control--menu-is-open:hover,.custom-author-select.error .react-select__control:hover{border-color:var(--theme-error-500)!important}.relationship-field__debug{margin-top:1rem;padding:.5rem;background-color:var(--theme-elevation-50,#f8f9fa);border-radius:4px;border:1px solid var(--theme-elevation-200,#e9ecef)}.relationship-field__debug summary{cursor:pointer;font-weight:600;margin-bottom:.5rem}.relationship-field__debug ul{list-style:none;padding:0;margin:0}.relationship-field__debug ul li{padding:.125rem 0;font-family:monospace;font-size:.75rem}.field-type .controls{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-bottom:.5rem}.field-type .controls .filter-input{flex:1 1;max-width:300px;padding:6px 8px;border:1px solid var(--theme-elevation-100);border-radius:4px;font-size:14px}.field-type .controls .filter-input:focus{outline:none;border-color:var(--theme-elevation-400)}.field-type .tenant-groups-container{width:100%}.field-type .tenant-groups-container .tenant-groups{display:flex;flex-wrap:wrap;gap:.75rem}.field-type .tenant-groups-container .tenant-groups .tenant-group{flex:1 1 auto;min-width:min(100%,250px);width:-moz-fit-content;width:fit-content;max-width:100%;border:1px solid var(--theme-elevation-100);border-radius:4px;background-color:var(--theme-input-bg)}.field-type .tenant-groups-container .tenant-groups .tenant-group .tenant-header{padding:6px 10px;background-color:var(--theme-elevation-50);border-bottom:1px solid var(--theme-elevation-100);border-top-left-radius:4px;border-top-right-radius:4px}.field-type .tenant-groups-container .tenant-groups .tenant-group .tenant-header h3{margin:0;font-size:14px;font-weight:600;color:var(--theme-text)}.field-type .tenant-groups-container .tenant-groups .tenant-group .tags-container{padding:.5rem;width:auto}.field-type .special-tags-list{list-style:none;padding:0;margin:0}.field-type .special-tags-list .special-tag-item{padding:4px 0}.field-type .special-tags-list .special-tag-item .tag-label{display:flex;align-items:center;gap:5px;cursor:pointer}.field-type .special-tags-list .special-tag-item .tag-label input[type=checkbox]{margin:0}.field-type .special-tags-list .special-tag-item .tag-label .tag-name{font-size:14px}.field-type .loading,.field-type .no-results{padding:.5rem;text-align:center;color:var(--theme-elevation-400)}