.tee-time-listing-footer{
    font-family: garamond-premier-pro, serif;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    display: block;
    margin-top: 55px;
    margin-bottom: 3.8rem;
    padding-bottom: 0;
}
.tee-time-listing-footer ul{
    margin-bottom: 1.5rem;
}
.tee-time-listing-footer svg{
    transform: scale(1.5);
}
.trump-golf-link{
    text-align: center;
}
.tee-time-listing-footer .icons-wrapper{
    gap: 45px;
}

.explore-other-wrapper {
    display: flex;
    justify-content: center;
    gap: 3.6rem;
    margin: 20px 30px 0px;
} 
.explore-more-links{
    padding: 5px 0;
}
.full-width-separator{
    width: 100%;
    border: 0.5px solid rgb(171,149,113);
    margin-bottom: 2.5rem;
}

.only-mobile{
    display: none;
}

.tee-time-listing-footer svg{
    width: inherit;
    height: inherit;
}

@media only screen and (max-width: 1024px) {
    .explore-other-wrapper {
        white-space: nowrap;
        flex-wrap: wrap;
        gap: 0px 40px;
    } 
    .explore-more-links{
        padding: 10px 0;
    }

    .full-width-separator{
        width: 90%;
        margin: 0 auto 2rem;
    }
    .only-mobile{
        display: block;
    }
    .tee-time-listing-footer .footer-additonal-copyrights{
        margin-top: 0;
    }
    .tee-time-listing-footer .property-name,
    .tee-time-listing-footer .property-contact, 
    .tee-time-listing-footer .address-text, 
    .tee-time-listing-footer .contact-number {
        font-size: 0.95rem;
    }

    .tee-time-listing-footer .footer-additonal-link-outs sup {
        font-size: 0.7rem;
    }

    .tee-time-listing-footer .footer-navigation a,
    .tee-time-listing-footer .name-branding {
        font-size: 0.95rem;
    }
}

@media only screen and (max-width: 450px) {
    .explore-other-wrapper {
        flex-direction: column;
        white-space: nowrap;
    }  
}

.mt-3{
    margin-top: 15px;
}