#crowe-map {
    width: 100%;
    height: 600px;
    min-height: 450px;
    border: 1px solid #3a3128;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin: 1.5rem 0;
}

.crowe-map-wrapper {
    margin: 2rem 0;
}

.crowe-map-heading {
    margin-bottom: 0.75rem;
}
