.mxsync-techniques-wrapper {
    margin: 16px 0;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #f9f9f9;
}
.mxsync-techniques-wrapper h4 {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
}
.mxsync-techniques-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mxsync-technique-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    transition: border-color 0.2s;
}
.mxsync-technique-item:hover {
    border-color: #999;
}
.mxsync-technique-item input:checked ~ .mxsync-technique-name {
    font-weight: 600;
}
.mxsync-technique-name {
    flex: 1;
}
.mxsync-technique-cost {
    color: #666;
    font-size: 13px;
    white-space: nowrap;
}
.mxsync-technique-estimate {
    margin-top: 12px;
    padding: 10px 12px;
    background: #e8f5e9;
    border-radius: 3px;
    font-size: 14px;
}
.mxsync-estimate-value {
    font-weight: 600;
}
.mxsync-hidden {
    display: none;
}
