.op-dashboard-settings-advanced {
    form.ops-form {
        .opui-item {
            [name="opd_intl_tel_input_selector"] {
                height: 42px;
                font-size: 12px;
                font-family: monospace;
            }

            &[data-opd-intl-tel-input="0"] .opui-toggle-switch:first-child + .opui-item-description {
                margin-bottom: 0;

                ~ * {
                    display: none;
                }
            }
        }
    }
}
