:root {
  --ipc-radius: 14px;
}

.card {
  border-radius: var(--ipc-radius);
}

.form-control, .form-select, .btn {
  border-radius: 12px;
}

.ipc-section-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: .75rem;
}

.table thead th {
  font-size: .85rem;
  color: #666;
}

@media (max-width: 768px) {
  .container { padding-left: 16px; padding-right: 16px; }
}
