.Opm {
    &-thin-grey-border {
        border: 1px solid $grey_200;
    }

    &-border-radius {
        border-radius: 3px;
    }

    &-focused-input {
        border-color: $blue_300;
        box-shadow: inset 0 1px 1px $black_075, 0 0 8px $blue_400_6;
    }
}
