/* Заголовки */
.zp-title {
  font-size: 20px;
  font-weight: bold;
  color: #0078D7;
  margin-top: 20px;
}

/* Лінії */
.zp-line {
  border: none;
  height: 3px;
  background-color: #0078D7;
  margin: 10px 0;
}

/* Посилання */
.zp-packet-link {
  color: #0078D7;
  text-decoration: none;
  font-size: 16px;
}
.zp-packet-link:hover {
  text-decoration: underline;
}

/* Статуси */
.zp-status-ok { color: green; font-weight: bold; }
.zp-status-error { color: red; font-weight: bold; }
.zp-status-pending { color: orange; font-weight: bold; }
.zp-status-edit { color: #0078D7; font-weight: bold; }
.zp-status-unknown { color: gray; font-weight: bold; }

/* Таблиця */
.zp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.zp-table th, .zp-table td {
  border: 1px solid #ccc;
  padding: 8px;
}
.zp-table th {
  background-color: #f2f2f2;
  text-align: left;
}
.zp-amount { text-align: right; }
.zp-inn, .zp-card { text-align: center; }
.zp-no-data { color: red; text-align: center; }

/* Помилки */
.zp-error {
  color: red;
  font-size: 18px;
  font-weight: bold;
}
