:root {
    --be2-ink: #15224a;
    --be2-muted: #69738c;
    --be2-line: #dfe4ef;
    --be2-soft: #f3f6fb;
    --be2-blue: #4d5fe9;
    --be2-blue-dark: #3045c9;
    --be2-panel: #ffffff;
    --be2-shadow: 0 18px 48px rgba(26, 38, 79, .10);
}

.banner-editor-v2 {
    max-width: 1680px;
    padding: 26px 22px 72px;
    color: var(--be2-ink);
}

.banner-editor-v2 .editor-head {
    align-items: center;
    margin-bottom: 18px;
}

.editor2-brand {
    display: flex;
    align-items: center;
    gap: 13px;
}

.editor2-brand-mark {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(145deg, #273b9e, #5367ef);
    box-shadow: 0 10px 22px rgba(58, 78, 196, .24);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.editor2-eyebrow,
.editor2-panel-kicker {
    margin: 0 0 3px;
    color: #8490aa;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.banner-editor-v2 .editor-title {
    font-size: 24px;
    line-height: 1.25;
    color: var(--be2-ink);
}

.editor2-template-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid var(--be2-line);
    border-radius: 12px;
    background: #fff;
    color: var(--be2-muted);
}

.editor2-template-meta span {
    padding: 5px 8px;
    border-radius: 7px;
    background: var(--be2-soft);
    color: var(--be2-blue-dark);
    font-size: 12px;
    font-weight: 800;
}

.editor2-template-meta strong {
    font-size: 13px;
}

.editor2-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
    padding: 7px;
    border: 1px solid var(--be2-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(28, 40, 84, .05);
}

.editor2-step {
    display: grid;
    grid-template-columns: 30px auto;
    grid-template-rows: auto auto;
    column-gap: 9px;
    padding: 9px 12px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: var(--be2-muted);
    text-align: left;
    cursor: pointer;
}

.editor2-step > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #edf0f7;
    color: #66718b;
    font-size: 12px;
    font-weight: 900;
}

.editor2-step strong {
    color: var(--be2-ink);
    font-size: 13px;
}

.editor2-step small {
    overflow: hidden;
    color: #8a94aa;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.editor2-step.is-active {
    background: #eef1ff;
}

.editor2-step.is-active > span {
    background: var(--be2-blue);
    color: #fff;
}

.banner-editor-v2 .editor-shell,
.banner-editor-v2.vertical-template .editor-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    column-gap: 20px;
    row-gap: 0;
    align-items: start;
}

.banner-editor-v2 .editor-shell .tool-panel.editor2-stacked-tool-panel,
.banner-editor-v2.vertical-template .editor-shell .tool-panel.editor2-stacked-tool-panel {
    margin-top: 24px !important;
}

.banner-editor-v2 .editor2-workspace-stack {
    display: grid;
    min-width: 0;
    gap: 24px;
    align-content: start;
}

.banner-editor-v2 .editor2-workspace-stack > .tool-panel {
    position: static;
    top: auto;
    max-height: none;
}

.banner-editor-v2 .editor2-workspace-stack #editor2_tool_body {
    max-height: none;
    overflow: visible;
}

.banner-editor-v2 .editor2-workspace-stack > .editor2-standalone-card {
    width: 100%;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--be2-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--be2-shadow);
    box-sizing: border-box;
}

.banner-editor-v2 .canvas-panel,
.banner-editor-v2.vertical-template .canvas-panel {
    min-width: 0;
    padding: 0;
    border: 1px solid var(--be2-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--be2-shadow);
    overflow: hidden;
}

.editor2-canvas-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 66px;
    padding: 10px 14px 10px 18px;
    border-bottom: 1px solid var(--be2-line);
    background: #fff;
}

.editor2-canvas-head > div:first-child {
    display: grid;
    gap: 3px;
}

.editor2-canvas-head strong {
    font-size: 15px;
}

.editor2-canvas-head span {
    color: var(--be2-muted);
    font-size: 12px;
}

.banner-editor-v2 .editor-actions {
    flex-wrap: nowrap;
}

.banner-editor-v2 .zoom-control {
    padding: 3px;
    border-color: var(--be2-line);
    border-radius: 10px;
    background: var(--be2-soft);
}

.banner-editor-v2 .zoom-control button {
    min-width: 34px;
    height: 32px;
    border-radius: 7px;
    background: transparent;
    color: var(--be2-ink);
}

.banner-editor-v2 .zoom-control button:hover {
    background: #fff;
    box-shadow: 0 3px 8px rgba(21, 34, 74, .10);
}

.banner-editor-v2 .zoom-control output {
    min-width: 48px;
    color: var(--be2-ink);
    font-size: 12px;
}

.editor2-stage {
    min-height: 0;
    padding: 18px;
    overflow: hidden;
    overscroll-behavior: none;
    background:
        linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
        #e9edf4;
    background-size: 24px 24px;
}

.banner-editor-v2 .canvas-wrap,
.banner-editor-v2.vertical-template .canvas-wrap {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: auto;
}

.banner-editor-v2 #banner_canvas {
    box-shadow: 0 18px 48px rgba(27, 37, 65, .18);
}

.banner-editor-v2 .object-status {
    margin: 0;
    padding: 11px 16px;
    border: 0;
    border-top: 1px solid var(--be2-line);
    border-radius: 0;
    background: #fff;
    color: var(--be2-muted);
    font-size: 12px;
}

.banner-editor-v2 .tool-panel,
.banner-editor-v2.vertical-template .tool-panel {
    container-type: inline-size;
    position: sticky;
    top: 14px;
    max-height: calc(100vh - 28px);
    margin: 0;
    padding: 0;
    border: 1px solid var(--be2-line);
    border-radius: 18px;
    background: var(--be2-panel);
    box-shadow: var(--be2-shadow);
    overflow: hidden;
}

