/* Location Showcase Header Module CSS */

.location-showcase-header-column {
    display: flex;
    flex-direction: column;
}

.location-showcase-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #333333;
}

.location-showcase-description {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 100%;
    color: #666666;
}


/* Responsive Styles */

@media (max-width: 1200px) {
    .location-showcase-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 1024px) {
    .location-showcase-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    .location-showcase-title {
        font-size: 2rem;
    }
    .location-showcase-description {
        font-size: 1rem;
    }
}

@media (max-width: 479px) {
    .location-showcase-title {
        font-size: 1.75rem;
    }
}