/* Inline edit – vizuelni feedback */
td.editable-col[contenteditable="true"],
h3.editable-col[contenteditable="true"] {
  cursor: text;
  transition: background-color .15s ease, outline-color .15s ease;
}

td.editable-col[contenteditable="true"]:focus,
h3.editable-col[contenteditable="true"]:focus {
  outline: 2px dashed var(--primary);
  outline-offset: 2px;
  background: #fff7f0;
}

/* Tabela – kompaktnija i čitljivija */
.table.table-striped th,
.table.table-striped td {
  vertical-align: middle;
}

.table.table-striped thead th {
  font-weight: 600;
  background: #fafafa;
}

/* Footer link desno u kartici */
.card .card-footer a {
  text-decoration: none;
  font-weight: 600;
}

/* Head linija boje iz .c-* ostaje iz colors-materials.css */
