.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6169 .elementor-element.elementor-element-45177f9{text-align:center;}.elementor-6169 .elementor-element.elementor-element-45177f9 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6169 .elementor-element.elementor-element-731503b{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:400;}.elementor-6169 .elementor-element.elementor-element-26149b7{margin-top:50px;margin-bottom:50px;}.elementor-6169 .elementor-element.elementor-element-ce7f2f6{text-align:center;}.elementor-6169 .elementor-element.elementor-element-ce7f2f6 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-weight:700;}/* Start custom CSS for text-editor, class: .elementor-element-731503b *//* Wrapper agar tabel responsif */
.tabel-wrapper {
  overflow-x: auto;
  width: 100%;
}

/* Tabel utama */
.tabel-uns {
  width: 100%;
  border-collapse: collapse;

  border-radius: 10px;
  overflow: hidden;


  color: #1e293b;
}

/* Header tabel */
.tabel-uns thead {
  background: #4B0082;
  color: #fff;
}

.tabel-uns th {
  padding: 10px;
  text-align: center;
  border: 1px solid #4B0082;
}

/* Sel data */
.tabel-uns td {
  border: 1px solid #e5e7eb;
  padding: 8px;
  vertical-align: top;
}

.tabel-uns td:nth-child(1),
.tabel-uns td:nth-child(3),
.tabel-uns td:nth-child(4),
.tabel-uns td:nth-child(5) {
  text-align: center;
}

/* Warna selang-seling */
.tabel-uns tbody tr:nth-child(even) {
  background: #f8fafc;
}

/* Baris total */
.tabel-uns tr.total {
  font-weight: 600;
  background: #f3f4f6;
}

/* Hover efek */
.tabel-uns tbody tr:hover {
  background: #ede9fe;
  transition: background 0.2s ease;
}

/* Responsif: font lebih kecil di layar sempit */
@media (max-width: 768px) {
  .tabel-uns {
    font-size: 13px;
  }
  .tabel-uns th, .tabel-uns td {
    padding: 6px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f496130 *//* ===== GAYA UTAMA UNTUK BAGIAN CPL ===== */
.cpl-section {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #1e293b;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  margin: 20px auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Paragraf pembuka */
.cpl-intro {
  text-align: justify;
  margin-bottom: 20px;
  color: #374151;
}

/* Subjudul sebagai tombol accordion */
.cpl-subtitle {
  position: relative;
  color: #4B0082;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px 14px;
  border-left: 6px solid #FECF1A;
  background: #fdf9e6;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* Hover efek pada header */
.cpl-subtitle:hover {
  background: #fff8cc;
  color: #3a006d;
}

/* Tambahkan tanda panah */
.cpl-subtitle::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 16px;
  color: #4B0082;
  transition: transform 0.25s ease;
}

/* Saat accordion aktif */
.cpl-subtitle.active::after {
  transform: translateY(-50%) rotate(-180deg);
  color: #FECF1A;
}

/* Daftar CPL (accordion content) */
.cpl-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}

/* Ketika aktif tampil */
.cpl-subtitle.active + .cpl-list {
  max-height: 800px; /* cukup besar agar muat semua */
  opacity: 1;
  margin-bottom: 15px;
}

/* Item dalam list */
.cpl-list li {
  padding: 8px 10px;
  border-bottom: 1px solid #f1f5f9;
  text-align: justify;
  background: #ffffff;
  transition: background 0.2s ease;
}

.cpl-list li strong {
  color: #4B0082;
  display: inline-block;
  min-width: 45px;
}

/* Hover lembut */
.cpl-list li:hover {
  background: #fffdea;
}

/* Responsif */
@media (max-width: 768px) {
  .cpl-section {
    padding: 18px;
    font-size: 14px;
  }
  .cpl-subtitle {
    font-size: 15px;
  }
}/* End custom CSS */