.elementor-2590 .elementor-element.elementor-element-0abb8ae{--display:flex;--min-height:0px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6e14877 *//* ========================
   HAPUS ELEMENT YANG TIDAK DIPAKAI
   ======================== */

/* Hilangkan author (By admin in...) */
.tutor-course-card .tutor-meta,
.tutor-course-card .tutor-course-author {
  display: none !important;
}

/* Hilangkan info atas (jumlah siswa, durasi, dsb) */
.tutor-course-card .tutor-meta-top {
  display: none !important;
}

/* Hilangkan dropdown Release Date */
.tutor-course-ordering,
.tutor-course-filter {
  display: none !important;
}

/* Hilangkan space kosong akibat filter */
.tutor-courses-wrap {
  margin-top: 0 !important;
}

/* ========================
   TITLE STYLE
   ======================== */
.tutor-course-card .tutor-course-name a {
  text-decoration: none !important;
  color: #000;   /* Biru tua (brand) */
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  display: block;
  margin-bottom: 10px;
}


/* ========================
   ACTION BUTTON STYLE
   ======================== */
.tutor-course-card .tutor-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #06469C;       /* Warna dasar (bisa diganti #06469C kalau mau full brand) */
  color: #fff !important;
  border: 2px solid #06469C; /* Border sesuai permintaan */
  border-radius: 15px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important; /* Hilangkan underline */
  transition: all 0.3s ease;
  margin-top: 15px;
}

/* Hover state */
.tutor-course-card .tutor-btn:hover {
  background: transparent !important;   /* Bisa juga pakai #fff */
  color: #06469C !important;            /* Teks jadi biru */
  border-color: #06469C !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.kursus-container {
  max-width: 100%;  /* ubah sesuai kebutuhan */
  margin: 0 auto;    /* center */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0abb8ae */.kursus-container {
  max-width: 900px;  /* ubah sesuai kebutuhan */
  margin: 0 auto;    /* center */
}/* End custom CSS */