:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for section, class: .elementor-element-7f88fa5 *//* =====================================================
   FILTER WRAPPER
===================================================== */
.tema-filter-wrap {
  background: #fff5f7;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 28px;
}

/* =====================================================
   SEARCH
===================================================== */
.tema-search {
  margin-bottom: 16px;
}

.tema-search input {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 14px;
  color: #111827;
  outline: none;
  transition: all .25s ease;
}

.tema-search input::placeholder {
  color: #9ca3af;
}

.tema-search input:hover {
  border-color: #0ea5a4;
}

.tema-search input:focus {
  border-color: #0ea5a4;
  box-shadow: 0 0 0 4px rgba(14,165,164,.15);
}

/* =====================================================
   FILTER (KATEGORI & STATUS)
===================================================== */
.tema-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tema-filter.kategori {
  margin-bottom: 38px;
}

.tema-filter.status {
  margin-top: 12px;
}

.tema-filter button {
  appearance: none;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #e11d48;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  transition: all .2s ease;
}

.tema-filter button:hover {
  background: #ffe4e6;
  border-color: #fecdd3;
  transform: translateY(-1px);
}

.tema-filter button.active {
  background: linear-gradient(135deg, #0ea5a4, #14b8a6);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(20,184,166,.35);
  transform: none;
}

/* =====================================================
   GRID
===================================================== */
.tema-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

/* =====================================================
   CARD
===================================================== */
.tema-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column;
}

.tema-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 34px rgba(0,0,0,.12);
}

/* IMAGE */
.tema-card .thumb {
  position: relative;
  overflow: hidden;
}

.tema-card .thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.tema-card:hover .thumb img {
  transform: scale(1.04);
}

/* =====================================================
   BADGE STATUS
===================================================== */
.tema-card .badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* PREMIUM */
.tema-card .badge.premium {
  background: linear-gradient(135deg, #FFD54F, #FFB300);
  color: #1f2937;
  box-shadow: 0 4px 12px rgba(255,193,7,.45);
}

/* FREE */
.tema-card .badge.free {
  background: linear-gradient(135deg, #93c5fd, #60a5fa);
  color: #fff;
  box-shadow: 0 4px 12px rgba(96,165,250,.45);
}

/* =====================================================
   CONTENT (FIX BERANTAKAN)
===================================================== */
.tema-card .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.tema-card .kategori {
  font-size: 13px;
  color: #6b7280;
  margin: 12px 16px 4px;
  min-height: 18px;
}

.tema-card h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 16px 12px;
  line-height: 1.4;
  color: #111827;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: 44px;
}

/* =====================================================
   BUTTONS
===================================================== */
.tema-card .aksi {
  display: flex;
  gap: 10px;
  padding: 0 16px 18px;
  margin-top: auto;
}

.tema-card .aksi a {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

/* PREVIEW */
.tema-card .aksi a:first-child {
  background: #f3f4f6;
  color: #111827;
}

.tema-card .aksi a:first-child:hover {
  background: #e5e7eb;
}

/* GUNAKAN */
.tema-card .aksi a.btn {
  background: #0ea5a4;
  color: #fff;
}

.tema-card .aksi a.btn:hover {
  background: #0f766e;
  box-shadow: 0 6px 18px rgba(14,165,164,.35);
}

/* =====================================================
   PAGINATION (COMPACT)
===================================================== */
.tema-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 40px 0 20px;
  flex-wrap: wrap;
}

.tema-pagination .tema-page {
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #e11d48;
  cursor: pointer;
  transition: all .2s ease;
}

.tema-pagination .tema-page:hover {
  background: #ffe4e6;
  border-color: #fecdd3;
}

.tema-pagination .tema-page.active {
  background: #0ea5a4;
  color: #fff;
  border-color: #0ea5a4;
  box-shadow: 0 6px 18px rgba(14,165,164,.35);
}

.tema-pagination .dots {
  padding: 0 6px;
  font-size: 18px;
  color: #9ca3af;
  user-select: none;
}

/* =====================================================
   MOBILE
===================================================== */
@media (max-width: 640px) {
  .tema-filter-wrap {
    padding: 16px;
  }

  .tema-search input {
    padding: 12px 14px;
  }

  .tema-filter button {
    font-size: 12px;
    padding: 7px 14px;
  }

  .tema-pagination .tema-page {
    min-width: 34px;
    height: 34px;
    font-size: 13px;
  }
}/* End custom CSS */