/* =========================================================
   REKHATAMA - AI AGENTIC TRAINING SERIES LANDING PAGE
   FINAL CSS SINGLE FILE
   File: css/components/ai-agentic-series.css
========================================================= */


/* =========================================================
   1. GLOBAL SECTION BASE
========================================================= */

.rk-ai-hero,
.rk-ai-problem,
.rk-ai-solution,
.rk-ai-programs,
.rk-ai-outcomes,
.rk-ai-audience,
.rk-ai-format,
.rk-ai-usecase,
.rk-ai-schedule,
.rk-ai-corporate-cta,
.rk-ai-faq,
.rk-ai-final-cta {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rk-ai-problem,
.rk-ai-solution,
.rk-ai-programs,
.rk-ai-outcomes,
.rk-ai-audience,
.rk-ai-format,
.rk-ai-usecase,
.rk-ai-schedule,
.rk-ai-corporate-cta,
.rk-ai-faq,
.rk-ai-final-cta {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}


/* =========================================================
   2. HERO SECTION
========================================================= */

.rk-ai-hero {
  max-width: 100%;
  min-height: 560px;
  padding-top: 76px;
  padding-bottom: 76px;
  padding-left: max(24px, calc((100vw - 1200px) / 2));
  padding-right: max(24px, calc((100vw - 1200px) / 2));
  background:
    radial-gradient(circle at 82% 18%, rgba(14, 165, 233, 0.13) 0%, rgba(14, 165, 233, 0) 34%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%);
  color: #0f172a;
  overflow: hidden;
}

.rk-ai-hero .layout,
.rk-ai-hero .layout--twocol-section {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.rk-ai-hero .layout__region {
  align-self: center;
  min-width: 0;
}

.rk-ai-hero__badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0284c7;
  border: 1px solid #bae6fd;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.rk-ai-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #111827;
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.rk-ai-hero__lead {
  max-width: 760px;
  margin: 0 0 32px;
  color: #475569;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 400;
}

.rk-ai-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.rk-ai-hero__image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.rk-ai-hero__image img {
  width: 100%;
  max-width: 580px;
  height: auto;
  display: block;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
}


/* =========================================================
   3. SECTION SPACING FINAL
========================================================= */

.rk-ai-problem {
  padding-top: 96px;
  padding-bottom: 120px;
  margin-bottom: 56px;
  background: #ffffff;
}

.rk-ai-solution {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-top: 56px;
  margin-bottom: 72px;
  background: #f8fafc;
  border-radius: 32px;
  border-top: 1px solid #e5e7eb;
}

.rk-ai-programs {
  padding-top: 104px;
  padding-bottom: 104px;
  margin-top: 72px;
  margin-bottom: 56px;
  background: #ffffff;
}

.rk-ai-outcomes {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #f8fafc;
  border-radius: 32px;
}

.rk-ai-audience {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #ffffff;
}

.rk-ai-format {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #f8fafc;
  border-radius: 32px;
}

.rk-ai-usecase {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #ffffff;
}

.rk-ai-schedule {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #f8fafc;
  border-radius: 32px;
}

.rk-ai-corporate-cta {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #ffffff;
}

.rk-ai-faq {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #ffffff;
}

.rk-ai-final-cta {
  padding-top: 96px;
  padding-bottom: 110px;
  margin-top: 56px;
  margin-bottom: 56px;
  background: #ffffff;
}


/* Separator khusus antara Problem dan Solution */
.rk-ai-solution::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1120px;
  height: 1px;
  margin: -56px auto 56px;
  background: linear-gradient(
    90deg,
    rgba(226, 232, 240, 0),
    rgba(148, 163, 184, 0.55),
    rgba(226, 232, 240, 0)
  );
}


/* Jika memakai class tambahan umum di Layout Builder */
.rk-ai-section {
  display: block;
  clear: both;
}

.rk-ai-section + .rk-ai-section {
  margin-top: 72px;
}


/* =========================================================
   4. TYPOGRAPHY
========================================================= */

.rk-section-header {
  max-width: 860px;
  margin: 0 0 52px;
}

.rk-section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rk-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0284c7;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rk-section-header h2,
.rk-ai-solution h2,
.rk-cta-box h2,
.rk-final-cta-box h2 {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.028em;
}

.rk-section-header p,
.rk-ai-solution p,
.rk-cta-box p,
.rk-final-cta-box p {
  margin: 12px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
}

.rk-ai-solution h2 {
  margin-bottom: 22px;
}

.rk-ai-solution p {
  max-width: 760px;
}


/* =========================================================
   5. BUTTONS
========================================================= */

.rk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0 12px 12px 0;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.rk-btn-primary {
  background: #ff8a00;
  color: #ffffff !important;
  border-color: #ff8a00;
  box-shadow: 0 12px 26px rgba(255, 138, 0, 0.22);
}

.rk-btn-primary:hover,
.rk-btn-primary:focus {
  background: #f97316;
  color: #ffffff !important;
  border-color: #f97316;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(249, 115, 22, 0.26);
}

.rk-btn-outline {
  background: transparent;
  color: #1f3c88 !important;
  border-color: #1f3c88;
}

.rk-btn-outline:hover,
.rk-btn-outline:focus {
  background: #1f3c88;
  color: #ffffff !important;
  border-color: #1f3c88;
  transform: translateY(-1px);
}

.rk-btn-outline-dark {
  background: transparent;
  color: #1f3c88 !important;
  border-color: #1f3c88;
}

.rk-btn-outline-dark:hover,
.rk-btn-outline-dark:focus {
  background: #1f3c88;
  color: #ffffff !important;
  border-color: #1f3c88;
}


/* =========================================================
   6. GRID SYSTEM
========================================================= */

.rk-grid,
.rk-grid-2,
.rk-grid-3,
.rk-grid-4 {
  display: grid;
  width: 100%;
  gap: 32px;
}

.rk-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rk-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rk-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rk-ai-programs .rk-grid,
.rk-ai-programs .rk-grid-2,
.rk-ai-programs .rk-grid-3,
.rk-ai-programs .rk-grid-4 {
  gap: 34px;
}


/* =========================================================
   7. CARDS
========================================================= */

.rk-card,
.rk-program-card {
  position: relative;
  height: 100%;
  padding: 32px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.055);
  transition: all 0.22s ease;
  box-sizing: border-box;
}

