#deposit-gifts-section {
  padding: 20px 24px;
  color: #fff;
}

#deposit-gifts-section h2 {
  margin: 0 0 12px;
}

/* ten sam "kafelek" co reszta, ale z max-width jak separator */
.drop-tile--codes {
  max-width: 1200px;
  margin: 5px auto 16px;
  width: 100%;
}

/* tabela */
.dg-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 14px;
}

.dg-table thead {
  background: rgba(255, 255, 255, 0.05);
}

.dg-table th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  white-space: nowrap;
}

.dg-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: middle;
}

/* kolumna z itemem */
.dg-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dg-item-img {
  width: 64px;
  height: auto;
  border-radius: 6px;
  flex-shrink: 0;
}

.dg-item-info {
  display: flex;
  flex-direction: column;
}

.dg-item-name {
  font-weight: 600;
}

/* wartość PLN + USD */
.dg-value-main {
  font-weight: 600;
}

.dg-value-usd {
  font-size: 12px;
  opacity: 0.7;
}

.dg-value-usd strong {
  font-weight: 600;
}

/* Już dostępne! */
.dg-availability-ok {
  color: #22c55e;
  font-weight: 600;
}

/* kolumny liczbowe bez łamania */
.dg-table td:nth-child(2),
.dg-table td:nth-child(3),
.dg-table td:nth-child(4),
.dg-table td:nth-child(5),
.dg-table td:nth-child(6) {
  white-space: nowrap;
}

.dg-error {
  color: #f55;
  margin-top: 12px;
}
