

/* Start:/local/components/custom/ai.scan.form/templates/all/style.css?17858327863106*/
/* === Радиокнопки выбора режима конвертации === */
.s-convert__options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.s-convert__option {
    display: block;
    margin: 0;
}

.s-convert__option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.s-convert__option-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.s-convert__option-card:hover {
    border-color: #25B775;
    background: #f0faf5;
}

.s-convert__option input[type="radio"]:checked + .s-convert__option-card {
    border-color: #25B775;
    background: #e8f8f0;
    box-shadow: 0 0 0 2px rgba(37, 183, 117, 0.15);
}

.s-convert__option-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f5f5f5;
    transition: background 0.2s ease;
}

.s-convert__option input[type="radio"]:checked + .s-convert__option-card .s-convert__option-icon {
    background: #25B775;
}

.s-convert__option input[type="radio"]:checked + .s-convert__option-card .s-convert__option-icon svg {
    stroke: #ffffff;
}

.s-convert__option-icon svg {
    width: 20px;
    height: 20px;
    stroke: #666;
    transition: stroke 0.2s ease;
}

.s-convert__option-text {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    transition: color 0.2s ease;
}

.s-convert__option input[type="radio"]:checked + .s-convert__option-card .s-convert__option-text {
    color: #1a1a1a;
    font-weight: 600;
}

.s-convert__option-check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 0.2s ease;
}

.s-convert__option input[type="radio"]:checked + .s-convert__option-card .s-convert__option-check {
    border-color: #25B775;
    background: #25B775;
}

.s-convert__option input[type="radio"]:checked + .s-convert__option-card .s-convert__option-check svg {
    stroke: #ffffff;
}

.s-convert__option-check svg {
    width: 14px;
    height: 14px;
    stroke: transparent;
    transition: stroke 0.2s ease;
}

/* === Превью исходного изображения === */
.c-convert-result__preview {
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #f5f5f5;
}

.c-convert-result__preview-in {
    display: flex;
    justify-content: center;
    padding: 8px;
}

.c-convert-result__preview-in img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* End */
/* /local/components/custom/ai.scan.form/templates/all/style.css?17858327863106 */