.rk-card:hover,
.rk-program-card:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.10);
}

.rk-card h3,
.rk-program-card h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.018em;
}

.rk-card p,
.rk-program-card p {
  margin: 0 0 16px;
  color: #475569;
  font-size: 15.8px;
  line-height: 1.75;
}

.rk-card {
  color: #334155;
  font-size: 15.8px;
  line-height: 1.7;
}

.rk-ai-problem .rk-card {
  min-height: 150px;
}


/* =========================================================
   8. PROGRAM CARDS
========================================================= */

.rk-program-card {
  display: flex;
  flex-direction: column;
}

.rk-program-card__tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.rk-program-card ul {
  margin: 0 0 22px;
  padding-left: 18px;
  color: #475569;
  font-size: 15px;
  line-height: 1.65;
}

.rk-program-card li {
  margin-bottom: 8px;
}

.rk-link-arrow {
  margin-top: auto;
  color: #1f3c88 !important;
  font-weight: 800;
  text-decoration: none !important;
}

.rk-link-arrow::after {
  content: " →";
}

.rk-link-arrow:hover {
  color: #ff8a00 !important;
}


/* =========================================================
   9. CHECKLIST
========================================================= */

.rk-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rk-check-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #334155;
  font-size: 16.2px;
  line-height: 1.75;
}

.rk-check-list li::before {
  content: "✓";
  position: absolute;
  top: 3px;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  text-align: center;
}

.rk-ai-solution .rk-check-list {
  padding-top: 52px;
}


/* =========================================================
   10. SOLUTION LAYOUT
========================================================= */

.rk-ai-solution .layout,
.rk-ai-solution .layout--twocol-section {
  align-items: flex-start;
}

.rk-ai-solution .layout__region {
  min-width: 0;
}

.rk-ai-solution .layout__region--first {
  padding-right: 48px;
}

.rk-ai-solution .layout__region--second {
  padding-left: 24px;
}


/* =========================================================
   11. PILL LIST TARGET PESERTA
========================================================= */

.rk-pill-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.rk-pill-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0 10px 10px 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
}


/* =========================================================
   12. USE CASE SECTION
========================================================= */

.rk-ai-usecase .rk-card {
  display: flex;
  align-items: center;
  min-height: 96px;
  font-weight: 700;
  color: #1e293b;
  background:
    linear-gradient(135deg, rgba(224, 242, 254, 0.50) 0%, rgba(255, 255, 255, 1) 70%);
}


/* =========================================================
   13. SCHEDULE VIEW / TABLE
========================================================= */

