/* ===== BK & HUMAS RESPONSIVE 2-COLUMN GRID ON MOBILE ===== */
.bk-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.humas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .bk-grid,
  .humas-grid,
  #bkGrid,
  #humasGrid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }

  .bk-card .card-body,
  .humas-card .card-body {
    padding: 0.75rem 0.6rem !important;
  }

  .bk-card .card-title,
  .humas-card .card-title {
    font-size: 0.9rem !important;
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
    line-height: 1.3 !important;
  }

  .bk-card .card-text,
  .humas-card .card-text {
    font-size: 0.75rem !important;
    line-height: 1.35 !important;
  }

  .humas-card .card-img {
    height: 110px !important;
  }

  .bk-card .card-body > div:first-child {
    width: 38px !important;
    height: 38px !important;
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
  }
}

/* ===== MITRA / KERJASAMA ===== */
.mitra-logo-wrap {
  text-align: center;
  padding: 1.5rem 1.5rem 0;
}

.mitra-logo-wrap img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
}

.mitra-badge {
  display: inline-block;
  padding: .15rem .6rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
  background: #eff6ff;
  color: #2563eb;
  margin-bottom: .5rem;
}

.mitra-masa {
  font-size: .8rem;
  color: #94a3b8;
  margin-top: .5rem;
}

.mitra-masa i {
  margin-right: .25rem;
}

@media (max-width: 768px) {
  .mitra-logo-wrap {
    padding: .75rem .75rem 0;
  }

  .mitra-logo-wrap img {
    max-height: 56px;
  }

  .mitra-badge {
    font-size: .65rem;
    padding: .1rem .5rem;
  }

  .mitra-masa {
    font-size: .7rem;
  }
}
