/* Native modules are unchanged in Divi. Public layout pairs each label with its own help. */
[data-sde-help-ready] [data-sde-help-entry][data-sde-help-mounted] { display:none!important; }
[data-sde-help-complete] [data-sde-help-list-heading] { display:none!important; }
[data-sde-help-ready] .sde-field-label-row { display:flex;align-items:center;gap:8px;margin-bottom:6px; }
[data-sde-help-ready] .sde-field-label-row label,[data-sde-help-ready] .sde-field-label-row [data-sde-help-anchor] { display:block;flex:1;min-width:0;margin:0!important; }
[data-sde-help-ready] .sde-field-label-row [data-sde-help-trigger] { flex:0 0 auto;display:inline-flex!important;align-items:center;justify-content:center;width:28px!important;height:28px;min-height:28px;margin:0!important;padding:0!important;line-height:1!important;cursor:pointer; }
.sde-field-help-popup { position:fixed!important;z-index:2147483000!important;width:min(460px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px);overflow:auto;box-sizing:border-box;margin:0!important;background:var(--sde-help-background,#fff)!important;border:1px solid #b8c8be;border-radius:12px;box-shadow:0 8px 30px #10271b33;padding:22px!important;color:#183f32; }
.sde-field-help-popup[hidden] { display:none!important; }
.sde-field-help-popup [data-sde-help-close] { display:block!important;align-self:flex-end!important;margin:0 0 8px auto!important; }
.sde-field-help-popup [data-sde-help-close] button,.sde-field-help-popup button[data-sde-help-close] { display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0!important;line-height:1!important;background:transparent!important;color:var(--sde-help-close-color,#183f32)!important;cursor:pointer; }
.sde-field-help-popup button::after,[data-sde-help-ready] button[data-sde-help-trigger]::after { display:none!important; }
.sde-field-help-popup button:focus-visible,[data-sde-help-ready] button[data-sde-help-trigger]:focus-visible { outline:2px solid #27694a;outline-offset:3px; }
.sde-field-help-popup .et_pb_text { margin:0!important;max-width:100%; }
.sde-field-help-popup p,.sde-field-help-popup a { overflow-wrap:anywhere; }

/* Keep dropdown arrows inside controls with visible field labels. */
[data-sde-help-ready] [data-type="select"]::after { display:none!important; }
[data-sde-help-ready] select { appearance:auto!important;-webkit-appearance:auto!important; }