.rk-ai-schedule .views-element-container {
  width: 100%;
}

.rk-ai-schedule table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.rk-ai-schedule table thead {
  background: #1f3c88;
  color: #ffffff;
}

.rk-ai-schedule table th {
  padding: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
}

.rk-ai-schedule table td {
  padding: 16px;
  border-top: 1px solid #e5e7eb;
  color: #334155;
  font-size: 14.5px;
  vertical-align: middle;
}

.rk-ai-schedule table a {
  color: #1f3c88;
  font-weight: 800;
  text-decoration: none;
}

.rk-ai-schedule table a:hover {
  color: #ff8a00;
}


/* =========================================================
   14. CTA BOX
========================================================= */

.rk-cta-box {
  position: relative;
  padding: 52px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 20%, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 30%),
    #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.rk-cta-box h2 {
  max-width: 780px;
}

.rk-cta-box p {
  max-width: 860px;
  margin-bottom: 28px;
}

.rk-cta-box__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


/* =========================================================
   15. FAQ
========================================================= */

.rk-faq-list {
  max-width: 940px;
}

.rk-faq-list details {
  margin-bottom: 14px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.rk-faq-list summary {
  position: relative;
  display: block;
  padding: 20px 56px 20px 22px;
  color: #0f172a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.rk-faq-list summary::-webkit-details-marker {
  display: none;
}

.rk-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  font-weight: 800;
}

.rk-faq-list details[open] summary::after {
  content: "−";
}

.rk-faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: #475569;
  font-size: 15.5px;
  line-height: 1.75;
}


/* =========================================================
   16. FINAL CTA
========================================================= */

.rk-final-cta-box {
  position: relative;
  padding: 60px 42px;
  border-radius: 32px;
  text-align: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 194, 255, 0.24) 0%, rgba(0, 194, 255, 0) 32%),
    linear-gradient(135deg, #061b3a 0%, #1f3c88 62%, #0b3d91 100%);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.rk-final-cta-box h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

.rk-final-cta-box p {
  max-width: 820px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.9);
}

.rk-final-cta-box__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rk-final-cta-box .rk-btn-outline {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.74);
}

.rk-final-cta-box .rk-btn-outline:hover,
.rk-final-cta-box .rk-btn-outline:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.88);
}


/* =========================================================
   17. LAYOUT BUILDER FIXES
========================================================= */

.rk-ai-hero .block,
.rk-ai-problem .block,
.rk-ai-solution .block,
.rk-ai-programs .block,
.rk-ai-outcomes .block,
.rk-ai-audience .block,
.rk-ai-format .block,
.rk-ai-usecase .block,
.rk-ai-schedule .block,
.rk-ai-corporate-cta .block,
.rk-ai-faq .block,
.rk-ai-final-cta .block {
  margin-bottom: 0;
}

.rk-ai-hero .block h2,
.rk-ai-problem .block h2,
.rk-ai-solution .block h2,
.rk-ai-programs .block h2,
.rk-ai-outcomes .block h2,
.rk-ai-audience .block h2,
.rk-ai-format .block h2,
.rk-ai-usecase .block h2,
.rk-ai-schedule .block h2,
.rk-ai-corporate-cta .block h2,
.rk-ai-faq .block h2,
.rk-ai-final-cta .block h2 {
  margin-top: 0;
}

/* Jika class dipasang di wrapper Layout Builder */
.layout-builder__section.rk-ai-problem,
.layout-builder__section.rk-ai-solution,
.layout-builder__section.rk-ai-programs,
.layout-builder__section.rk-ai-outcomes,
.layout-builder__section.rk-ai-audience,
.layout-builder__section.rk-ai-format,
.layout-builder__section.rk-ai-usecase,
.layout-builder__section.rk-ai-schedule,
.layout-builder__section.rk-ai-corporate-cta,
.layout-builder__section.rk-ai-faq,
.layout-builder__section.rk-ai-final-cta {
  clear: both;
}


/* =========================================================
   18. RESPONSIVE TABLET
========================================================= */

