.kpf-shell {
  min-width: 0;
  width: 100%;
}

.kpf-heading-lead {
  color: #5a6270;
  font-size: 13px;
  line-height: 1.8;
  margin: 12px 0 0;
}

.kpf-control {
  background: #fff;
  border: 1px solid #cfd7e4;
  border-radius: 999px;
  color: #17365f;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 15px;
}

.kpf-control:hover,
.kpf-control:focus-visible,
.kpf-control[aria-pressed="true"] {
  background: #eef4fb;
  border-color: #17365f;
  outline: none;
}

.kpf-subtitle {
  color: #0b1f38;
  font-size: 15px;
  font-weight: 800;
  margin: 20px 0 10px;
}

.kpf-section-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.kpf-priority-header {
  margin: 0 0 12px;
}

.kpf-section-header .kpf-subtitle {
  margin: 0;
}

.kpf-category-title {
  font-size: 14px;
}

.kpf-category-header {
  margin: 32px 0 14px;
}

.kpf-section-toggle {
  flex: 0 0 auto;
  min-width: 74px;
  padding: 8px 13px;
}

.kpf-priority-row-hidden {
  display: none;
}

.kpf-table-scroll {
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e0e5ed;
  border-radius: 12px;
  overflow-x: auto;
  width: 100%;
}

.kpf-table-scroll table {
  border: 0;
  border-radius: 0;
  margin: 0;
  min-width: var(--kpf-min-width, 720px);
  width: 100%;
}

.kpf-table-scroll thead th {
  position: sticky;
  top: 0;
  z-index: 3;
}

.kpf-table-scroll th:first-child,
.kpf-table-scroll td:first-child {
  background: #f3f5f9;
  left: 0;
  min-width: 190px;
  position: sticky;
  z-index: 2;
}

.kpf-table-scroll thead th:first-child {
  z-index: 4;
}

.kpf-group {
  border: 1px solid #dde3ec;
  border-radius: 12px;
  margin: 0 0 10px;
  overflow: clip;
}

.kpf-group > summary {
  align-items: center;
  background: #f7f9fc;
  color: #0f2747;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: space-between;
  list-style: none;
  padding: 14px 16px;
}

.kpf-group > summary::-webkit-details-marker {
  display: none;
}

.kpf-group > summary::after {
  color: #d86f13;
  content: "+";
  font-size: 16px;
  line-height: 1;
}

.kpf-group[open] > summary::after {
  content: "−";
}

.kpf-group .kpf-table-scroll {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #dde3ec;
}

.kpf-note {
  margin-top: 14px;
}

.kpf-after-price-cta {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 28px auto 0;
  text-align: center;
  width: 100%;
}

.kpf-after-price-button {
  margin-left: auto;
  margin-right: auto;
}

.kpf-existing-cta-aligned {
  align-items: center;
  display: flex !important;
  justify-content: center;
  padding-left: var(--kpf-existing-left, 0) !important;
  padding-right: var(--kpf-existing-right, 0) !important;
}

.kurarebo-thinkific section.kti-price {
  padding-bottom: 24px;
}

.kurarebo-thinkific .kti-after-price-cta {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .kpf-existing-cta-aligned {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .kpf-control {
    border-radius: 9px;
    min-height: 42px;
    width: 100%;
  }

  .kpf-section-toggle {
    min-height: 36px;
    width: auto;
  }

  .kpf-table-scroll th:first-child,
  .kpf-table-scroll td:first-child {
    min-width: 150px;
  }

  .kpf-after-price-cta .kpf-after-price-button {
    max-width: 100%;
    width: 100%;
  }
}
