@media (max-width: 768px) {
    .container {
        flex-direction: column;
        margin-left: 0;
        padding: 0 10px;
    }

    .sidebar {
        min-width: 100%;
        padding: 10px 0;
    }

    .main-content {
        width: 100%;
    }

    .map-container {
        display: none;
    }

    .venue-heading {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logo-container {
        order: -1;
        margin-bottom: 10px;
    }

    .logo {
        width: 100%;
        height: auto;
    }

    .search-and-slogan {
        width: 100%;
    }

    .searchbar-box {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .clear-filters-button,
    .blog-button {
        display: inline-block;
        padding: 8px 16px;
        background-color: #eee;
        text-align: center;
        border-radius: 5px;
        text-decoration: none;
        color: #333;
        font-weight: 500;
        width: 80%;
    }

    .location-tile {
        display: flex;
        flex-direction: column;
        border: 1px solid #ddd;
        margin-bottom: 16px;
        overflow: hidden;
        background-color: white;
        border-radius: 8px;
        height: 80%;
        max-height: 100%;
    }

    .location-tiles {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0px;
    }

    .location-photo {
        width: 100%;
        height: 20vh;
        object-fit: cover;
        display: block;
    }

    .location-details {
        padding: 16px;
    }

    .logo-container {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .logo {
        width: 100%;
        height: auto;
    }
}
