/* Reduce gaps between service cards */
#page_container {
  padding: 0.5rem !important;
}

/* Reduce group margins */
.service-group {
  margin-bottom: 0.5rem !important;
}

/* Reduce card gaps */
.services-list {
  gap: 0.5rem !important;
}

/* Tighter service cards */
.service {
  padding: 0.5rem !important;
}

/* Reduce header widget spacing */
#information-widgets {
  gap: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* Compact group headers */
.service-group-name {
  margin-bottom: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
