.elementor-3736 .elementor-element.elementor-element-90f1585{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-cc45d4a *//* Artikel */
article {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4B4B4B;
}

/* Tajuk (guna font tema, tapi berat medium) */
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #212121;
  line-height: 1.3;
  font-weight: 500;      /* medium */
  margin-top: 1em;
  margin-bottom: 0.4em;
}

/* Perenggan */
article p {
  margin-bottom: 0.6em;
}

/* Grid table-card */
.table-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

/* Card individu */
.table-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1rem;
  background: #fafafa;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}

/* Tajuk dalam card (guna tema juga) */
.table-card h4 {
  margin-top: 0;
  font-size: 1.05em;
  color: #212121;
  font-weight: 500; /* medium */
}

/* Perenggan dalam card */
.table-card p,
.table-card strong {
  margin: 0.3em 0;
  font-size: 0.95em;
  font-family: "Open Sans", sans-serif;
  color: #4B4B4B;
}

/* Hover lembut untuk card */
.table-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Responsive untuk mobile kecil */
@media (max-width: 480px) {
  .table-card {
    padding: 0.8rem;
  }
}/* End custom CSS */