.kb-wrap {
  margin: 0 auto;
  display: flex;
  gap: 0;
  
  
}

.kb-intro-text{
    width: 550px;
}

.kb-wrap button {
    font-family: "Montserrat";
}

.kb-left {
  border-right: 2px solid #e7e7e7;
}

.kb-acc {
  padding: 0;
}

.kb-item {
  border-bottom: 1px solid #efefef;
}

.kb-parent {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  color: #5A5A5A;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
}

.kb-caret {
  width: 10px;
  height: 10px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: rotate(45deg);
  transition: transform .15s ease;
  margin-left: 12px;
}

.kb-item.open .kb-caret {
  transform: rotate(-135deg);
}

.kb-children {
  padding: 0;
}

.kb-child {
  width: 100%;
  padding: 15px 20px 15px 70px;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #5A5A5A;
}

.kb-child:hover {
  background: #f7f7f7;
}

.kb-child.active {
  background: #f1f1f1;
}

.kb-right {
  flex: 1 1 auto;
  min-width: 0;
  padding: 16px 18px;
  display: flex;
    align-content: center;
    justify-content: center;
}
.kb-results {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.kb-wrap.is-loading .kb-results {
  opacity: .6;
  pointer-events: none;
}

.kb-no-results,
.kb-error,
.kb-empty {
  padding: 14px;
  background: #fafafa;
  border: 1px solid #eee;
}

.kb-cards .kb-card {
  margin-bottom: 16px; /* spacing between Elementor cards */
}

.kb-pager {
  margin-bottom: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.kb-page {
  padding: 8px 12px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
}
