.olm-bc-page { width: 100%; }
.olm-bc {
    --olm-bc-panel: #f7f7f7;
    --olm-bc-border: #d9d9d9;
    --olm-bc-accent: var(--e-global-color-accent, #078bfa);
    box-sizing: border-box;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: clamp(24px, 4vw, 64px) clamp(16px, 3vw, 56px);
    font-family: inherit;
    color: inherit;
}
.olm-bc *, .olm-bc *::before, .olm-bc *::after { box-sizing: inherit; }
.olm-bc [hidden] { display: none !important; }
.olm-bc .olm-bc__title { margin: 0 0 clamp(28px, 4vw, 64px); text-align: center; font-family: inherit; font-size: clamp(26px, 2.6vw, 44px); font-weight: 600; line-height: 1.25; color: inherit; }
.olm-bc__layout { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(300px, 1fr); gap: clamp(24px, 4vw, 72px); align-items: start; }
.olm-bc__visual, .olm-bc__sidebar { min-width: 0; }
.olm-bc__stage { position: relative; isolation: isolate; overflow: hidden; border-radius: 7px; background: var(--olm-bc-panel); }
.olm-bc .olm-bc__base { display: block; position: relative; z-index: 0; width: 100%; max-width: none; height: auto; margin: 0; border: 0; border-radius: 0; box-shadow: none; }
.olm-bc .olm-bc__layer { display: block; position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; margin: 0; border: 0; border-radius: 0; box-shadow: none; pointer-events: none; }
.olm-bc__empty { padding: 100px 24px; text-align: center; }
.olm-bc__sidebar { display: flex; flex-direction: column; gap: 24px; align-self: stretch; min-height: 0; contain: size; overflow-y: auto; overflow-x: hidden; scrollbar-gutter: stable; padding-right: 6px; }
.olm-bc__sidebar > * { flex-shrink: 0; }
.olm-bc__sidebar:focus-visible { outline: 2px solid var(--olm-bc-accent); outline-offset: 3px; }
.olm-bc .olm-bc__panel { display: block; margin: 0; padding: clamp(22px, 2.3vw, 38px); background: var(--olm-bc-panel); border: 0; border-radius: 7px; box-shadow: none; }
.olm-bc .olm-bc__heading { display: block; margin: 0 0 8px; font: inherit; font-size: 1.1em; font-weight: 600; line-height: 1.4; color: inherit; }
.olm-bc .olm-bc__input { display: block; width: 100%; min-width: 0; margin: 0; padding: 12px 14px; font: inherit; line-height: 1.4; color: inherit; background: transparent; border: 1px solid #bfbfbf; border-radius: 3px; box-shadow: none; }
.olm-bc .olm-bc__input + label + .olm-bc__input { margin-top: 22px; }
.olm-bc .olm-bc__input::placeholder { color: inherit; opacity: .55; }
.olm-bc .olm-bc__notes { min-height: 150px; resize: vertical; }
.olm-bc .olm-bc__summary { display: block; list-style: none; cursor: pointer; padding: 0; background: none; color: inherit; }
.olm-bc__summary::-webkit-details-marker { display: none; }
.olm-bc__component-header { display: flex; align-items: center; gap: 16px; }
.olm-bc__component-header .olm-bc__heading { flex: 1; margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.olm-bc .olm-bc__selected-thumb { width: 20px; height: 20px; object-fit: cover; border: 1px solid #777; border-radius: 2px; }
.olm-bc__chevron { width: 10px; height: 10px; margin: 4px 2px 0; border-right: 2px solid #c6c6c6; border-bottom: 2px solid #c6c6c6; transform: rotate(45deg); }
.olm-bc__component[open] .olm-bc__chevron { transform: rotate(225deg); }
.olm-bc__selected-description { display: block; margin-top: 8px; opacity: .6; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; }
.olm-bc__choices { display: grid; grid-template-columns: repeat(auto-fill, minmax(48px, 1fr)); gap: 16px; margin-top: 16px; padding-top: 20px; border-top: 1px solid #e9e9e9; }
.olm-bc .olm-bc__choice { position: relative; display: grid; place-items: center; aspect-ratio: 1; min-width: 0; width: 100%; padding: 0; overflow: hidden; border: 1px solid #dedede; border-radius: 7px; background: #fff; color: inherit; font: inherit; line-height: 1.15; box-shadow: 0 1px 3px #00000012; cursor: pointer; text-transform: none; }
.olm-bc .olm-bc__choice:hover { border-color: var(--olm-bc-accent); }
.olm-bc .olm-bc__choice img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0; margin: 0; }
.olm-bc__choice-label { padding: 5px; font-size: .7em; overflow-wrap: anywhere; }
.olm-bc__check { display: none; position: absolute; width: 25px; height: 25px; border-radius: 50%; background: white; color: var(--olm-bc-accent); font: bold 20px/25px sans-serif; text-align: center; box-shadow: 0 0 2px #0003; }
.olm-bc__choice[aria-pressed="true"] { outline: 2px solid var(--olm-bc-accent); outline-offset: 2px; }
.olm-bc__choice[aria-pressed="true"] .olm-bc__check { display: block; }
.olm-bc__choice:has(.olm-bc__choice-label) .olm-bc__check { width: 14px; height: 14px; right: 2px; top: 2px; font-size: 11px; line-height: 14px; }
.olm-bc__choices > p { grid-column: 1 / -1; }
.olm-bc__save-area { text-align: center; padding: 36px 0; }
.olm-bc .olm-bc__save { display: inline-block; padding: 18px 34px; border: 0; border-radius: 9px; background: var(--olm-bc-accent); color: #fff; font: inherit; font-weight: 600; text-transform: uppercase; line-height: 1.5; cursor: pointer; }
.olm-bc .olm-bc__save:hover { filter: brightness(.92); }
.olm-bc .olm-bc__save:disabled { opacity: .65; cursor: progress; }
.olm-bc .olm-bc__status { margin: 12px 0 0; font-size: .9em; line-height: 1.5; }
.olm-bc__status:empty { display: none; }
.olm-bc__article { overflow-wrap: anywhere; overflow-x: auto; }
.olm-bc__article img { max-width: 100%; height: auto; }
.olm-bc__article figure { max-width: 100%; }
.olm-bc__article table { width: 100%; }
.olm-bc__notice p { margin: 0; opacity: .6; line-height: 1.7; }
.olm-bc :is(button, input, textarea, select, summary):focus-visible { outline: 2px solid var(--olm-bc-accent); outline-offset: 4px; }
.olm-bc .olm-bc__sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 900px) {
    .olm-bc__layout { display: flex; flex-direction: column; gap: 24px; }
    .olm-bc__visual { display: contents; }
    .olm-bc__stage, .olm-bc__sidebar, .olm-bc__save-area, .olm-bc__article { width: 100%; }
    .olm-bc__sidebar { order: 1; contain: none; max-height: none; overflow: visible; padding-right: 0; scrollbar-gutter: auto; }
    .olm-bc__save-area { order: 2; padding: 8px 0; }
    .olm-bc__article { order: 3; }
    .olm-bc__choices { grid-template-columns: repeat(auto-fill, minmax(48px, 56px)); gap: 14px; }
}

.olm-bc .olm-bc__panel select.olm-bc__select {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 20px 0 0;
    min-height: 46px;
    cursor: pointer;
}
