.image-size-visual {
    width: 44px;
    height: 40px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
}

.image-size-screen {
    position: relative;
    width: 34px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1.5px solid #64748b;
    border-radius: 3px;
    background: #fff;
    color: #475569;
}

.image-size-density {
    display: grid;
    grid-template-columns: repeat(2, 3px);
    gap: 2px;
}

.image-size-visual.level-1 .image-size-density {
    grid-template-columns: 3px;
}

.image-size-density i {
    width: 3px;
    height: 3px;
    border-radius: 1px;
    background: currentColor;
}

.image-size-visual.level-2 .image-size-screen {
    background: #f0f5ff;
    border-color: #4f67a8;
    color: #4f67a8;
}

.image-size-visual.level-4 .image-size-screen {
    border-color: #0f766e;
    color: #0f766e;
    background: #ecfdf5;
}

.aspect-ratio-preview {
    width: 44px;
    height: 36px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.aspect-ratio-frame {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1.5px solid #64748b;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
    transition: border-color 0.16s, background-color 0.16s;
}

.aspect-ratio-preview.is-auto .aspect-ratio-frame {
    border-style: dashed;
    color: #64748b;
}

.aspect-ratio-preview.is-auto .aspect-ratio-frame i {
    font-size: 8px;
}

.model-video-family + .model-video-family {
    margin-top: 3px;
}

.model-video-family {
    position: relative;
    border: 1px solid transparent;
    border-radius: 7px;
    transition: border-color 0.16s ease, background-color 0.16s ease;
}

.model-video-family:hover,
.model-video-family.is-expanded {
    border-color: #ffe0e6;
    background: #fffafb;
}

.model-video-family.has-selected:not(.is-expanded) {
    border-color: #fecdd6;
    background: #fff7f8;
}

.model-video-family-trigger {
    width: 100%;
    min-height: 58px;
    padding: 8px 9px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #1f2937;
    cursor: pointer;
    text-align: left;
}

.model-video-family-trigger:hover {
    background: #fff4f6;
}

.model-video-family-trigger:focus-visible {
    outline: 2px solid #e11d48;
    outline-offset: -2px;
}

.model-video-family-trigger .model-brand-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
}

.model-video-family-copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.model-video-family-copy strong {
    color: #1f2937;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.2;
}

