

.highlighted-benefit {
  text-align: justify;
  font-family: 'Arsenal';
  font-size: 1.1rem;
  max-width: 1000px;
  margin-top: 0px;
  line-height: 1.6;
}

.highlighted-benefit strong {
  font-weight: bold;
}

/*------------------------------------------------------------------------------------*/


/* CSS */
.pricing-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 0px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #1a1a1a;
}

.pricing-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing-wrapper1 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.pricing-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1;
  width: 280px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-box1 {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  flex: 2;
  min-width: 600px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-box2 {

  border-radius: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pricing-box3 {

  border-radius: 12px;
  flex: 1;
  width: 100px;
  align-items: center;
  text-align: center;
}

.pricing-title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.3;
}

.pricing-sub {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}

.pricing-count {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  
}

.pricing-detail {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top:  10px;
}

.pricing-detail span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.pricing-list {
  text-align: left;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.pricing-session {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}

.pricing-additional {
  text-align: center;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.4;
  min-width: 200px;
  max-width: 400px;
}

.pricing-price {
  background: #ffd900;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  margin-top: auto;
}

.pricing-note {
  font-size: 12px;
  color: #777;
  text-align: center;
  margin-top: 30px;
  max-width: 800px;
  margin-inline: auto;
}


.offer-container {
  
  padding: 20px 0px;
  border-radius: 10px;
  width: 90%;
  max-width: 300px;
  min-width: 225px;
}

.offer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
  flex-wrap: wrap;

}

.offer-title {
  font-size: 15px;
  line-height: 1.5;
  
}

.offer-price {
  background-color: #ffd900;
  color: #000;
  width: 80px; /* 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;
 
}

.dual-price {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 20px 0 10px;
}

.dual-price .offer-price {
  width: 100px;
  font-size: 15px;
}

.pricing-helper {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  text-align: center;
  max-width: 300px;
  margin-inline: auto;
}

.offer-item.right-align {
  justify-content: flex-end;
  gap: 20px;
  margin-top: 10px;
}

.offer-item.right-align .offer-title {
  font-size: 14px;
  text-align: right;
}

.offer-item .offer-price.small {
  width: 100px;
  font-size: 15px;
  padding: 0px 0px;
}

.interlinia ul li{
  margin-bottom: 8px;
  line-height: 1.3;
}