/* A — Auto Enhance: image stage plus a single toggle in the toolbar. */
.option-a-section {
    height: calc(100vh - var(--header-height));
}

.option-a-section .toolbar__btn {
    cursor: pointer;
}
