.location-layout {
    padding: 4rem 0;
}
.location-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.location-header {
    margin-bottom: 2rem;
}
.location-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    color: var(--color-text);
}
.location-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: var(--color-text-muted);
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.location-meta span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.location-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 2rem;
    border: 1px solid var(--color-border);
}
.location-description {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--color-text-muted);
    margin-bottom: 3rem;
}
.related-events-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--color-border);
}
.maps-link {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
.maps-link:hover {
    text-decoration: underline;
}

