table {
  max-width: 350px;
  border-collapse: collapse; /* щоб не було подвійних рамок */
  margin: 20px auto;
  font-size: 16px;
  text-align: left;
}

thead {
  font-weight: bold;
}

table th, 
table td {
  border: 1px solid #ccc;
  padding: 10px 12px;
}

table th {
  background-color: #f4f4f4;
  font-weight: bold;
  text-transform: uppercase;
}

table tr:nth-child(even) {
  background-color: #fafafa; /* смугастий ефект */
}

table tr:hover {
  background-color: #f1f1f1; /* підсвітка рядка при наведенні */
}

.pricing-text {
  margin-top: 1rem;
  color: #595959;
}

.pricing-head-text {
    color: #2a2a2a;
    text-align: center;
}

.price-list {
  max-width: 550px;
  margin: 0 auto;
}

.pocket-name {
  margin-top: 3rem;
}