.mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, "Roboto Mono", monospace;
}

.small-muted {
    color: #6c757d;
    font-size: 0.95rem;
}

.table-dns-type {
    font-weight: 700;
    color: #0d6efd;
    font-size: 1.1rem;
}

.priority-badge {
    background-color: #e9ecef;
    color: #495057;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
}

/* Custom Table Row Hover Micro-animation */
#resultsTable tbody tr {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#resultsTable tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    background-color: rgba(13, 110, 253, 0.03);
}

.btn-group .btn {
    transition: all 0.3s ease;
}

.btn-group .btn.active {
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
}

/* Glassmorphism styling for query status area */
#progressArea {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 8px;
    padding: 15px;
}
