@import '../../../../_common/scss/main.scss';

.AddressEntryOptions {
    &__ErrorMessages {
        margin-top: $gutter-large;

        .ErrorMessage {
            margin-bottom: 0;
        }
    }
    &__LaundryOption:not(:last-child) {
        margin-bottom: $gutter-small;
    }
    &__Concur {
        width: 135px;
        height: 11px;
    }

    &.special-instructions {
        .Preferences {
            &__checkbox {
                margin-top: $gutter;
            }

            &__subText {
                margin-left: 30px;
                margin-bottom: -($gutter);
                color: $gray-inactive-text;
            }
        }
    }

    &__formPlaceholder {
        margin-top: $gutter-large;
    }
}
