#ghac-footer-recovery,
#ghac-footer-recovery * {
    box-sizing: border-box;
}

#ghac-footer-recovery {
    clear: both;
    width: 100%;
    color: #444;
    font-family: Roboto, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
}

#ghac-footer-recovery .ghac-footer__main {
    background: #f2f4f7;
    padding: 30px 0;
}

#ghac-footer-recovery .ghac-footer__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
}

#ghac-footer-recovery section,
#ghac-footer-recovery p,
#ghac-footer-recovery address,
#ghac-footer-recovery nav {
    margin: 0;
    padding: 0;
}

#ghac-footer-recovery h2 {
    margin: 0 0 8px;
    color: #444;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
}

#ghac-footer-recovery a {
    color: #444;
    text-decoration: none;
}

#ghac-footer-recovery a:hover,
#ghac-footer-recovery a:focus-visible {
    color: #ec812a;
}

#ghac-footer-recovery a:focus-visible {
    outline: 2px solid #365cac;
    outline-offset: 3px;
}

#ghac-footer-recovery .ghac-footer__logo {
    display: inline-block;
    line-height: 0;
}

#ghac-footer-recovery .ghac-footer__logo img {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
}

#ghac-footer-recovery .ghac-footer__license {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

#ghac-footer-recovery .ghac-footer__tagline {
    margin-top: 10px;
    font-size: 17px;
}

#ghac-footer-recovery address {
    display: grid;
    gap: 7px;
    font-style: normal;
}

#ghac-footer-recovery address a {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

#ghac-footer-recovery .ghac-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    min-width: 22px;
    height: 27px;
    color: #444;
    font-size: 17px;
    line-height: 1;
}

#ghac-footer-recovery .ghac-footer__social nav {
    display: flex;
    align-items: center;
    gap: 5px;
}

#ghac-footer-recovery .ghac-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

#ghac-footer-recovery .ghac-social:hover,
#ghac-footer-recovery .ghac-social:focus-visible {
    color: #fff;
    filter: brightness(.86);
}

#ghac-footer-recovery .ghac-social--twitter { background: #03a9f4; }
#ghac-footer-recovery .ghac-social--facebook { background: #3b5998; }
#ghac-footer-recovery .ghac-social--instagram { background: #d800b9; }
#ghac-footer-recovery .ghac-social--google { background: #4285f4; }
#ghac-footer-recovery .ghac-social--yelp { background: #dc0000; }

#ghac-footer-recovery .ghac-footer__copyright {
    background: #e4e4e4;
    padding: 5px 20px;
    text-align: center;
}

#ghac-footer-recovery .ghac-footer__copyright p {
    font-size: 17px;
    line-height: 1.6;
}

#ghac-footer-recovery .ghac-footer__copyright a {
    font-weight: 600;
}

@media (max-width: 1024px) {
    #ghac-footer-recovery .ghac-footer__main {
        padding: 30px;
    }

    #ghac-footer-recovery .ghac-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    #ghac-footer-recovery .ghac-footer__social {
        grid-column: 1 / -1;
    }

    #ghac-footer-recovery .ghac-footer__copyright {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    #ghac-footer-recovery .ghac-footer__main {
        padding: 20px;
    }

    #ghac-footer-recovery .ghac-footer__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #ghac-footer-recovery .ghac-footer__social {
        grid-column: auto;
    }

    #ghac-footer-recovery .ghac-footer__copyright {
        padding: 10px;
    }

    #ghac-footer-recovery .ghac-footer__copyright p {
        font-size: 15px;
    }
}