.model-video-family-copy small {
    overflow: hidden;
    color: #94a3b8;
    font-size: 10px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.model-video-family-count {
    min-width: 24px;
    height: 20px;
    padding: 0 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ffe4e8;
    color: #be123c;
    font-size: 10px;
    font-weight: 750;
    font-variant-numeric: tabular-nums;
}

.model-video-family-chevron {
    width: 14px;
    color: #fb7185;
    font-size: 10px;
    text-align: center;
    transition: transform 0.18s ease;
}

.model-video-family.is-expanded .model-video-family-chevron {
    transform: rotate(180deg);
}

.model-video-family-models:not([hidden]) {
    margin: 0 5px 5px 18px;
    padding: 3px 0 2px 8px;
    border-left: 2px solid #fecdd6;
    animation: model-secondary-reveal 0.16s ease-out;
}

.model-video-family-models .model-option {
    min-height: 54px;
}

.model-video-health {
    margin-top: 5px;
    width: 100%;
    min-width: 0;
}

.model-video-health-caption {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 2px 6px;
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 1.4;
}

.model-video-health-state { font-weight: 600; }
.model-video-health-state.is-good { color: #16815b; }
.model-video-health-state.is-available { color: #16815b; }
.model-video-health-state.is-unstable { color: #627915; }
.model-video-health-state.is-minor { color: #947008; }
.model-video-health-state.is-moderate { color: #b25e1a; }
.model-video-health-state.is-bad { color: #c43f4c; }
.model-video-health-state.is-unknown,
.model-video-health-period { color: #64748b; }
.model-video-health-period { font-variant-numeric: tabular-nums; }
.model-video-family-health { font-size: 10px; line-height: 1.4; }

.model-video-health-bars {
    display: flex;
    gap: 1px;
    height: 17px;
    width: 100%;
}

.model-video-health-bar {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 1px;
    background: #dfe4eb;
}

.model-video-health-bar.is-good { background: #22a878; }
.model-video-health-bar.is-unstable { background: #a5bc43; }
.model-video-health-bar.is-minor { background: #e8bd37; }
.model-video-health-bar.is-moderate { background: #ed9142; }
.model-video-health-bar.is-bad { background: #e65a66; }
.model-video-health-bar:hover { opacity: .75; }

/* The homepage uses the same series / model columns as the canvas. */
.model-selector-dropdown.has-category-tabs[data-category="video"] {
    height: 560px;
    --home-video-series-width: 280px;
}
.model-selector-dropdown.has-category-tabs[data-category="video"].has-video-family-open { width: 700px; }
.model-selector-dropdown[data-category="video"] > .model-category-content { flex: 1; }
.model-selector-dropdown[data-category="video"].has-video-family-open > .model-category-content {
    width: var(--home-video-series-width);
}
.model-selector-dropdown[data-category="video"] .model-video-family { position: static; }
.model-selector-dropdown[data-category="video"] .model-group.is-video { position: static; }
.model-selector-dropdown[data-category="video"] .model-video-family-chevron,
.model-selector-dropdown[data-category="video"] .model-video-family.is-expanded .model-video-family-chevron { transform: rotate(-90deg); }
.model-selector-dropdown[data-category="video"] .model-video-family-models:not([hidden]) {
    position: absolute;
    top: calc(var(--home-model-tabs-height, 72px) + 38px);
    right: 8px;
    bottom: 8px;
    left: calc(var(--home-video-series-width) + 8px);
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
    padding: 4px 4px 4px 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    border-left: 1px solid #e4e5e7;
    animation: none;
}
.model-selector-dropdown[data-category="video"] .model-video-family-models .model-option { flex: 0 0 auto; }
.model-selector-dropdown[data-category="video"] .model-video-family-models .model-label-row { flex-wrap: wrap; gap: 4px; }
.model-selector-dropdown[data-category="video"] .model-video-family-models .model-label {
    flex-basis: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}
@media (max-width: 680px) {
    /* Keep the expanded models in the scrolling list on touch-sized screens.
       A flyout inside the clipped scroll area is unreliable in mobile Safari. */
    .model-selector-dropdown.has-category-tabs[data-category="video"].has-video-family-open {
        width: 380px;
    }
    .model-selector-dropdown[data-category="video"].has-video-family-open > .model-category-content {
        width: auto;
        min-width: 0;
        -webkit-overflow-scrolling: touch;
    }
    .model-selector-dropdown[data-category="video"] .model-video-family-models:not([hidden]) {
        position: static;
        inset: auto;
        margin: 0 6px 6px 14px;
        padding: 4px 0 4px 8px;
        overflow: visible;
        border-left: 2px solid #fecdd6;
    }
    .model-selector-dropdown[data-category="video"] .model-video-family-chevron,
    .model-selector-dropdown[data-category="video"] .model-video-family.is-expanded .model-video-family-chevron {
        transform: rotate(0deg);
    }
    .model-selector-dropdown[data-category="video"] .model-video-family.is-expanded .model-video-family-chevron {
        transform: rotate(180deg);
    }
}


.image25-params-wrapper { order: 2; flex: 0 0 auto; margin-right: 0; }
.image25-params-wrapper[hidden], .image25-params-panel[hidden] { display: none !important; }
.is-image25-params .model-selector-btn,
.image25-params-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid #e4e5e7;
    border-radius: 10px;
    background: #fafafa;
    color: #454950;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 12px;
    line-height: 1.3;
    cursor: pointer;
}
.image25-params-btn:hover, .image25-params-btn[aria-expanded="true"],
.is-image25-params .model-selector-btn:hover { background: #f0f0ee; border-color: #d3d5d8; }
.image25-params-btn:disabled { cursor: not-allowed; opacity: .5; }
.image25-params-summary { color: #7b7f86; font-size: 11px; white-space: nowrap; }
.image25-params-chevron { transition: transform .15s ease; }
.image25-params-btn[aria-expanded="true"] .image25-params-chevron { transform: rotate(180deg); }
.is-image25-params > .upload-btn { order: 3; }
.is-image25-params > .generate-cost-badge { order: 4; }
.is-image25-params > .send-btn { order: 5; }
.image25-params-panel {
    position: fixed;
    z-index: 1200;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 8px;
    border: 1px solid #d3d5d8;
    border-radius: 14px;
    background: #f8f8f7;
    color: #202226;
    box-shadow: 0 18px 48px rgba(27,29,33,.16), 0 3px 10px rgba(27,29,33,.07);
    font: 13px/1.4 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    scrollbar-width: thin;
    animation: image25-params-up .16s ease-out;
}
.image25-params-panel button { font-family: inherit; cursor: pointer; }
.image25-params-panel button:focus-visible, .image25-params-btn:focus-visible {
    outline: 2px solid #8c9098;
    outline-offset: 2px;
}
.image25-params-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 8px 11px; }
.image25-params-heading strong { font-size: 14px; font-weight: 600; }
.image25-params-heading > span { color: #7b7f86; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.image25-param-group { padding: 8px; }
.image25-param-label { margin-bottom: 7px; color: #7b7f86; font-size: 12px; }
.image25-param-choices { display: grid; grid-auto-columns: minmax(0,1fr); grid-auto-flow: column; gap: 3px; padding: 3px; border-radius: 10px; background: #ececea; }
.image25-param-choice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    min-height: 48px;
    padding: 7px 5px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #565a61;
    font-size: 13px;
    line-height: 1.4;
}
.image25-param-choice small { font-size: 10px; color: #7b7f86; }
.image25-param-choice:hover:not(:disabled) { background: #e1e2e1; }
.image25-param-choice[aria-pressed="true"] { background: #fff; color: #202226; box-shadow: 0 1px 3px rgba(27,29,33,.14); }
.image25-param-choice[aria-pressed="true"] > span { font-weight: 600; }
.image25-param-choice:disabled { color: #979ba1; cursor: not-allowed; }
.image25-param-choice:disabled small { color: #8d9198; }
.image25-param-group.is-ratio .image25-param-choices { grid-auto-flow: row; grid-template-columns: repeat(5,minmax(0,1fr)); }
.image25-param-group.is-ratio .image25-param-choice { min-height: 34px; font-size: 12px; padding: 6px 2px; }
.image25-param-count { display: flex; align-items: center; justify-content: space-between; padding: 8px; color: #7b7f86; font-size: 12px; }
.image25-param-stepper { display: flex; align-items: center; gap: 12px; padding: 3px; background: #ececea; border-radius: 8px; color: #202226; }
.image25-param-stepper button { width: 30px; height: 30px; border: 0; border-radius: 6px; background: #fff; color: #454950; font-size: 17px; }
.image25-param-stepper button:disabled { opacity: .4; cursor: not-allowed; }
.image25-param-stepper > span { min-width: 16px; text-align: center; font-variant-numeric: tabular-nums; }
.image25-params-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 9px 8px 0; padding: 12px 0 5px; border-top: 1px solid #e4e5e7; }
.image25-params-cost { color: #565a61; font-size: 12px; }
.image25-params-footer button { padding: 7px 17px; border: 0; border-radius: 8px; background: #292c31; color: #fff; font-size: 12px; }
.image25-params-footer button:hover { background: #454950; }
@keyframes image25-params-up { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 600px) {
    .input-wrapper.is-image25-params { gap: 6px; }
    .is-image25-params .model-selector-btn, .image25-params-btn { padding: 0 8px; gap: 5px; }
    .is-image25-params > .model-selector-wrapper { flex: 1 1 0; }
    .is-image25-params .model-selector-btn { width: 100%; min-width: 0; }
    .is-image25-params .model-selector-text { flex: 1; min-width: 0; max-width: 150px; }
    .image25-params-wrapper { margin-right: 0; }
    .image25-params-summary { display: none; }
    .input-wrapper.is-image25-params > .generate-cost-badge {
        order: 6;
        display: flex;
        flex: 1 0 100%;
        justify-content: flex-end;
        min-height: 24px;
        padding: 2px 0 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        font-size: 12px;
        white-space: normal;
        text-align: right;
    }
}
@media (prefers-reduced-motion: reduce) { .image25-params-panel { animation: none; } }

/* Image 2.5 visual parameter choices and always-visible generation pricing. */
.image25-param-choice .aspect-ratio-preview {
    width: 36px;
    height: 30px;
    flex: 0 0 30px;
    border: 0;
    background: transparent;
}
.image25-param-choice .aspect-ratio-frame {
    border-color: currentColor;
    color: inherit;
    background: transparent;
    box-shadow: none;
}
.image25-param-choice .image-size-visual { height: 32px; flex: 0 0 32px; }
.image25-quality-visual { display: flex; align-items: center; justify-content: center; height: 32px; flex: 0 0 32px; }
.image25-quality-visual.is-medium { color: #44776c; }
.image25-quality-visual.is-high { color: #ad7e2e; }
.image25-param-choice:disabled .image25-quality-visual { color: #979ba1; }
.image25-param-group.is-ratio .image25-param-choice { min-height: 58px; gap: 4px; padding: 6px 2px; }
.image25-param-group.is-quality .image25-param-choice { min-height: 96px; }
.image25-param-group.is-size .image25-param-choice { min-height: 83px; }
.image25-param-choice small { font-size: 11px; color: #666b73; }
.image25-param-choice .image25-param-status { font-size: 10px; color: #81858c; }
.image25-params-footer { position: sticky; bottom: -8px; background: #f8f8f7; padding-bottom: 9px; }
.image25-params-cost { display: flex; flex-direction: column; gap: 3px; }
.image25-params-cost small { font-size: 11px; color: #747980; }
.image25-params-cost strong { font-size: 13px; font-weight: 600; color: #88560c; }
.is-image25-params > .generate-cost-badge { font-weight: 500; }

/* Canvas menus share the homepage components and adapt to the canvas theme. */
.cc-select-popover .model-video-family-trigger { color: inherit; font: inherit; text-align: left; }
.cc-select-popover .model-video-family-copy strong { color: inherit; }
.cc-select-popover .model-video-family-models:not([hidden]) { display: flex; flex-direction: column; gap: 4px; padding: 5px; }
.cc-select-popover .model-video-family-models[hidden] { display: none; }
.cc-select-popover .model-video-family { min-width: 0; }
/* Family marks also appear in the composer, outside the node picker logo rules. */
.cc-select-popover .model-video-family-trigger > .cc-select-option-icon {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    overflow: hidden;
}
.cc-select-popover .model-video-family-trigger > .cc-select-option-icon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.cc-select-popover .model-video-family-models .cc-select-option { width: 100%; min-width: 0; }
.cc-select-popover .model-info { min-width: 0; flex: 1; }
.cc-select-popover .model-video-health-caption { flex-wrap: wrap; column-gap: 5px; }
.cc-select-popover .model-video-health-bars { width: 100%; }
/* Keep series scrollable on the left while their models open on the right. */
.cc-select-popover.cc-video-model-menu:not([hidden]) {
    display: flex;
    flex-direction: column;
    height: 380px;
    overflow: hidden;
    --cc-video-series-width: 260px;
}
.cc-video-model-menu > .cc-select-menu-title { flex: 0 0 32px; }
.cc-video-model-menu > .model-group {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}
.cc-video-model-menu.has-video-family-open > .model-group { width: var(--cc-video-series-width); }
.cc-video-model-menu .model-video-family { position: static; }
.cc-video-model-menu .model-video-family-chevron,
.cc-video-model-menu .model-video-family.is-expanded .model-video-family-chevron { transform: rotate(-90deg); }
.cc-video-model-menu .model-video-family-models:not([hidden]) {
    position: absolute;
    top: 40px;
    right: 8px;
    bottom: 8px;
    left: calc(var(--cc-video-series-width) + 16px);
    margin: 0;
    padding: 4px 4px 4px 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    border-left: 1px solid #e4e5e7;
    border-radius: 0;
    animation: none;
}
.cc-video-model-menu .model-video-family-models .cc-select-option { flex: 0 0 auto; }
.cc-video-model-menu .model-video-family-models .model-label { padding-right: 30px; }
.cc-video-model-menu .model-video-family.is-expanded { background: #f0f1f3; border-color: #d5d8dd; }
html:not([data-canvas-theme="light"]) .cc-video-model-menu .model-video-family-models { border-color: #454d5b; }
html:not([data-canvas-theme="light"]) .cc-video-model-menu .model-video-family.is-expanded { background: #343b46; border-color: #64748b; }
@media (max-width: 680px) {
    .cc-video-model-menu.has-video-family-open > .model-group {
        width: auto;
        min-width: 0;
        -webkit-overflow-scrolling: touch;
    }
    .cc-video-model-menu .model-video-family-models:not([hidden]) {
        position: static;
        inset: auto;
        margin: 0 6px 6px 14px;
        padding: 4px 0 4px 8px;
        overflow: visible;
        border-left: 2px solid #fecdd6;
        border-radius: 0;
    }
    .cc-video-model-menu .model-video-family-chevron,
    .cc-video-model-menu .model-video-family.is-expanded .model-video-family-chevron {
        transform: rotate(0deg);
    }
    .cc-video-model-menu .model-video-family.is-expanded .model-video-family-chevron {
        transform: rotate(180deg);
    }
}
.cc-image25-legacy-control { display: none !important; }
.cc-image-params-panel { z-index: 15000; box-sizing: border-box; }
.cc-image-params-panel * { box-sizing: border-box; }
.cc-image-params-panel .cc-functional-select-visual { background: transparent; }
.cc-image-params-panel .cc-functional-ratio-shape { border-color: currentColor; }
.cc-image-params-btn { flex: 0 0 auto; }
.cc-image-generator-body .cc-functional-settings.is-image25-controls { display: flex; align-items: end; gap: 8px; }
.cc-functional-settings.is-image25-controls .is-model { flex: 1; min-width: 0; }
.cc-functional-settings.is-image25-controls .cc-functional-picker-trigger { min-width: 0; }
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-family { border-color: #383d46; background: #242830; }
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-family-trigger:hover { background: #303640; }
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-family-copy small,
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-health-period,
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-health-state.is-unknown { color: #abb5c5; }
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-health-state.is-good { color: #58caa0; }
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-health-state.is-available { color: #58caa0; }
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-health-state.is-bad { color: #ff8593; }
html:not([data-canvas-theme="light"]) .cc-select-popover .model-video-family-count { background: #343b46; color: #d3dbe8; }
html:not([data-canvas-theme="light"]) .cc-image-params-btn { background: #282d36; color: #e4e9f1; border-color: #454d5b; }
html:not([data-canvas-theme="light"]) .cc-image-params-btn .image25-params-summary { color: #b4bece; }
html:not([data-canvas-theme="light"]) .cc-image-params-panel,
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-params-footer { background: #22262e; color: #e4e9f1; border-color: #454d5b; }
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-param-choices { background: #303640; }
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-param-choice { color: #d0d8e4; }
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-param-choice[aria-pressed="true"] { background: #505b6b; color: #fff; }
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-param-choice:hover:not(:disabled) { background: #424c5a; }
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-param-label,
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-param-choice small,
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-params-heading > span { color: #b5bfce; }
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-param-choice:disabled { opacity: .5; }
html:not([data-canvas-theme="light"]) .cc-image-params-panel .image25-params-cost strong { color: #f2c879; }
@media (max-width: 600px) {
    .cc-select-popover .model-video-family-trigger { gap: 7px; padding: 8px; }
    .cc-select-popover .model-video-health-caption { font-size: 10px; }
    .cc-select-popover .model-video-family-copy strong { font-size: 12px; }
}
.cc-image-params-panel .cc-functional-select-visual {
    position: static;
    width: 36px;
    height: 32px;
    flex: 0 0 32px;
    background: transparent !important;
    border: 0;
    color: inherit !important;
}
@media (max-width: 480px) {
    .model-selector-dropdown .model-video-family-trigger { min-height: 56px; padding: 8px; }
    .model-selector-dropdown .model-video-family-models:not([hidden]) { margin-left: 12px; padding-left: 6px; }
}

/* Image 2.5 batch count: choose 1–4 directly instead of stepping with +/- buttons. */
.image25-param-count-choices {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
    padding: 3px;
    border-radius: 8px;
    background: #ececea;
}
.image25-param-count-choice {
    width: 29px;
    height: 29px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #565a61;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}
.image25-param-count-choice:hover:not(:disabled) { background: #e1e2e1; }
.image25-param-count-choice[aria-pressed="true"] {
    background: #fff;
    color: #202226;
    box-shadow: 0 1px 3px rgba(27,29,33,.14);
}
.image25-param-count-choice:disabled { opacity: .4; cursor: not-allowed; }
@media (max-width: 600px) {
    .image25-param-count-choice { width: 27px; height: 27px; }
}
