.fta-tax-guide-top-cta {
    display: flex;
    align-items: center;
    margin-top: 28px;
    margin-bottom: 8px;
}

.fta-tax-guide-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 15px 30px;
    border: 0;
    border-radius: 8px;
    background: #C8A24B;
    color: #FFFFFF !important;
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

.fta-tax-guide-cta:hover,
.fta-tax-guide-cta:focus-visible {
    background: #A9853A;
    color: #FFFFFF !important;
    transform: translateY(-1px);
}

.fta-tax-guide-cta:focus-visible {
    outline: 3px solid rgba(200, 162, 75, 0.35);
    outline-offset: 3px;
}

#tax-guide-form {
    scroll-margin-top: 120px;
}

@media (max-width: 767px) {
    .fta-tax-guide-top-cta {
        margin-top: 22px;
    }

    .fta-tax-guide-cta {
        width: 100%;
        max-width: 360px;
        min-height: 52px;
        padding: 14px 22px;
        font-size: 16px;
    }
}
