body {
    margin: 0;
    padding: 0;
    background: #f8f9fa;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    height: 480px;
    overflow: hidden;
}

#info-panel {
    background: #FFFFFF;
    border-bottom: 2px solid #DDDDDD;
    padding: 8px 14px;
    min-height: 70px;
    max-height: 90px;
    overflow-y: auto;
}

#info-title {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

#info-body {
    font-size: 11px;
    color: #555;
    line-height: 1.5;
}

#network-container {
    flex: 1;
    border: none;
}
