/* css/styles.css */

/* Basic body + container tweak */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background-color: #f7f9fc;
  color: #212529;
}

/* Card and navbar customizations */
.navbar-brand { font-weight: 700; letter-spacing: .2px; }
.container-lg {
  max-width: 1100px;
}

/* Table styles */
.table-domain {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(25, 35, 50, 0.05);
}

/* status badges */
.badge-status-active { background-color: #e6ffed; color: #0f5132; }
.badge-status-expired { background-color: #fff2f2; color: #842029; }

/* Responsive detail label */
.detail-label { font-weight: 600; color: #495057; }

/* Small form tweaks */
.form-control:focus { box-shadow: none; border-color: #7aa7ff; }

/* Mobile tweaks */
@media (max-width: 576px) {
  .table-responsive { font-size: 13px; }
}
