.domain-age-checker-container {
    max-width: 800px;
    margin: 0 auto;
}

.info-item {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;
}

.info-item .label {
    font-weight: 600;
    color: #555;
    display: inline-block;
    min-width: 120px;
}

.info-item .value {
    font-weight: 500;
}

#whoisRaw {
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    max-height: 300px;
    overflow-y: auto;
    white-space: pre-wrap;
    font-family: monospace;
    font-size: 0.85rem;
}

.age-visualization {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.25rem;
}

.progress {
    background-color: #e9ecef;
}

.history-section .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.domain-age-badge {
    font-size: 0.8rem;
}

#domainInput {
    height: 45px;
}

#checkDomainBtn {
    height: 45px;
    min-width: 120px;
}