[data-mechan-locked-container="true"] select.mechan-standard-address-locked-field,
[data-mechan-locked-container="true"] input.mechan-standard-address-locked-field:not([type="text"]):not([type="email"]):not([type="tel"]):not([type="number"]),
[data-mechan-locked-container="true"] textarea.mechan-standard-address-locked-field {
    pointer-events: none;
}

.mechan-standard-address-locked-field {
    background-color: #f2f2f2 !important;
    color: #6a6a6a;
    cursor: not-allowed;
}

.mechan-standard-address-locked-field:focus {
    outline: none;
    box-shadow: none;
}

[data-mechan-locked-container="true"] .custom-attributes .option-list {
    opacity: 0.7;
}

[data-mechan-locked-container="true"] .custom-attributes label {
    cursor: not-allowed;
}
