/* Header container adapter only. Logo, identity and links reuse /shared/editor.css. */
#yi2c-collage-mobile.word-builder header.word-art-header {display:block;height:auto;padding:0;border:0;background:#fff}
#yi2c-collage-mobile.word-builder .word-art-header > .yi2c-builder-header {display:flex;align-items:center;gap:16px;min-height:64px;height:64px;padding:8px 20px;background:#fff;border-bottom:1px solid #d8d8d8}
#yi2c-collage-mobile.word-builder .word-art-header .yi2c-brand-logo {aspect-ratio:240 / 36}
#yi2c-collage-mobile.word-builder .workspace {width:100%;max-width:none;margin:0;height:calc(100vh - 64px)}
#yi2c-collage-mobile.word-builder .word-art-header .collection-link {margin:0;font:600 12px/1.2 Arial,sans-serif;color:#fff;background:#000;padding:0 14px;min-height:36px;display:flex;align-items:center;justify-content:center;border-radius:0}
#yi2c-collage-mobile.word-builder .collection-label-mobile {display:none}
#yi2c-collage-mobile.word-builder .word-art-header .collection-link:after {content:none}
#yi2c-collage-mobile.word-builder .word-art-header a:focus-visible {outline:2px solid #9d3f59;outline-offset:2px}
@media(max-width:899px){
 #yi2c-collage-mobile.word-builder .word-art-header > .yi2c-builder-header {height:auto;min-height:86px;gap:6px 12px;padding:7px 10px;flex-wrap:wrap}
 #yi2c-collage-mobile.word-builder .word-art-header .yi2c-builder-links {flex:1 0 100%;margin:0;gap:16px;justify-content:flex-end}
 #yi2c-collage-mobile.word-builder .word-art-header .collection-link {margin-right:auto;min-height:32px;font-size:11px}
 #yi2c-collage-mobile.word-builder .collection-label-desktop {display:none}
 #yi2c-collage-mobile.word-builder .collection-label-mobile {display:inline}
 #yi2c-collage-mobile.word-builder .workspace {height:auto}
 #yi2c-collage-mobile.word-builder .stage {min-height:calc(100vh - 86px)}
}
