#vigfoot-map {
    width: 100%;
    height: 280px;
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-top: 15px;
    position: relative;
    background: var(--bg-elevated);
    overflow: hidden;
}

#geofence-status {
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 10px;
    background: var(--bg-elevated);
    color: var(--text-muted);
    font-family: var(--font-mono);
}

#telemetry-info {
    font-family: var(--font-mono);
    font-size: 11px;
    padding: 10px;
    background: var(--bg-base);
    border: 1px solid var(--border);
    border-radius: 4px;
    min-height: 60px;
    color: var(--text-main);
    line-height: 1.5;
}
