/* V102 — remove language switcher and align Process section edges with site geometry */

/* Language switcher is removed from markup; this keeps the header clean if older markup remains cached. */
.language-switch {
  display: none !important;
}

.header-actions:empty {
  display: none !important;
}

/* Naš pristup: remove rounded card/container geometry that clashes with the rest of the site. */
#process .process-preview-grid,
#process .process-grid {
  border: 1px solid var(--line) !important;
  background: var(--line) !important;
  gap: 1px !important;
}

#process .process-card {
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

#process .process-card:hover {
  box-shadow: none !important;
}

#process .process-summary {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Keep circular icons intentional; only remove accidental rounded panels. */
#process .process-summary-item {
  border-radius: 0 !important;
}
