.address-form-submit-button {
    all: unset;
    background: none;
    color: #78A22F;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
    padding: 0;
}
.address-form-submit-button:hover {
    background: none;
    color: #22537c;
    text-decoration: none;
}
