.card {
    border-radius: 10px;
}

#result {
    display: none;
}

#result.show {
    display: block;
}

.whois-data {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 15px;
    font-family: monospace;
    white-space: pre-wrap;
    word-break: break-all;
}

.loading {
    text-align: center;
    padding: 20px;
} 