/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.floating-save {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #0073aa; /* WP blue */
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: background 0.2s ease;
}

.floating-save:hover {
  background: #006799;
}

.type-napisane { background-color: #e6ffe6; }
.type-zaplanowane { background-color: #fffbe6; }
.type-zaczęte { background-color: #e6f0ff; }
.type-oczekuje { background-color: #f5e6ff; }
.type-poprawa { background-color: #ffe6e6; }
.type-wykluczone { opacity: 0.5; }

