.site-header:has(.workspace-header-nav){height:auto;min-height:104px;flex-wrap:wrap;padding:12px 0 10px;gap:12px}.site-header .brand{order:1}.site-utility-nav{order:2;display:flex;gap:3px;margin-inline-start:auto}.site-utility-nav a{padding:7px 9px;border-radius:8px;color:#536b5d;font-size:12px;font-weight:700;text-decoration:none;transition:background .16s,color .16s}.site-utility-nav a:hover,.site-utility-nav a:focus-visible{background:#edf5e8;color:#1f452d;outline:none}.site-header .language-menu{order:3;margin-inline-start:0}.workspace-header-nav{order:4;display:flex;flex:0 0 100%;flex-wrap:wrap;justify-content:center;gap:6px;margin:0;padding:9px 0 0;border-top:1px solid #dce6da}.workspace-header-nav a{flex:none;padding:6px 9px;border:1px solid #d5e0d4;border-radius:8px;background:#fff;color:#405a49;font-size:11px;font-weight:700;letter-spacing:-.02em;text-decoration:none;box-shadow:0 1px 2px rgba(24,45,36,.03);transition:background .16s,border-color .16s,color .16s,transform .16s}.workspace-header-nav a:hover,.workspace-header-nav a:focus-visible{border-color:#93b37d;background:#e7f3d8;color:#183b24;outline:none;transform:translateY(-1px)}.mobile-tool-menu{display:none}.mobile-tools-options{display:none}@media(max-width:850px){.site-header:has(.workspace-header-nav){gap:8px}.site-utility-nav a{padding:6px;font-size:11px}.workspace-header-nav{justify-content:flex-start}.workspace-header-nav a{font-size:10px;padding:6px 7px}}@media(max-width:700px){.site-header:has(.workspace-header-nav){min-height:72px;padding:10px 0;gap:6px}.site-header .site-utility-nav{display:none}.site-header .language-menu{margin-inline-start:auto}.workspace-header-nav{justify-content:flex-start;gap:5px;padding-top:8px}.workspace-header-nav a{font-size:10px;padding:6px 7px}.language-toggle{min-width:44px;min-height:44px;white-space:nowrap}.language-toggle #currentLanguage{display:none}}

/* Cropper uses custom elements, so make the editing canvas fill its fixed stage. */
.crop-stage cropper-canvas{display:block;width:100%;height:100%}

.embedded-image-tools{display:block;width:100%;height:930px;border:0;border-radius:14px;background:#fff}
@media(max-width:620px){.embedded-image-tools{height:1180px}}

/* Keep the shared header geometry stable in RTL locales: brand left, language picker right. */
html[dir="rtl"] .site-header:has(.workspace-header-nav){direction:ltr}
html[dir="rtl"] .site-header .site-utility-nav,html[dir="rtl"] .site-header .workspace-header-nav,html[dir="rtl"] .site-header .language-menu{direction:rtl}
html[dir="rtl"] .site-header .language-menu{margin-left:auto;margin-right:0}
html[dir="rtl"] .site-header .language-options{right:0;left:auto}

.site-footer .legal-notice-link{opacity:.62;font-size:10px;font-weight:600}
.site-footer .legal-notice-link:hover,.site-footer .legal-notice-link:focus-visible{opacity:1}
