.elementor-kit-6{--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:40px;--container-default-padding-right:0px;--container-default-padding-bottom:30px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:30px;--container-default-padding-right:24px;--container-default-padding-bottom:20px;--container-default-padding-left:24px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:16px;--container-default-padding-left:20px;}}/* Start custom CSS */.koni-status {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 140px;
}

.koni-status.akan-datang {
    background: #e6f4ff;
    color: #0b5ed7;
}

.koni-status.selesai {
    background: #ffe6e6;
    color: #c1121f;
}

.koni-status.berlangsung {
    background: #dcfce7;
    color: #166534;
}

/* Hide title / filename in Elementor lightbox */
.elementor-lightbox-title,
.elementor-lightbox-caption {
    display: none !important;
}


/* loop grid prestasi */

.koni-prestasi-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.koni-prestasi-item {
  display: grid;
  grid-template-columns: 120px 140px 1fr;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.koni-prestasi-tanggal {
  font-size: 14px;
  color: #444;
}

.koni-prestasi-medal {
  display: flex;
  align-items: center;
  gap: 10px;
}

.koni-prestasi-medal img {
  width: 42px;
  height: auto;
}

.koni-prestasi-medal span {
  font-weight: 700;
  font-size: 18px;
}

.koni-prestasi-kejuaraan {
  font-size: 16px;
  font-weight: 500;
  color: #1f3cff;
}

/* ==============================
   PRESTASI GRID – MOBILE FIX
================================ */
@media (max-width: 767px) {

  .koni-prestasi-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .koni-prestasi-tanggal {
    font-size: 13px;
    opacity: 0.8;
  }

  .koni-prestasi-medal {
    gap: 8px;
  }

  .koni-prestasi-medal img {
    width: 28px;
  }
  

/* =====================================
   HOMEPAGE LOOP – TITLE & EXCERPT CLAMP
===================================== */

/* TITLE */
.koni-home-title-clamp .elementor-heading-title a {
  display: block !important;
  line-height: 1.35em;
  max-height: calc(1.35em * 3); /* 3 lines */
  overflow: hidden;
}

/* EXCERPT */
.koni-home-excerpt-clamp {
  line-height: 1.5em;
  max-height: calc(1.5em * 3); /* 3 lines */
  overflow: hidden;
}

  .koni-prestasi-medal span {
    font-size: 15px;
  }

  .koni-prestasi-kejuaraan {
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
  }
}


/* Pagination wrapper */
.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 6px;
  flex-wrap: wrap; /* allow wrapping on small screens */
}


/* Base button */
.page-numbers {
  padding: 12px 12px;
  border: 1px solid #c7c9e2;
  color: #3b3f8f;
  font-weight: 600;
font-size: 13px;
  text-decoration: none;
  background: #ffffff;
  transition: all .2s ease;
  white-space: nowrap;
}

/* Rounded edges */
.page-numbers:first-child {
  border-radius: 8px 0 0 8px;
}
.page-numbers:last-child {
  border-radius: 0 8px 8px 0;
}

/* Hover */
.page-numbers:hover {
  background: rgba(255, 153, 51, 0.10);
  color: #d97706;
}

/* Active */
.page-numbers.current {
  background: #2b2f7f;
  color: #ffffff;
  border-color: #2b2f7f;
}

/* Dots */
.page-numbers.dots {
  pointer-events: none;
  color: #9ca3af;
  border-color: #e5e7eb;
}

@media (max-width: 768px) {

  .page-numbers {
    padding: 8px 10px;
    font-size: 12px;
  }

  .pagination,
  .nav-links {
    gap: 4px;
  }

}




/* Berita Lainnya Shorten Title */

.koni-title-clamp .elementor-heading-title,
.koni-title-clamp .elementor-heading-title a {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

/* =====================================
   HOMEPAGE LOOP – TITLE & EXCERPT CLAMP
===================================== */

/* TITLE */
.koni-home-title-clamp .elementor-heading-title a {
  display: block !important;
  line-height: 1.35em;
  max-height: calc(1.35em * 3); /* 3 lines */
  overflow: hidden;
}

/* EXCERPT */
.koni-home-excerpt-clamp {
  line-height: 1.5em;
  max-height: calc(1.5em * 4); /* 4 lines */
  overflow: hidden;
}


/* ===== KONI Sorting Bar ===== */

.koni-sort-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.koni-sort-label {
    font-size: 15px;
    font-weight: 600;
    color: #3B3B3B;
}

.koni-sort-link {
    font-size: 15px;
    font-weight: 600;
    color: #3B3B3B;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease;
}

/* Hover */
.koni-sort-link:hover {
    color: #0D2C6C;
}

/* Active underline style */
.koni-sort-link.active-sort {
    color: #0D2C6C;
}

.koni-sort-link.active-sort::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 2px;
    background: #0D2C6C;
    border-radius: 2px;
}

/* Mobile */
@media (max-width: 768px) {
    .koni-sort-wrapper {
        flex-wrap: wrap;
        gap: 12px;
    }
}/* End custom CSS */