.vlp-block-choosetype {
    background: #f6f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 28px 28px 32px;

    .vlp-block-choosetype-header {
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e0e0e0;
    }

    .vlp-block-choosetype-title {
        margin: 0 0 4px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        color: #1e1e1e;
    }

    .vlp-block-choosetype-subtitle {
        margin: 0;
        font-size: 13px;
        color: #50575e;
    }

    .vlp-block-choosetype-container {
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        padding: 16px 18px;

        .vlp-block-choosetype-container-head {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;

            .vlp-block-choosetype-icon {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 28px;
                height: 28px;
                border-radius: 6px;
                background: #f0f0f1;
                color: #1e1e1e;
                flex-shrink: 0;
            }

            label {
                font-weight: 600;
                font-size: 13px;
                color: #1e1e1e;
                line-height: 1.4;
            }
        }

        .vlp-block-choosetype-help {
            margin: 0 0 8px;
            font-size: 12px;
            color: #50575e;
        }

        input[type="text"] {
            display: block;
            width: 100%;
        }

        textarea {
            display: block;
            width: 100%;
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
            font-size: 12px;
        }

        button {
            display: inline-block;
            margin-top: 10px;
        }
    }

    .vlp-block-choosetype-divider {
        position: relative;
        text-align: center;
        margin: 14px 0;

        &::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 1px;
            background: #e0e0e0;
        }

        span {
            position: relative;
            display: inline-block;
            padding: 0 12px;
            background: #f6f7f7;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            color: #757575;
        }
    }

    .vlp-block-choosetype-status {
        margin-top: 8px;
        font-size: 12px;
        color: #2a7d2e;
    }

    .vlp-block-choosetype-error {
        margin-top: 8px;
        font-size: 12px;
        color: #cc1818;
    }
}
