/* Tool-specific styles */
.domain-checker-container {
    max-width: 800px;
    margin: 0 auto;
}

.info-item {
    margin-bottom: 15px;
}

.info-item .label {
    display: inline-block;
    width: 140px;
    font-weight: 600;
    color: #555;
}

.info-item .value {
    font-weight: 500;
}

#whoisRaw {
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 13px;
    max-height: 300px;
    overflow-y: auto;
    margin: 0;
}

.domain-history .list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.domain-history .badge {
    font-size: 0.8em;
}

.expiry-soon {
    color: #dc3545;
    font-weight: bold;
}

.expiry-warning {
    color: #fd7e14;
    font-weight: bold;
}

.expiry-good {
    color: #28a745;
    font-weight: bold;
}

#domainInput {
    height: 45px;
    font-size: 16px;
}

#checkDomainBtn {
    height: 45px;
}