body {
    background-color: #f8f9fa;
}

.flag {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 10px;
}

.table-container {
    max-height: 400px;
    overflow-y: auto;
}

#svgMap {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

.card {
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.short-url {
    word-break: break-all;
}
/* Add this to your CSS */
.map-container {
    margin-top: 2rem;
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.map-container h2 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #333;
}

#visitorMap {
    width: 100%;
    height: 500px;
    border-radius: 4px;
}
