/* Location Full Details - New Version */

.location-details-new {
}

@media (max-width: 768px) {
.acf-map{
    height: 60vw;
}
}

.location-details-new .info-table {
    width: 100%;
    padding: 1rem 0;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

/* Additional Info text box (full width, left aligned) */
.location-additional-info {
    width: 100%;
    padding: 1rem 0;
}

.location-additional-info p {
    color: #333333;
    line-height: 1.6;
    text-align: left;
    font-size: 22px;
}

/* Full-width black Get Directions button */
.get-directions-button {
    display: block;
    width: 100%;
    padding: 18px 24px;
    margin-bottom: 2.5rem;
    background-color: #000;
    color: #fff !important;
    font-family: tenon, Adjusted Arial Fallback, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none !important;
    text-decoration-color: unset !important;
    text-underline-offset: unset !important;
    transition: background-color 0.2s ease;
    border-radius: 4px;
}

.get-directions-button:hover {
    background-color: #333;
    color: #fff;
}

/* Directions Note - matches content styling */
.directions-note {
    font-size: 22px;
    margin-top: 1.5rem;
}

.directions-note p {
    margin: 0;
    color: #363636;
    line-height: 1.6;
}

/* Additional Info Section */
.additional-info {
    margin-top: 4.5rem;
}



.additional-info .info-table {
    border-top: 1px solid #D6D6D6;
}

.additional-info .info-table tr {
    border-bottom: 1px solid #D6D6D6;
}

.additional-info .info-table a {
    color: #363636;
    text-decoration: none;
}

.additional-info .info-table a:hover {
    text-decoration: underline;
}
