body {
    background-color: #f6f7fb;
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

/* ==================================
   Styles for Meeting Room Management
   ================================== */
#meeting-room-page .card {
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#meeting-room-page thead th {
  background-color: #f1f3f8;
  font-weight: 600;
}

#meeting-room-page .table th,
#meeting-room-page .table td {
  vertical-align: middle;
}

#meeting-room-page .action-col {
  width: 90px;
  text-align: center;
  white-space: nowrap;
}

#meeting-room-page .action-col button {
  margin: 0 3px;
  padding: 4px 6px;
}

#meeting-room-page th:first-child,
#meeting-room-page td:first-child {
  width: 50px;
  text-align: center;
}

#meeting-room-page .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#meeting-room-page .input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
