/* E-Bidding Helper */
body { font-family: 'Sarabun', 'Segoe UI', sans-serif; font-size: 14px; }

.navbar-brand { font-size: 1rem; }

/* Tiny button */
.btn-xs {
    padding: 1px 6px;
    font-size: .75rem;
    border-radius: .2rem;
}

/* Table row hover */
.table-hover tbody tr:hover { background-color: rgba(13,110,253,.04); }

/* Deadline urgency */
.deadline-urgent { color: #dc3545; font-weight: 600; }

/* Card header consistent */
.card-header { font-size: .85rem; }

/* Small badge in status column */
.badge { font-size: .75em; }

/* Print */
@media print {
    .navbar, .btn, form { display: none !important; }
    .card { border: 1px solid #ccc !important; box-shadow: none !important; }
}