.banner-editor-v2 .tool-panel.editor2-wide .tool-grid,
.banner-editor-v2.vertical-template .tool-panel.editor2-wide .tool-grid {
    grid-template-columns:
        minmax(150px, 1.6fr)
        120px
        minmax(180px, 1.2fr)
        minmax(125px, 1fr)
        minmax(125px, 1fr)
        84px !important;
}

.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row {
    grid-column: auto !important;
}

.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(1) { order: 1; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(2) { order: 2; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(3) { order: 3; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(10) { order: 4; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(11) { order: 5; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(12) { order: 6; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(4) { order: 7; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(5) { order: 8; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(6) { order: 9; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(7) { order: 10; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(8) { order: 11; }
.banner-editor-v2 .tool-panel.editor2-wide .tool-grid .form-row:nth-child(9) { order: 12; }

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card {
    display: grid;
    grid-template-columns:
        minmax(300px, 2.2fr)
        minmax(145px, 1.15fr)
        100px
        minmax(160px, 1.25fr)
        70px
        70px
        76px;
    gap: 8px;
    align-items: end;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card > h2 {
    grid-column: 1 / -1;
    margin-bottom: 14px;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card > .form-row {
    grid-column: auto;
    order: 1;
    min-width: 0;
    margin: 0;
    padding: 7px;
    border: 1px solid #e3e8f2;
    border-radius: 10px;
    background: #f8fafc;
    box-sizing: border-box;
    min-height: 74px;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card > .form-row textarea {
    height: 38px;
    min-height: 38px;
    padding: 7px 9px;
    resize: none;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card > .tool-grid {
    display: contents;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row {
    min-width: 0;
    margin: 0;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(1),
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(2),
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(3),
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(10),
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(11),
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(12) {
    padding: 7px;
    border: 1px solid #e3e8f2;
    border-radius: 10px;
    background: #f8fafc;
    box-sizing: border-box;
    min-height: 74px;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(1) select,
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(2) select,
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(3) input,
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(12) input {
    height: 38px;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(1) { order: 2; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(2) { order: 3; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(3) { order: 4; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(10) { order: 5; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(11) { order: 6; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(12) { order: 7; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(4) { order: 8; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(5) { order: 9; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(6) { order: 10; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(7) { order: 11; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(8) { order: 12; }
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .tool-grid .form-row:nth-child(9) { order: 13; }

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card > .btn-row {
    grid-column: 1 / -1;
    order: 20;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .color-summary {
    width: 100%;
    gap: 0;
    justify-content: center;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .color-swatch {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #d8deea;
}

.banner-editor-v2 .editor2-text-card .color-code {
    display: none;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .color-control,
.banner-editor-v2 .tool-panel.editor2-wide .editor2-text-card .stroke-control {
    display: block;
    width: 100%;
}

.banner-editor-v2 .tool-panel .editor2-text-card.editor2-layout-ready {
    display: block;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row,
.banner-editor-v2 .editor2-layout-ready .editor2-secondary-row {
    display: grid;
    gap: 10px;
    align-items: stretch;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    padding: 8px;
    border: 1px solid #e5e9f2;
    border-radius: 11px;
    background: #f7f9fc;
    box-sizing: border-box;
}

.banner-editor-v2 .editor2-layout-ready .editor2-secondary-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 12px;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row .form-row,
.banner-editor-v2 .editor2-layout-ready .editor2-secondary-row .form-row {
    order: initial !important;
    grid-column: auto !important;
    min-width: 0;
    margin: 0;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row .form-row {
    position: relative;
    min-height: 38px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
}

.banner-editor-v2 .editor2-primary-row .editor2-control-tooltip {
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    z-index: 120;
    display: block;
    padding: 6px 8px;
    border-radius: 7px;
    background: #17203d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -3px);
    transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
    pointer-events: none;
}

.banner-editor-v2 .editor2-primary-row .form-row:hover > .editor2-control-tooltip,
.banner-editor-v2 .editor2-primary-row .form-row:focus-within > .editor2-control-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row .form-row > label {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row .editor2-field-copy {
    grid-column: 1 / -1 !important;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row textarea {
    display: block;
    width: 100%;
    height: 38px !important;
    min-height: 38px !important;
    padding: 5px 12px;
    box-sizing: border-box;
    line-height: 22px;
    overflow-x: hidden;
    overflow-y: hidden;
    resize: none;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row #text_input {
    padding: 8px 12px !important;
    font-size: 15px !important;
    line-height: 20px !important;
    vertical-align: middle;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row textarea:focus {
    overflow-y: auto;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row select,
.banner-editor-v2 .editor2-layout-ready .editor2-primary-row input {
    height: 38px;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-font {
    position: relative;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-font::before,
.banner-editor-v2 .editor2-primary-row .editor2-field-font::after {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-font::before {
    content: "T";
    left: 12px;
    color: #38425d;
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 500;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-font::after {
    content: "글꼴";
    left: 36px;
    color: #202b49;
    font-size: 12px;
    font-weight: 900;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-font select {
    padding-right: 8px;
    padding-left: 8px;
    color: transparent;
    cursor: pointer;
    font-size: 13px;
    text-align: left !important;
    text-align-last: left;
    direction: ltr;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-font select option {
    padding: 4px 8px !important;
    color: var(--be2-ink);
    font-size: 13px;
    text-align: left !important;
    text-indent: 0;
    direction: ltr;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-font.editor2-font-custom-ready::before,
.banner-editor-v2 .editor2-primary-row .editor2-field-font.editor2-font-custom-ready::after {
    content: none;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-font.editor2-font-custom-ready > select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
}

.banner-editor-v2 .editor2-font-trigger {
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    gap: 8px;
    padding: 0 10px;
    border: 1px solid #cfd6e2;
    border-radius: 9px;
    background: #fff;
    color: #202b49;
    cursor: pointer;
}

.banner-editor-v2 .editor2-font-trigger > span {
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
}

.banner-editor-v2 .editor2-font-trigger > strong {
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.banner-editor-v2 .editor2-font-menu {
    position: fixed;
    top: auto;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid #cfd6e2;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .16);
    box-sizing: border-box;
}

.banner-editor-v2 .editor2-field-font.is-font-menu-open .editor2-font-menu {
    display: grid;
    gap: 2px;
}

.banner-editor-v2 .editor2-font-option {
    width: 100%;
    min-height: 30px;
    padding: 6px 10px;
    border: 0;
    border-radius: 5px;
    background: #fff;
    color: var(--be2-ink);
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

.banner-editor-v2 .editor2-font-option:hover,
.banner-editor-v2 .editor2-font-option:focus-visible {
    background: #eef2ff;
    outline: none;
}

.banner-editor-v2 .editor2-font-option.is-selected {
    background: var(--be2-blue);
    color: #fff;
}

.banner-editor-v2 .editor2-field-font.is-font-menu-open > .editor2-control-tooltip {
    display: none;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-weight.editor2-weight-custom-ready > select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
}

.banner-editor-v2 .editor2-weight-trigger {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 38px;
    padding: 0 25px 0 10px;
    overflow: hidden;
    border: 1px solid #cfd6e2;
    border-radius: 9px;
    background: #fff;
    color: #202b49;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}

.banner-editor-v2 .editor2-weight-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
}

.banner-editor-v2 .editor2-weight-trigger-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-editor-v2 .editor2-weight-menu {
    min-width: 140px;
}

.banner-editor-v2 .editor2-field-weight.is-weight-menu-open .editor2-weight-menu {
    display: grid;
    gap: 2px;
}

.banner-editor-v2 .editor2-field-weight.is-weight-menu-open > .editor2-control-tooltip {
    display: none;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-weight select,
.banner-editor-v2 .editor2-primary-row .editor2-field-weight select option {
    font-size: 13px;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size .size-control {
    position: relative;
    display: grid;
    grid-template-columns: 18px minmax(42px, 54px) 18px 50px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: 38px;
    padding: 0 4px;
    border: 1px solid #dbe0ea;
    border-radius: 10px;
    background: #f2f4f8;
    box-sizing: border-box;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size .size-control::before,
.banner-editor-v2 .editor2-layout-ready .editor2-field-size .size-control::after {
    color: #65708a;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size .size-control::before {
    content: "A−";
    grid-column: 1;
    grid-row: 1;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size .size-control::after {
    content: "A+";
    grid-column: 3;
    grid-row: 1;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size #font_size {
    display: none;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size #font_size_range {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    height: 36px !important;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px;
    background: transparent;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size #font_size_range::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 999px;
    background: #c7cede;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size #font_size_range::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    margin-top: -5px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--be2-blue);
    box-shadow: 0 0 0 1px var(--be2-blue);
    cursor: ew-resize;
    appearance: none;
    -webkit-appearance: none;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size #font_size_range::-moz-range-track {
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: #c7cede;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size #font_size_range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--be2-blue);
    box-shadow: 0 0 0 1px var(--be2-blue);
    cursor: ew-resize;
}

.banner-editor-v2 .editor2-layout-ready .editor2-field-size .editor2-size-value {
    position: static;
    grid-column: 4;
    grid-row: 1;
    display: grid;
    place-items: center;
    width: 50px;
    min-width: 50px;
    height: 28px;
    padding: 0 4px;
    border: 1px solid #d8deea;
    border-radius: 8px;
    background: #fff;
    color: #202b49;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 900;
    pointer-events: none;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row .color-summary {
    width: 100%;
    justify-content: flex-start;
    gap: 0;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-layout-ready .editor2-primary-row .color-summary {
    justify-content: flex-start;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row .color-swatch,
.banner-editor-v2 .tool-panel.editor2-wide .editor2-layout-ready .editor2-primary-row .color-swatch {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 8px;
}

.banner-editor-v2 #font_color_swatch {
    position: relative;
    display: inline-flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: flex-start;
    width: 48px;
    padding: 0 21px 0 6px;
    border: 0;
    background: #fff !important;
    box-shadow: none;
    color: #ff0000;
}

.banner-editor-v2 #font_color_swatch::before {
    content: "T";
    color: currentColor;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.banner-editor-v2 #font_color_swatch::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 6px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 1px #cfd6e2;
    box-sizing: border-box;
}

.banner-editor-v2 #stroke_color_swatch {
    display: grid;
    place-items: center;
    border: 1px solid #d8deea !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #ff0000;
}

.banner-editor-v2 #stroke_color_swatch::before {
    content: "T";
    color: currentColor;
    font-family: Arial Black, Arial, sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px currentColor;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width input {
    border: 1px solid #cfd6e2 !important;
    box-shadow: none !important;
    padding-right: 2px;
    appearance: auto;
    -moz-appearance: auto;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width input::-webkit-inner-spin-button,
.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width input::-webkit-outer-spin-button {
    display: block;
    margin: 0;
    opacity: 1;
    -webkit-appearance: inner-spin-button;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-layout-ready .editor2-primary-row {
    grid-template-columns:
        minmax(260px, 2.1fr)
        104px
        120px
        100px
        minmax(180px, .82fr)
        52px
        52px
        72px
        124px;
    column-gap: 12px;
}

.banner-editor-v2 .banner-editor-tool-panel .editor2-image-add-button {
    overflow: hidden;
}

.banner-editor-v2 .banner-editor-tool-panel .editor2-image-add-button strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@container (min-width: 1050px) {
    .banner-editor-v2 .banner-editor-tool-panel .editor2-layout-ready .editor2-primary-row {
        grid-template-columns:
            minmax(240px, 1fr)
            94px
            110px
            90px
            minmax(150px, 160px)
            48px
            42px
            64px
            112px;
        column-gap: 10px;
    }

    .banner-editor-v2 .banner-editor-tool-panel .editor2-layout-ready .editor2-primary-row .editor2-field-copy {
        grid-column: auto !important;
    }

    .banner-editor-v2 .banner-editor-tool-panel .editor2-layout-ready .editor2-secondary-row {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 8px;
        padding: 8px;
        border: 1px solid #e5e9f2;
        border-radius: 11px;
        background: #f7f9fc;
    }

    .banner-editor-v2 .banner-editor-tool-panel .editor2-compact-toolbar .editor2-secondary-row {
        flex: 0 0 auto;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    .banner-editor-v2 .banner-editor-tool-panel .editor2-field-direction {
        flex: 0 0 92px;
    }

    .banner-editor-v2 .banner-editor-tool-panel .editor2-field-distribute {
        flex: 0 0 84px;
    }

    .banner-editor-v2 .banner-editor-tool-panel .editor2-field-align-x,
    .banner-editor-v2 .banner-editor-tool-panel .editor2-field-align-y {
        flex: 0 0 38px;
    }
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-layout-ready .editor2-primary-row .editor2-field-copy {
    grid-column: auto !important;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-angle,
.banner-editor-v2 .editor2-primary-row .editor2-field-spacing,
.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width {
    position: relative;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-color {
    display: block;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-angle::after,
.banner-editor-v2 .editor2-primary-row .editor2-field-spacing::after,
.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    color: #68738c;
    font-size: 12px;
    font-weight: 800;
    pointer-events: none;
    transition: opacity .12s ease;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-angle::after {
    content: "회전";
}

.banner-editor-v2 .editor2-primary-row .editor2-field-spacing::after {
    content: "자간";
}

.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width::after {
    content: none;
    display: none;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-angle input,
.banner-editor-v2 .editor2-primary-row .editor2-field-spacing input {
    color: transparent;
    caret-color: var(--be2-ink);
}

.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width input {
    color: var(--be2-ink);
    caret-color: var(--be2-ink);
}

.banner-editor-v2 .editor2-primary-row .editor2-field-angle:hover::after,
.banner-editor-v2 .editor2-primary-row .editor2-field-spacing:hover::after,
.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width:hover::after,
.banner-editor-v2 .editor2-primary-row .editor2-field-angle:focus-within::after,
.banner-editor-v2 .editor2-primary-row .editor2-field-spacing:focus-within::after,
.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width:focus-within::after {
    opacity: 0;
}

.banner-editor-v2 .editor2-primary-row .editor2-field-angle:hover input,
.banner-editor-v2 .editor2-primary-row .editor2-field-spacing:hover input,
.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width:hover input,
.banner-editor-v2 .editor2-primary-row .editor2-field-angle:focus-within input,
.banner-editor-v2 .editor2-primary-row .editor2-field-spacing:focus-within input,
.banner-editor-v2 .editor2-primary-row .editor2-field-stroke-width:focus-within input {
    color: var(--be2-ink);
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-layout-ready .editor2-secondary-row {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px;
    border: 1px solid #e5e9f2;
    border-radius: 11px;
    background: #f7f9fc;
}

.banner-editor-v2 .editor2-compact-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 0;
    padding: 8px;
    border: 1px solid #e5e9f2;
    border-radius: 11px;
    background: #f7f9fc;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar + .editor2-primary-row {
    margin-top: 10px;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-compact-toolbar .editor2-secondary-row {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.banner-editor-v2 .editor2-layout-ready .editor2-secondary-row .form-row {
    min-height: 38px;
}

.banner-editor-v2 .editor2-layout-ready .editor2-secondary-row .form-row > label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-field-direction {
    flex: 0 0 92px;
}

.banner-editor-v2 .editor2-alignment-tools {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 10px;
    border-left: 1px solid #dfe4ee;
}

.banner-editor-v2 .editor2-alignment-tools::before {
    content: "간격조절";
    flex: 0 0 auto;
    color: #68738c;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.banner-editor-v2 .editor2-position-align-tools {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 10px;
    border-left: 1px solid #dfe4ee;
}

.banner-editor-v2 .editor2-position-align-tools::before {
    content: "정렬";
    flex: 0 0 auto;
    color: #68738c;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.banner-editor-v2 .editor2-layer-order-tools {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 10px;
    border-left: 1px solid #dfe4ee;
}

.banner-editor-v2 .editor2-layer-order-tools::before {
    content: "순서정렬";
    flex: 0 0 auto;
    color: #68738c;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.banner-editor-v2 .editor2-layer-order-tools .bo-btn {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-field-distribute {
    flex: 0 0 84px;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-field-align-x {
    flex: 0 0 38px;
}

.banner-editor-v2 .tool-panel.editor2-wide .editor2-field-align-y {
    flex: 0 0 38px;
}

.banner-editor-v2 .editor2-cycle-source {
    display: none !important;
}

.banner-editor-v2 .editor2-layout-ready .editor2-secondary-row select {
    height: 38px;
    padding: 6px 27px 6px 10px;
    border-radius: 8px;
}

.banner-editor-v2 .editor2-field-direction.editor2-direction-toggle-ready > select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
}

.banner-editor-v2 .editor2-direction-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 38px;
}

.banner-editor-v2 .editor2-direction-button {
    position: relative;
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    gap: 1px;
    width: 40px;
    height: 38px;
    padding: 0 3px;
    border: 1px solid #cfd6e2;
    border-radius: 8px;
    background: #fff;
    color: #68738c;
    cursor: pointer;
}

.banner-editor-v2 .editor2-direction-button > span {
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1;
}

.banner-editor-v2 .editor2-direction-button > svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner-editor-v2 .editor2-direction-button:hover,
.banner-editor-v2 .editor2-direction-button:focus-visible,
.banner-editor-v2 .editor2-direction-button.is-active {
    border-color: #7d8bf0;
    background: #eef2ff;
    color: var(--be2-blue);
    outline: none;
}

.banner-editor-v2 .editor2-direction-button::after {
    content: attr(aria-label);
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    z-index: 180;
    padding: 6px 8px;
    border-radius: 7px;
    background: #17203d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -3px);
    transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
    pointer-events: none;
}

.banner-editor-v2 .editor2-direction-button:hover::after,
.banner-editor-v2 .editor2-direction-button:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.banner-editor-v2 .editor2-layout-ready .editor2-secondary-row .align-control {
    gap: 4px;
}

.banner-editor-v2 .editor2-layout-ready .editor2-secondary-row .align-control button {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    padding: 0;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0 0 0 10px;
    border-top: 0;
    border-left: 1px solid #dfe4ee;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > button {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment {
    position: relative;
    flex: 0 0 44px;
    width: 44px;
    min-width: 44px;
    min-height: 40px;
    margin: 0;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment > label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment > .editor2-control-tooltip {
    position: absolute;
    top: calc(100% + 7px);
    left: 50%;
    z-index: 180;
    display: block;
    width: auto;
    height: auto;
    padding: 6px 8px;
    margin: 0;
    overflow: visible;
    clip: auto;
    border: 0;
    border-radius: 7px;
    background: #17203d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -3px);
    transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
    pointer-events: none;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment:hover > .editor2-control-tooltip,
.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment:focus-within > .editor2-control-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment input {
    width: 100%;
    height: 40px;
    padding: 0 4px;
    border: 1px solid #cfd6e2;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    color: transparent;
    caret-color: var(--be2-ink);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    box-sizing: border-box;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment::after {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #68738c;
    font-size: 11px;
    font-weight: 800;
    pointer-events: none;
    transition: opacity .12s ease;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-field-angle::after {
    content: "";
    background: center / 20px 20px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2368738c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11a8 8 0 1 0-2.34 5.66'/%3E%3Cpath d='M20 5v6h-6'/%3E%3C/svg%3E");
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-field-spacing::after {
    content: "자간";
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment:hover::after,
.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment:focus-within::after {
    opacity: 0;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment:hover input,
.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > .editor2-toolbar-adjustment:focus-within input {
    color: var(--be2-ink);
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > #add_text.editor2-text-add-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    width: auto;
    min-width: 0;
    padding: 0 11px;
    border: 1px solid #cfd6e2;
    border-radius: 9px;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04) !important;
    color: #68738c;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row > #add_text.editor2-text-add-button,
.banner-editor-v2 .editor2-layout-ready .editor2-primary-row > #editor2_attach_image.editor2-image-add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-width: 0;
    height: 38px;
    padding: 0 8px;
    border: 1px solid #cfd6e2;
    border-radius: 9px;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04) !important;
    color: #68738c;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.banner-editor-v2 .editor2-layout-ready .editor2-primary-row > #add_text.editor2-text-add-button:hover,
.banner-editor-v2 .editor2-layout-ready .editor2-primary-row > #add_text.editor2-text-add-button:focus-visible,
.banner-editor-v2 .editor2-layout-ready .editor2-primary-row > #editor2_attach_image.editor2-image-add-button:hover,
.banner-editor-v2 .editor2-layout-ready .editor2-primary-row > #editor2_attach_image.editor2-image-add-button:focus-visible {
    border-color: #aeb8cc;
    background: #f8faff !important;
    color: var(--be2-blue);
}

.banner-editor-v2 #add_text.editor2-text-add-button > span {
    font-family: Georgia, serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
}

.banner-editor-v2 #add_text.editor2-text-add-button > strong {
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > #add_text.editor2-text-add-button:hover,
.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > #add_text.editor2-text-add-button:focus-visible {
    border-color: #aeb8cc;
    background: #f8faff !important;
    color: var(--be2-blue);
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > #editor2_attach_image.editor2-image-add-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    width: auto;
    min-width: 0;
    padding: 0 11px;
    border: 1px solid #cfd6e2;
    border-radius: 9px;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04) !important;
    color: #68738c;
    white-space: nowrap;
}

.banner-editor-v2 #editor2_attach_image.editor2-image-add-button > svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner-editor-v2 #editor2_attach_image.editor2-image-add-button > strong {
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > #editor2_attach_image.editor2-image-add-button:hover,
.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > #editor2_attach_image.editor2-image-add-button:focus-visible {
    border-color: #aeb8cc;
    background: #f8faff !important;
    color: var(--be2-blue);
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row .shape-inline {
    display: flex;
    order: -1;
    grid-column: auto;
    align-items: center;
    gap: 6px;
    width: auto;
    margin-right: 3px;
    padding: 0 9px 0 0;
    border-top: 0;
    border-right: 1px solid #dfe4ee;
    border-left: 0;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row .shape-inline strong {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 2px 0 0;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #68738c;
    font-size: 11px;
    font-weight: 800;
}

.banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row .shape-inline button {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.banner-editor-v2 .editor2-icon-btn {
    position: relative;
    display: inline-grid;
    place-items: center;
    min-width: 0;
    border-radius: 9px;
}

.banner-editor-v2 .editor2-hidden-tool,
.banner-editor-v2 .editor2-image-card {
    display: none !important;
}

.banner-editor-v2 #logo_inputs .logo-file {
    position: fixed !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.banner-editor-v2 .editor2-icon-btn svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.banner-editor-v2 .editor2-icon-btn::after {
    content: attr(aria-label);
    position: absolute;
    left: 50%;
    top: calc(100% + 7px);
    z-index: 100;
    padding: 6px 8px;
    border-radius: 7px;
    background: #17203d;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -3px);
    transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
    pointer-events: none;
}

.banner-editor-v2 .editor2-icon-btn:hover::after,
.banner-editor-v2 .editor2-icon-btn:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

@media (max-width: 1120px) {
    .banner-editor-v2 .editor2-compact-toolbar {
        flex-wrap: wrap;
    }

    .banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row {
        padding: 0;
        border-left: 0;
    }
}

.editor2-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 66px;
    padding: 10px 14px 10px 18px;
    border-bottom: 1px solid var(--be2-line);
}

.editor2-panel-head h2 {
    margin: 0;
    color: var(--be2-ink);
    font-size: 16px;
}

.editor2-panel-toggle {
    padding: 7px 9px;
    border: 1px solid var(--be2-line);
    border-radius: 8px;
    background: #fff;
    color: var(--be2-muted);
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
}

#editor2_tool_body {
    max-height: calc(100vh - 95px);
    padding: 12px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #c9d0df transparent;
}

.tool-panel.is-collapsed #editor2_tool_body {
    display: none;
}

.tool-panel.is-collapsed {
    max-height: none;
}

.editor2-card {
    margin-bottom: 10px;
    padding: 14px;
    border: 1px solid #e5e9f2;
    border-radius: 14px;
    background: #fff;
}

.editor2-card:last-child {
    margin-bottom: 0;
}

.editor2-card > h2,
.editor2-card-title h2 {
    margin: 0 0 12px;
    color: var(--be2-ink);
    font-size: 15px;
}

.editor2-card-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.editor2-card-title span {
    display: block;
    margin-bottom: 2px;
    color: #8b95ab;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
}

.banner-editor-v2 .form-row {
    margin-bottom: 10px;
}

.banner-editor-v2 .form-row label {
    margin-bottom: 5px;
    color: #44506a;
    font-size: 12px;
}

.banner-editor-v2 .form-row input,
.banner-editor-v2 .form-row select,
.banner-editor-v2 .form-row textarea {
    border-color: #dbe0ea;
    border-radius: 9px;
    color: var(--be2-ink);
    outline: none;
}

.banner-editor-v2 .form-row input:focus,
.banner-editor-v2 .form-row select:focus,
.banner-editor-v2 .form-row textarea:focus {
    border-color: #7d8bf0;
    box-shadow: 0 0 0 3px rgba(77, 95, 233, .12);
}

.banner-editor-v2 .tool-grid,
.banner-editor-v2.vertical-template .tool-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    align-items: end;
}

.banner-editor-v2 .tool-grid .form-row,
.banner-editor-v2.vertical-template .tool-grid .form-row {
    grid-column: auto;
    width: auto;
}

.banner-editor-v2 .tool-grid .form-row:nth-child(1),
.banner-editor-v2 .tool-grid .form-row:nth-child(3),
.banner-editor-v2 .tool-grid .form-row:nth-child(7),
.banner-editor-v2 .tool-grid .form-row:nth-child(8),
.banner-editor-v2 .tool-grid .form-row:nth-child(9),
.banner-editor-v2 .tool-grid .form-row:nth-child(10),
.banner-editor-v2 .tool-grid .form-row:nth-child(11) {
    grid-column: 1 / -1;
}

.banner-editor-v2 .tool-grid .form-row label,
.banner-editor-v2.vertical-template .tool-grid .form-row label {
    width: auto;
    height: auto;
    line-height: 1.3;
}

.banner-editor-v2 .size-control {
    width: 100%;
}

.banner-editor-v2 .size-control input[type=number] {
    flex-basis: 66px;
    width: 66px;
}

.banner-editor-v2 .align-control button {
    border-color: var(--be2-line);
    border-radius: 8px;
    color: var(--be2-ink);
}

.banner-editor-v2 .align-control button.on {
    border-color: var(--be2-blue);
    background: var(--be2-blue);
}

.banner-editor-v2 .btn-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin: 12px 0 0;
}

.banner-editor-v2 .btn-row .toolbar-spacer {
    display: none;
}

.banner-editor-v2 .shape-inline {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #edf0f5;
}

.banner-editor-v2 .shape-inline strong {
    grid-column: 1 / -1;
    color: #44506a;
    font-size: 12px;
}

.banner-editor-v2 .bo-btn {
    border-radius: 9px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.banner-editor-v2 .bo-btn:hover {
    transform: translateY(-1px);
}

.banner-editor-v2 .bo-btn.primary {
    background: var(--be2-blue);
}

.banner-editor-v2 .bo-btn.dark {
    background: var(--be2-ink);
}

.banner-editor-v2 .bo-btn.light {
    background: #eef1f6;
    color: var(--be2-ink);
}

.editor2-list-link {
    white-space: nowrap;
}

.banner-editor-v2 .color-popover {
    position: fixed;
    z-index: 1000;
    width: 232px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 18px 46px rgba(15, 25, 58, .22);
}

body > .color-popover.editor2-detached-popover {
    position: fixed !important;
    left: 12px;
    top: 12px;
    z-index: 100000;
    display: none;
    width: 232px;
    padding: 12px;
    border: 0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 25, 58, .22);
    box-sizing: border-box;
}

body > .color-popover.editor2-detached-popover.open {
    display: block;
}

.editor2-current-color {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8ebf2;
}

.editor2-current-color-preview {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #cfd6e2, 0 4px 10px rgba(21, 34, 74, .12);
}

.editor2-current-color-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.editor2-current-color-copy span {
    color: #7a849b;
    font-size: 11px;
    font-weight: 800;
}

.editor2-current-color-copy strong {
    color: var(--be2-ink);
    font-size: 14px;
    letter-spacing: .03em;
}

.editor2-custom-color-picker {
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8ebf2;
}

.editor2-custom-color-picker[hidden] {
    display: none;
}

.editor2-color-spectrum {
    position: relative;
    width: 100%;
    height: 132px;
    border-radius: 10px;
    background:
        linear-gradient(to top, #000, transparent),
        linear-gradient(to right, #fff, hsl(0 100% 50%));
    box-shadow: inset 0 0 0 1px rgba(15, 25, 58, .12);
    cursor: crosshair;
    touch-action: none;
    overflow: hidden;
}

.editor2-color-spectrum-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .55), 0 2px 5px rgba(0, 0, 0, .3);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.editor2-hue-row {
    display: grid;
    grid-template-columns: 1fr 68px;
    gap: 9px;
    align-items: center;
}

.editor2-hue-range {
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px;
    background: linear-gradient(to right, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00);
    appearance: none;
    -webkit-appearance: none;
}

.editor2-hue-range::-webkit-slider-runnable-track {
    height: 12px;
    border-radius: 999px;
    background: transparent;
}

.editor2-hue-range::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    margin-top: -3px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 1px #6f7890, 0 2px 5px rgba(0,0,0,.2);
    appearance: none;
    -webkit-appearance: none;
}

.editor2-hue-range::-moz-range-track {
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
}

.editor2-hue-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: transparent;
    box-shadow: 0 0 0 1px #6f7890, 0 2px 5px rgba(0,0,0,.2);
}

.editor2-custom-color-value {
    display: grid;
    place-items: center;
    height: 32px;
    border: 1px solid #d8deea;
    border-radius: 8px;
    background: #fff;
    color: var(--be2-ink);
    font-size: 11px;
    font-weight: 900;
}

.banner-editor-v2 .color-swatch {
    border-radius: 9px;
}

.banner-editor-v2 .logo-add {
    flex: 0 0 auto;
    border: 0;
    border-radius: 9px;
    background: #eef1ff;
    color: var(--be2-blue-dark);
}

.banner-editor-v2 .logo-file {
    padding: 7px;
    font-size: 12px;
}

.editor2-help {
    margin: 7px 0 0;
    color: #8a94aa;
    font-size: 11px;
    line-height: 1.5;
}

.banner-editor-v2 .finish-box {
    padding: 0;
    border: 0;
    background: transparent;
}

.banner-editor-v2 .finish-detail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
}

.banner-editor-v2 .finish-option span {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 12px;
}

.banner-editor-v2 .finish-preview {
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
    min-height: 140px;
    padding: 8px;
    overflow: hidden;
}

.banner-editor-v2 .finish-preview img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    border-radius: 9px;
}

.banner-editor-v2 .finish-price-summary {
    grid-template-columns: 1fr;
    gap: 6px;
}

.banner-editor-v2 .finish-price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 7px;
}

.banner-editor-v2 .finish-price-item strong {
    font-size: 13px;
}

.banner-editor-v2 .finish-inline {
    grid-template-columns: 1fr;
}

.banner-editor-v2 .order-box {
    grid-template-columns: 1fr;
    border-top: 0;
    margin-top: 12px;
    padding-top: 12px;
}

.banner-editor-v2 .editor2-customer-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.banner-editor-v2 .editor2-address-find {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
}

.banner-editor-v2 .editor2-address-find input {
    flex: 0 0 112px;
    width: 112px;
}

.banner-editor-v2 .editor2-address-find .bo-btn {
    flex: 0 0 auto;
    min-height: 44px;
    white-space: nowrap;
}

.banner-editor-v2 #address,
.banner-editor-v2 #address_detail {
    margin-bottom: 7px;
}

.editor2-submit {
    width: 100%;
    min-height: 48px;
    font-size: 14px;
}

@media (max-width: 1180px) {
    .banner-editor-v2 .editor-shell,
    .banner-editor-v2.vertical-template .editor-shell {
        grid-template-columns: minmax(0, 1fr) 350px;
    }

    .editor2-stage {
        min-height: 0;
        padding: 16px;
    }
}

@media (max-width: 940px) {
    .banner-editor-v2 .editor-shell,
    .banner-editor-v2.vertical-template .editor-shell {
        grid-template-columns: 1fr;
        row-gap: 0;
    }

    .banner-editor-v2 .tool-panel,
    .banner-editor-v2.vertical-template .tool-panel {
        position: static;
        max-height: none;
    }

    #editor2_tool_body {
        max-height: none;
    }

    .banner-editor-v2 .tool-grid,
    .banner-editor-v2.vertical-template .tool-grid {
        grid-template-columns:
            minmax(150px, 1.6fr)
            120px
            minmax(180px, 1.2fr)
            minmax(125px, 1fr)
            minmax(125px, 1fr)
            84px;
    }

    .banner-editor-v2 .tool-grid .form-row {
        grid-column: auto !important;
    }

    .banner-editor-v2 .tool-grid .form-row:nth-child(1) { order: 1; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(2) { order: 2; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(3) { order: 3; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(10) { order: 4; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(11) { order: 5; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(12) { order: 6; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(4) { order: 7; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(5) { order: 8; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(6) { order: 9; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(7) { order: 10; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(8) { order: 11; }
    .banner-editor-v2 .tool-grid .form-row:nth-child(9) { order: 12; }
}

@media (max-width: 680px) {
    .banner-editor-v2 {
        padding: 14px 10px 48px;
    }

    .banner-editor-v2 .editor-head {
        align-items: flex-start;
    }

    .editor2-template-meta {
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
    }

    .editor2-steps {
        grid-template-columns: 1fr;
    }

    .editor2-step {
        grid-template-columns: 30px 1fr;
    }

    .editor2-canvas-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .banner-editor-v2 .editor-actions {
        width: 100%;
        justify-content: space-between;
    }

    .editor2-stage {
        min-height: 0;
        padding: 12px;
    }

    .banner-editor-v2 .tool-grid,
    .banner-editor-v2.vertical-template .tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner-editor-v2 .tool-grid .form-row {
        grid-column: auto !important;
    }

    .banner-editor-v2 .tool-grid .form-row:nth-child(1),
    .banner-editor-v2 .tool-grid .form-row:nth-child(3),
    .banner-editor-v2 .tool-grid .form-row:nth-child(7),
    .banner-editor-v2 .tool-grid .form-row:nth-child(8),
    .banner-editor-v2 .tool-grid .form-row:nth-child(9) {
        grid-column: 1 / -1 !important;
    }

    .banner-editor-v2 .btn-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner-editor-v2 .editor2-workspace-tools #editor2_tool_body,
    .banner-editor-v2 .editor2-workspace-tools .editor2-text-card,
    .banner-editor-v2 .editor2-layout-ready .editor2-primary-row,
    .banner-editor-v2 .editor2-compact-toolbar {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .banner-editor-v2 .tool-panel.editor2-wide .editor2-layout-ready .editor2-primary-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .banner-editor-v2 .tool-panel.editor2-wide .editor2-layout-ready .editor2-primary-row .editor2-field-copy {
        grid-column: 1 / -1 !important;
    }

    .banner-editor-v2 .editor2-compact-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    .banner-editor-v2 .tool-panel.editor2-wide .editor2-compact-toolbar .editor2-secondary-row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        min-width: 0;
        gap: 6px;
    }

    .banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row {
        width: 100%;
        min-width: 0;
        flex-wrap: wrap;
    }

    .banner-editor-v2 .editor2-alignment-tools,
    .banner-editor-v2 .editor2-position-align-tools,
    .banner-editor-v2 .editor2-layer-order-tools {
        flex-wrap: wrap;
    }

    .banner-editor-v2 .editor2-alignment-tools {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
        padding-left: 0;
        border-left: 0;
    }

    .banner-editor-v2 .editor2-position-align-tools {
        min-width: 0;
    }

    .banner-editor-v2 .editor2-layer-order-tools {
        flex: 1 1 100%;
        min-width: 0;
        padding-left: 0;
    }

    .banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row .shape-inline {
        flex: 1 1 100%;
        width: 100%;
        margin-right: 0;
        padding: 0 0 8px;
        border-right: 0;
        border-bottom: 1px solid #dfe4ee;
    }

    .banner-editor-v2 .finish-detail {
        grid-template-columns: 1fr;
    }

    .banner-editor-v2 .finish-detail-body {
        order: 2;
    }

    .banner-editor-v2 .finish-preview {
        order: 1;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 430px) {
    .editor2-canvas-head .editor2-list-link {
        display: none;
    }

    .banner-editor-v2 .zoom-control {
        width: 100%;
        justify-content: space-between;
    }

    .banner-editor-v2 .tool-grid,
    .banner-editor-v2.vertical-template .tool-grid {
        grid-template-columns: 1fr;
    }

    .banner-editor-v2 .tool-grid .form-row {
        grid-column: 1 / -1;
    }

}

/* Shared mobile toolbar layout: keep each tool group horizontal and swipeable. */
@media (max-width: 680px) {
    .banner-editor-v2 .editor2-compact-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        overflow: hidden;
    }

    .banner-editor-v2 .editor2-compact-toolbar .editor2-secondary-row,
    .banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row {
        display: flex;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .banner-editor-v2 .editor2-compact-toolbar .editor2-secondary-row > *,
    .banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row > * {
        flex-shrink: 0;
    }

    .banner-editor-v2 .editor2-alignment-tools,
    .banner-editor-v2 .editor2-position-align-tools,
    .banner-editor-v2 .editor2-layer-order-tools {
        flex: 0 0 auto;
        width: auto;
        min-width: max-content;
        flex-wrap: nowrap;
    }

    .banner-editor-v2 .editor2-alignment-tools {
        padding-left: 8px;
        border-left: 1px solid #dfe4ee;
    }

    .banner-editor-v2 .editor2-layer-order-tools {
        padding-left: 8px;
    }

    .banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row {
        gap: 6px;
        padding: 8px 0 0;
        border-top: 1px solid #dfe4ee;
        border-left: 0;
    }

    .banner-editor-v2 .editor2-layout-ready .editor2-compact-toolbar > .btn-row .shape-inline {
        flex: 0 0 auto;
        width: auto;
        margin-right: 2px;
        padding: 0 8px 0 0;
        border-right: 1px solid #dfe4ee;
        border-bottom: 0;
    }

    .banner-editor-v2 .editor2-object-lock-toggle {
        margin-left: 0;
    }
}
