[data-editable]{position:relative;transition:all .2s ease}body.is-embedded-editor [data-editable]:hover{outline:2px dashed hsl(var(--primary)/.5);outline-offset:4px;cursor:text;background-color:hsl(var(--primary)/.05);border-radius:4px}body.is-embedded-editor [data-editable][contenteditable=true]:focus{outline:2px solid hsl(var(--primary));outline-offset:4px;background-color:hsl(var(--primary)/.08);border-radius:4px}body.is-embedded-editor [data-word-limit-reached=true][contenteditable=true]:focus{outline:2px solid #ef4444;outline-offset:4px;background-color:rgba(239,68,68,.08);border-radius:4px;animation:hero-title-limit-border-pulse 1s ease-in-out infinite}body.is-embedded-editor [data-word-limit-blocked=true][contenteditable=true]{animation:hero-title-limit-border-shake .35s ease-in-out,hero-title-limit-border-pulse 1s ease-in-out infinite}@keyframes hero-title-limit-border-pulse{0%,to{outline-color:#ef4444;box-shadow:0 0 0 0 rgba(239,68,68,.45)}50%{outline-color:#dc2626;box-shadow:0 0 0 6px rgba(239,68,68,0)}}@keyframes hero-title-limit-border-shake{0%,to{transform:translateX(0)}25%{transform:translateX(-2px)}75%{transform:translateX(2px)}}body.is-embedded-editor [data-editable][contenteditable=true]{-webkit-user-select:text;-moz-user-select:text;user-select:text}.inline-editor-overlay{min-width:200px;max-width:600px;animation:fade-up .2s ease-out}.inline-editor-overlay input,.inline-editor-overlay textarea{min-height:2.5rem}.inline-editor-overlay textarea{min-height:4rem}body.is-embedded-editor a[href]:not([data-editable]):not(:has([data-editable])):hover,body.is-embedded-editor button:not([data-editable]):not(:has([data-editable])):not(#inline-editing-toolbar-container *):not([aria-label="Remove stat"]):not([aria-label="Delete feature"]):not(.add-stat-button):not(.hero-media-audio-button):not(.wl-courses-filter-button):not(.wl-courses-load-more-button):hover{cursor:not-allowed!important}@media (max-width:768px){body.is-embedded-editor h2[data-editable][contenteditable=true]{max-width:600px!important;overflow-wrap:anywhere;margin:auto!important}}@media (max-width:640px){body.is-embedded-editor h2[data-editable][contenteditable=true]{max-width:300px!important;overflow-wrap:anywhere;margin:auto!important}}