.step-item,
.step-item.active {
  display: flex !important;
  padding: 3px 0px;
}

.step-item i.icon-plus {
  font-size: 16px;
  position: relative;
  top: 1px;
}
.step-item button.toggle {
  width: unset;
  margin: 0;
  min-height: unset;
}
.step-item,
.step-item.active,
.step-inner-content {
  background: #fff !important;
  border: none;
}
.accordion-inner-content {
  font-size: 15px;
}
.step-inner-content p {
  margin-bottom: 8px;
}
.step-inner-content p:last-child,
.step-detail-header p {
  margin-bottom: 0;
}
.step-inner-content {
  padding: 3px 6px 3px 10px !important;
}
.step-item-title {
  gap: 5px;
  font-weight: 500;
  font-size: 15px;
}
.step-advanced-item {
  margin-bottom: 10px;
}
.step-advanced-image img {
  border-radius: 16px;
}
.step-item.active button.toggle i.icon-minus:before {
  content: "";
  height: 2px;
  width: 13px;
  background: var(--fs-experimental-link-color);
  display: inline-block;
  border-radius: 3px;
  position: relative;
  top: -8px;
}
.step-item-icon {
  width: 20px;
  height: auto;
  color: var(--primary-color);
}
.step-advanced-image,
.step-advanced-image img {
  width: 100%;
}
.step-advanced-header {
  gap: 20px;
}
.active .step-item-title {
  font-weight: bold;
}

.step-advanced-number {
  min-width: 45px;
  min-height: 45px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50px;
  font-size: 30px;
  font-weight: bold;
  font-family: math;
  line-height: 1;
}
.step-advanced-image,
.step-advanced-header {
  margin-bottom: 15px;
}

.step-advanced-title {
  font-size: 25px;
  margin-bottom: 6px !important;
}
.step-advanced-item .accordion-inner,.view-more .review-text {
  transition: height 0.3s ease-in-out;
}
.step-advanced-content > p:first-child,.view-more .review-text p:first-child {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.step-advanced-content > p:first-child.expanded,.view-more .review-text p:first-child.expanded {
  display: block;
  -webkit-line-clamp: unset;
  height: auto;
  overflow: visible;
}

.read-more-toggle {
    color: var(--primary);
    cursor: pointer;
    margin: -20px 0 10px;
    text-align: end;
    font-size: 14px;
}

@media screen and (max-width: 550px) {
  .step-advanced-item[data-mobile-close="true"] .accordion-title {
    pointer-events: auto;
  }
  .step-advanced-item[data-mobile-close="true"] .toggle i.icon-minus {
    transition: transform 0.3s ease;
  }
}