@media (max-width: 991px) {
  .rk-ai-hero {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .rk-ai-hero .layout--twocol-section,
  .rk-ai-solution .layout--twocol-section {
    display: block;
  }

  .rk-ai-hero .layout__region,
  .rk-ai-solution .layout__region {
    width: 100% !important;
    max-width: 100%;
  }

  .rk-ai-hero h1 {
    max-width: 100%;
    font-size: 40px;
  }

  .rk-ai-hero__lead {
    max-width: 100%;
    font-size: 16.5px;
  }

  .rk-ai-hero__image {
    justify-content: flex-start;
    margin-top: 34px;
  }

  .rk-ai-hero__image img {
    max-width: 100%;
    border-radius: 24px;
  }

  .rk-ai-problem,
  .rk-ai-solution,
  .rk-ai-programs,
  .rk-ai-outcomes,
  .rk-ai-audience,
  .rk-ai-format,
  .rk-ai-usecase,
  .rk-ai-schedule,
  .rk-ai-corporate-cta,
  .rk-ai-faq,
  .rk-ai-final-cta {
    padding-top: 72px;
    padding-bottom: 72px;
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .rk-ai-problem {
    padding-bottom: 84px;
  }

  .rk-ai-solution {
    padding-top: 84px;
  }

  .rk-ai-solution::before {
    margin: -36px auto 42px;
  }

  .rk-section-header {
    margin-bottom: 40px;
  }

  .rk-section-header h2,
  .rk-ai-solution h2,
  .rk-cta-box h2,
  .rk-final-cta-box h2 {
    font-size: 30px;
  }

  .rk-grid,
  .rk-grid-2,
  .rk-grid-3,
  .rk-grid-4 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rk-card,
  .rk-program-card {
    padding: 26px;
  }

  .rk-ai-solution .layout__region--first,
  .rk-ai-solution .layout__region--second {
    padding-left: 0;
    padding-right: 0;
  }

  .rk-ai-solution .rk-check-list {
    padding-top: 34px;
  }

  .rk-cta-box,
  .rk-final-cta-box {
    padding: 40px 28px;
  }

  .rk-ai-schedule {
    overflow-x: auto;
  }

  .rk-ai-schedule table {
    min-width: 760px;
  }
}


/* =========================================================
   19. RESPONSIVE MOBILE
========================================================= */

@media (max-width: 575px) {
  .rk-ai-hero {
    padding-top: 46px;
    padding-bottom: 50px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .rk-ai-problem,
  .rk-ai-solution,
  .rk-ai-programs,
  .rk-ai-outcomes,
  .rk-ai-audience,
  .rk-ai-format,
  .rk-ai-usecase,
  .rk-ai-schedule,
  .rk-ai-corporate-cta,
  .rk-ai-faq,
  .rk-ai-final-cta {
    padding: 58px 18px;
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .rk-ai-problem {
    padding-bottom: 70px;
  }

  .rk-ai-solution {
    padding-top: 70px;
    border-radius: 24px;
  }

  .rk-ai-solution::before {
    margin: -26px auto 34px;
  }

  .rk-ai-hero__badge,
  .rk-eyebrow {
    font-size: 11.5px;
    letter-spacing: 0.06em;
  }

  .rk-ai-hero h1 {
    font-size: 34px;
    line-height: 1.14;
  }

  .rk-ai-hero__lead {
    font-size: 16px;
    line-height: 1.7;
  }

  .rk-section-header {
    margin-bottom: 32px;
  }

  .rk-section-header h2,
  .rk-ai-solution h2,
  .rk-cta-box h2,
  .rk-final-cta-box h2 {
    font-size: 27px;
    line-height: 1.25;
  }

  .rk-section-header p,
  .rk-ai-solution p,
  .rk-cta-box p,
  .rk-final-cta-box p {
    font-size: 15.5px;
  }

  .rk-grid,
  .rk-grid-2,
  .rk-grid-3,
  .rk-grid-4 {
    gap: 20px;
  }

  .rk-card,
  .rk-program-card {
    padding: 24px;
    border-radius: 20px;
  }

  .rk-card h3,
  .rk-program-card h3 {
    font-size: 19px;
  }

  .rk-btn {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .rk-ai-hero__actions,
  .rk-cta-box__actions,
  .rk-final-cta-box__actions {
    display: block;
  }

  .rk-check-list li {
    font-size: 15.5px;
    padding-left: 36px;
  }

  .rk-check-list li::before {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }

  .rk-pill-list span {
    width: 100%;
    border-radius: 16px;
  }

  .rk-cta-box,
  .rk-final-cta-box {
    padding: 34px 22px;
    border-radius: 24px;
  }

  .rk-faq-list summary {
    padding: 18px 52px 18px 18px;
    font-size: 15.5px;
  }

  .rk-faq-list p {
    padding: 0 18px 18px;
  }
}
