/* Scoped to the photographic collection in both COLOR LAB tools. */
.ftcl-app .ftcl-step-content > .ftcl-photo-instruction,
.ftcl-pc-app .ftcl-pc-content > .ftcl-photo-instruction {
    margin: 0 0 12px;
    padding: 8px 12px;
    border-left: 3px solid #998484;
    color: #211f20;
    background: #f4f0ee;
    font-family: "Abel", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
}

.ftcl-photo-instruction strong {
    color: inherit;
    font-weight: 700;
}

.ftcl-photo {
    position: relative;
    min-width: 0;
}

.ftcl-photo .ftcl-photo-base,
.ftcl-photo .ftcl-photo-canvas {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 418 / 941;
    margin: 0;
    border: 0;
}

.ftcl-photo .ftcl-photo-watermark {
    position: absolute;
    left: 7px;
    bottom: 48px;
    z-index: 3;
    width: auto !important;
    height: 25% !important;
    max-height: 180px;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: contain !important;
    object-position: left bottom;
    opacity: .68;
    pointer-events: none;
}

.ftcl-photo [hidden] {
    display: none !important;
}

.ftcl-photo .ftcl-photo-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 5px;
}

.ftcl-photo .ftcl-photo-controls select,
.ftcl-photo .ftcl-photo-controls button {
    min-width: 0;
    min-height: 32px;
    margin: 0;
    padding: 5px 6px;
    border: 1px solid #cfc5c1;
    border-radius: 0;
    color: #211f20;
    background: #fff;
    font-family: "Abel", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: none;
}

.ftcl-photo .ftcl-photo-controls select {
    flex: 1 1 90px;
    width: 0;
}

.ftcl-photo .ftcl-photo-controls button {
    flex: 0 1 auto;
    cursor: pointer;
}

.ftcl-photo .ftcl-photo-controls button:hover {
    color: #fff;
    background: #211f20;
    border-color: #211f20;
}

.ftcl-photo .ftcl-photo-controls :focus-visible {
    outline: 2px solid #756063;
    outline-offset: 2px;
}

.ftcl-photo .ftcl-photo-status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

.ftcl-photo[data-ftcl-photo-state="error"] .ftcl-photo-status {
    position: static;
    display: block;
    width: auto;
    height: auto;
    margin-top: 5px;
    clip-path: none;
    white-space: normal;
    font: 13px/1.25 "Abel", Arial, sans-serif;
    color: #67272c;
}

@media (max-width: 680px) {
    .ftcl-photo .ftcl-photo-controls select,
    .ftcl-photo .ftcl-photo-controls button {
        min-height: 36px;
        font-size: 12px;
    }

    .ftcl-photo .ftcl-photo-controls button {
        flex: 1 1 auto;
    }
}
