.footer-form label {
    display: none;
}

.footer-form .input input {
    background: transparent;
    border: 1px solid white;
    border-radius: 4px;
    width: 100%;
}

.footer-form .actions {
    display: flex;
    justify-content: end;
}

.footer-form .actions .hs-button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-size: 0.8125rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 4px 10px;
    box-shadow: none;
    height: max-content;
    background-color: rgb(202, 219, 43);
    color: rgb(23, 52, 89);
    border-radius: 0px;
    border: 2px solid transparent;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Work Sans", sans-serif;
    transition: all 0.3s ease 0s;
    margin-top: 6px;
}

.footer-form .actions .hs-button:hover {
    background-color: transparent;
    border: 2px solid rgb(202, 219, 43);
    color: rgb(202, 219, 43);
}