:root{
    --stramo-color-primary: #71c70c;
}
.my-account-page-content #invoiceAddresses,
.my-account-page-content #deliveryAddresses{
    padding:1rem ;
    margin:1rem 0 ;
}

.my-account-page-content #invoiceAddresses{
    background-color:#fafafa;
    border-bottom:2px solid var(--stramo-color-primary);
}

.my-account-page-content .address[data-stramo-address-type="type3"]{
    background-color:#ffffff;
}
