/* UI helpers for clean layout */

.page-title{
  font-weight: 800;
  letter-spacing: -.02em;
}

.soft-shadow{
  box-shadow: 0 10px 30px rgba(2,6,23,.05) !important;
}

.rounded-xl{
  border-radius: 18px !important;
}

/* Placeholder sidebar if layout/sidebar.php is empty */
.sidebar{
  width: 260px;
}

/* Ensure tables look good */
.table{
  background: rgba(255,255,255,.7);
}

/* Make buttons align with modern look */
.btn{
  font-weight: 600;
}

