body#checkout section.checkout-step .address-item, #addresses .address {
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 24px;

    .address-card {
        padding: 1.2rem;
    }

    header {
        padding: 0;

        .radio-block {
            padding: 0;
        }

        .address {
            line-height: 22px;
            font-size: 16px;
        }
    }

    .address-footer {
        background-color: white;
        text-align: left;
        padding-left: 1.563rem;

        a {
            margin: 0;
        }

        .edit-address {
            margin-right: 1.3rem;
        }
    }
}

body#checkout section.checkout-step .address-item.selected {
    border: 2px solid #EB6909;
    border-radius: 8px;
}