
.highlighted-benefit {
  text-align: justify;
  font-family: 'Arsenal';
  font-size: 1.1rem;
  max-width: 1000px;
  margin-top: 20px;
}

.highlighted-benefit strong {
  font-weight: bold;
}


.highlighted-benefit ul {
  text-align: justify;
  font-family: 'Arsenal';
  font-size: 1.1rem;
  padding-left: 20px;
  margin-top: 10px;
  line-height: 1;
}

.highlighted-benefit ul li {
  margin-bottom: 8px;
}

/*-------------------------------------------------------------------------------*/


/* CSS */
.pricing-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 0px 20px;
  font-family: 'Arsenal', serif;
  color: #1a1a1a;
}

.pricing-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  flex: 1;
  min-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-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: 6px;
}

.pricing-detail {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}

.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 {
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.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;
}
