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

h3.AddressInfoBlock__Title {
    text-transform: capitalize;
    font-weight: bold;
}

.AddressInfoBlock {
    &__ErrorMessages {
        margin-top: 15px;

        .ErrorMessage {
            margin-bottom: 0;
            font-size: 15px;
            line-height: 1.2rem;
        }
    }

    &__DeliveryAddress {
        margin-top: $gutter-large;
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-end;

        &--Laundry {
            flex-direction: column;
            align-items: flex-start;
        }

        &__Box {
            &__Line {
                &:last-child {
                    margin: 0;
                }
            }
        }

        &__Edit {
            display: block;
            border: none;
            cursor: pointer;
            padding: 0 $gutter;
            background: transparent;

            &__Icon {
                color: $secondary-text-color;
                font-size: 20px;
            }
        }
    }
}
