/* section_product_features.css */
.product-features-title {
  color: var(--BR-Ocean-Blue, #024268);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.product-features-list li {
  color: var(--BR-Ocean-Blue, #024268);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


/* Title */
.all-functions-title {
  color: var(--BR-Ocean-Blue, #024268);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.5rem;
}

/* Function text items */
.function-item {
  color: var(--BR-Ocean-Blue, #024268);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

/* Fade-out wrapper behavior */
.all-functions-wrapper {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.all-functions-wrapper.collapsed {
  max-height: 250px; /* Adjust based on row height */
}

.all-functions-wrapper.expanded {
  max-height: 2000px;
}

/* Fade overlay */
.all-functions-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to top, white 40%, transparent);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.all-functions-wrapper.expanded::after {
  opacity: 0;
}

/* Toggle button */
.toggle-button {
  background: none;
  border: none;
  color: var(--BR-Ocean-Blue, #024268);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 1rem;
  cursor: pointer;
  text-decoration: underline;
}





/* --- Savybės Title --- */
.col-12 > h2 {
  color: var(--BR-Ocean-Blue, #024268);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px; /* in case mb-4 is not enough */
}

/* --- Savybės Content --- */
.wysiwyg-content {
  color: var(--BR-Ocean-Blue, #024268);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

/* Optional: style <ul> or <p> inside if needed */
.wysiwyg-content ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0;
}

.wysiwyg-content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.wysiwyg-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--BR-Ocean-Blue, #024268);
}

/* Optional: space between paragraphs */
.wysiwyg-content p {
  margin-bottom: 12px;
}
