#imssea-world-map {
    width: 100%;
    min-height: 500px;
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    #imssea-world-map {
        min-height: 400px;
    }
}

@media screen and (max-width: 480px) {
    #imssea-world-map {
        min-height: 300px;
    }
}