.elementor-kit-3614{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-3614 e-page-transition{background-color:#FFBC7D;}.elementor-kit-3614 input:not([type="button"]):not([type="submit"]),.elementor-kit-3614 textarea,.elementor-kit-3614 .elementor-field-textual{border-style:solid;border-width:1px 1px 1px 1px;border-color:#DDDDDD;transition:0ms;}.elementor-kit-3614 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-3614 textarea:focus,.elementor-kit-3614 .elementor-field-textual:focus{color:#000000;accent-color:#000000;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.disnone{display:none!importantimportant}


.price-badge {
  display: inline-block;
  background: #e8f3ff;
  color: #1A73E8;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  margin: 8px 0 16px;
}

div.ninja_table_wrapper table {
  border-collapse: collapse;
}


/* Ulangi pola untuk kolom ke-6 dst */
div.ninja_table_wrapper th:nth-child(6n+1) { background-color: #3E517A !important; color: #fff !important; }
div.ninja_table_wrapper th:nth-child(6n+2) { background-color: #ADD7F6 !important; color: #222 !important; }
div.ninja_table_wrapper th:nth-child(6n+3) { background-color: #FCECC9 !important; color: #000 !important; }
div.ninja_table_wrapper th:nth-child(6n+4) { background-color: #FCB0B3 !important; color: #000 !important; }
div.ninja_table_wrapper th:nth-child(6n+5) { background-color: #FA7E61 !important; color: #222 !important; }

/* Style umum */
div.ninja_table_wrapper th {
  font-weight: 700;
  border: 1px solid white !important;
  font-size: 1.05rem;
  text-align: left;
  padding: 10px 15px;
}

div.ninja_table_wrapper td {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  font-size: 1.05rem;
}

/* Efek Hover untuk baris */
div.ninja_table_wrapper tr:hover td {
  background-color: #f0f8ff;
  color: #222;
}

.tags-pill {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* pill base */
.tags-pill li {
  padding: 10px 20px;
  border-radius: 999px;
  background: #359074;
  color:#fff;
  border: 1px solid #d0d5dd;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: .15s ease;
  font-weight: 600;
}

/* hover */
.tags-pill li:hover {
  background: #1a6750;
  border-color: #c7ccd1;
  transform: translateY(-2px);
}

/* --- Siklus Warna 8 Item --- */

/* Warna 1: Biru Primer */
.tags-pill li:nth-child(8n + 1) {
    background: #007bff;
    
}
.tags-pill li:nth-child(8n + 1):hover {
    background: #0059b3;
}

/* Warna 2: Hijau Cerah */
.tags-pill li:nth-child(8n + 2) {
    background: #28a745;
     
}
.tags-pill li:nth-child(8n + 2):hover {
    background: #1e7e34;
}

/* Warna 3: Merah Maroon */
.tags-pill li:nth-child(8n + 3) {
    background: #dc3545;
  
}
.tags-pill li:nth-child(8n + 3):hover {
    background: #bd2130;
}

/* Warna 4: Kuning Emas */
.tags-pill li:nth-child(8n + 4) {
    background: #ffc107;
    
    color:#222;
}
.tags-pill li:nth-child(8n + 4):hover {
    background: #d39e00;
}

/* Warna 5: Ungu Dalam */
.tags-pill li:nth-child(8n + 5) {
    background: #6f42c1;
   
}
.tags-pill li:nth-child(8n + 5):hover {
    background: #59359c;
}

/* Warna 6: Biru Teal */
.tags-pill li:nth-child(8n + 6) {
    background: #17a2b8;
 
}
.tags-pill li:nth-child(8n + 6):hover {
    background: #0f6674;
}

/* Warna 7: Oranye Gelap */
.tags-pill li:nth-child(8n + 7) {
    background: #fd7e14;
 
}
.tags-pill li:nth-child(8n + 7):hover {
    background: #cc6310;
}

/* Warna 8: Pink Fuchsia */
.tags-pill li:nth-child(8n + 8) {
    background: #e83e8c;
  
}
.tags-pill li:nth-child(8n + 8):hover {
    background: #b62c6f;
}

.elementor-divider-separator {
  border-top-color: #cecece !important;
}

@media screen and (max-width:767px){
.entry-content > .wp-block-group {
    width: 100%!important;
    max-width: 100%!important;
    padding: 7px!important;
    margin: 0!important;
    }
    .ast-separate-container.ast-single-post.ast-right-sidebar #primary {
    margin: 0!important;
    }
}/* End custom CSS */