.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4679 .elementor-element.elementor-element-5b0ae0f{--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;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS for html, class: .elementor-element-207b845 */.tps-section {
  background: linear-gradient(135deg, #e3f2fd 0%, #fce4ec 100%);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.tps-card {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  max-width: 950px;
  width: 96%;
  justify-content: center;
  align-items: center; /* Vertikal tengah */
}
.tps-image-group {
  min-width: 250px;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* Supaya align-items bekerja */
}
.tps-image-group img {
  width: 100%;
  max-width: 340px;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(90, 132, 204, 0.10);
  background: #f7f7f7;
}
.tps-info-inner {
  background: #e3f2fd;
  border-radius: 14px;
  padding: 1.7rem 1.4rem;
  box-shadow: 0 2px 12px rgba(156, 39, 176, 0.08);
  min-width: 320px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertikal tengah isi */
  align-items: flex-start;
  margin: 0 auto;
}
.tps-info-inner h3 {
  font-size: 1.07rem;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: .8rem;
  letter-spacing: 0.2px;
}
.tps-info-inner ol {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.1rem;
  font-size: 1.06rem;
  color: #374151;
  line-height: 1.7;
}
.tps-info-inner ol li {
  margin-bottom: 0.42em;
}
.tps-app-info {
  font-size: 0.97rem;
  color: #7b1fa2;
  background: #f8bbd0;
  border-radius: 8px;
  padding: 0.6em 1em;
  margin-top: 0.6em;
  font-weight: 500;
  text-align: left;
}
.tps-app-info {
  background: #f8bbd0;
  color: #d81b60;
  font-weight: 600;
}

/* Responsive: gambar di atas teks, tidak melebar */
@media (max-width: 900px) {
  .tps-card {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    max-width: 99vw;
  }
  .tps-image-group {
    min-width: 0;
    max-width: 340px;
    width: 100%;
    margin-bottom: 0.7rem;
    justify-content: center;
  }
  .tps-image-group img {
    width: 100%;
    max-width: 340px;
    height: 160px;
    margin: 0 auto;
    border-radius: 12px;
  }
  .tps-info-inner {
    max-width: 100vw;
    min-width: 0;
    padding: 1.1rem .7rem;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .tps-section {
    padding: 0.6rem 0;
  }
  .tps-card {
    padding: 0.4rem 0;
    gap: 0.7rem;
  }
  .tps-image-group {
    max-width: 95vw;
    margin-bottom: 0.5rem;
  }
  .tps-image-group img {
    width: 100%;
    max-width: 320px;
    height: 100px;
    border-radius: 8px;
  }
  .tps-info-inner {
    padding: 0.7rem 0.3rem;
    margin: 0 auto;
    font-size: 0.95rem;
  }
}/* End custom CSS */