
.offer-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 20px 0px 20px;
  font-family: 'Arsenal', serif;
  color: #1a1a1a;
}

.offer-container {
  background: #ffffff;
  padding: 20px 20px;
  border-radius: 10px;
}

.offer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
}

.offer-title {
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
}

.offer-price {
  background-color: #ffd900;
  color: #000;
  width: 120px; /* stała szerokość dla wszystkich kafelków */
  height: 40px; /* opcjonalnie, stała wysokość */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.offer-divider {
  border: none;
  border-top: 2px solid #ccc;
  margin: 20px 0;
}

.offer-subheader {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.offer-note {
  margin-top: 20px;

  color: #777;
  font-size: 12px;
  text-align: center;
  padding: 10px 15px;
 
}

.interlinia ul li{
  margin-bottom: 8px;
  line-height: 1.3;
}