  /* ============================================================
     Kampus Berdampak — /kampus-berdampak
     ============================================================ */

  /* Banner pakai foto lama: pendidikan.webp */
  .unesa-kampus-berdampak .elementor-element-0615b5e {
    background-image: url("/assets/images/pendidikan/pendidikan.webp") !important;
  }

  .kb-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 50px 15px;
  }
  .kb-main {
    flex: 1 1 auto;
    min-width: 0;
  }
  .kb-sidebar {
    flex: 0 0 300px;
  }

  /* --- Featured --- */
  .kb-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.08);
  }
  .kb-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .kb-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .kb-feature-title {
    font-size: 24px;
    line-height: 1.3;
    color: #021E40;
    margin: 0 0 12px;
  }
  .kb-feature-desc {
    color: #444;
    line-height: 1.7;
  }
  .kb-feature-desc img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }

  /* --- Grid kartu kategori (gaya admission) --- */
  .kb-cat-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
  }
  .kb-cat-card {
    flex: 0 0 calc(25% - 22.5px);
    max-width: calc(25% - 22.5px);
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    padding: 12px;
    background: #fff;
  }
  .kb-cat-head {
    padding: 0 20px;
    text-align: center;
  }
  .kb-cat-head .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 58px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    color: #021E40;
    margin: 20px 0 8px;
  }
  .kb-cat-head .descripti p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 67px;
    margin: 0 0 14px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
  }
  .kb-cat-btn {
    align-self: center;
    z-index: 2;
  }
  .kb-cat-btn .rs-button {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 16px 26px;
    font-size: 15px;
    font-weight: 500;
    background-color: #07294D !important;
    gap: 15px;
    text-decoration: none;
    color: #fff !important;
  }
  .kb-cat-btn .rs-button:hover {
    background-color: #FFCD00 !important;
  }
  .kb-cat-img {
    margin-top: -46px;
    z-index: 1;
  }
  .kb-cat-img .rs-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
  }

  /* --- Sidebar --- */
  .kb-widget {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 24px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.06);
  }
  .kb-widget-title {
    font-size: 16px;
    color: #021E40;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #cfac32;
  }
  .kb-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .kb-widget-list li {
    margin-bottom: 8px;
  }
  .kb-widget-list a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
  }
  .kb-widget-list a:hover {
    color: #cfac32;
  }
  .kb-empty {
    color: #888;
    font-size: 13px;
  }

  /* --- Responsive --- */
  @media (max-width: 1100px) {
    .kb-container {
      flex-direction: column;
    }
    .kb-sidebar {
      flex: 1 1 auto;
      width: 100%;
    }
    .kb-cat-card {
      flex-basis: calc(50% - 15px);
      max-width: calc(50% - 15px);
    }
  }
  @media (max-width: 575px) {
    .kb-cat-card {
      flex-basis: 100%;
      max-width: 100%;
    }
    .kb-feature-card {
      padding: 16px;
    }
  }
