.map-container {
    height: 380px !important;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    /*background: #f0f0f0;
    overflow: hidden;
    position: relative;*/
}

#map {
    height: 380px !important;
    width: 100% !important;
    /*background: #ddd;**/
}

/* Flaggen */
.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 6px;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 2px;
}

/* Fallback: Wenn Flagge fehlt */
.flag-missing {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: #999;
    color: white;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    margin-right: 6px;
    border-radius: 2px;
    vertical-align: middle;
}

.ip-input-group {
    margin-bottom: 20px;
}

.info-card {
    margin-bottom: 15px;
}

.loading {
    text-align: center;
    padding: 40px;
    color: #666;
}

.panel-body {
    padding: 15px;
}

#whois-output {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: 'Courier New', monospace;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 12px;
    max-height: 300px;
    overflow-y: auto;
    font-size: 12.5px;
    line-height: 1.4;
}