.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-4681 .elementor-element.elementor-element-07023cd{--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-f063d6a */.tpp-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;
}
.tpp-title {
  font-size: 2rem;
  font-weight: 700;
  color: #263238;
  letter-spacing: .5px;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%;
  max-width: 950px;
}
.tpp-card {
  background: transparent;
  display: flex;
  flex-direction: row;
  gap:0; /* Lebih kecil agar gambar dan kotak lebih dekat */
  max-width: 950px;
  width: 96%;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.tpp-image-group {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 320px;    
  max-width: 370px;
}
.tpp-image-group img {
  width: 100%;
  max-width: 420px;   /* Memperbesar gambar */
  height: 200px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 2px 14px rgba(90, 132, 204, 0.13);
  background: #f7f7f7;
  display: block;
  margin: 0 auto;
}
.tpp-info {
  flex: 1;
  display: flex;
  justify-content: center;
}
.tpp-info-inner {
  background: #e3f2fd;
  border-radius: 18px;
  padding: 1.7rem 1.4rem;
  box-shadow: 0 2px 12px rgba(156, 39, 176, 0.08);
  width: 100%;
  max-width: 500px;   /* Memperlebar kotak layanan */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.tpp-info-inner h3 {
  font-size: 1.12rem;
  font-weight: 700;
  color: #1976d2;
  margin-bottom: .8rem;
  letter-spacing: 0.2px;
}
.tpp-info-inner ol {
  margin: 0 0 1rem 0;
  padding-left: 1.1rem;
  font-size: 1.09rem;
  color: #374151;
  line-height: 1.7;
}
.tpp-info-inner ol li {
  margin-bottom: 0.42em;
}
.tpp-app-info {
  font-size: 1rem;
  color: #d81b60;
  background: #f8bbd0;
  border-radius: 12px;
  padding: 0.8em 1em;
  margin-top: 0.6em;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.tpp-app-info a {
  color: #1976d2;
  text-decoration: underline;
  font-weight: 600;
}

/* Tablet & HP: gambar di atas, tetap proporsional */
@media (max-width: 900px) {
  .tpp-card {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
    max-width: 99vw;
  }
  .tpp-image-group {
    min-width: 120px;
    max-width: 940px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
  }
  .tpp-image-group img {
    max-width: 340px;
    height: 170px;
    border-radius: 14px;
    margin: 0 auto;
  }
  .tpp-info-inner {
    max-width: 99vw;
    padding: 1.1rem .7rem;
  }
}

@media (max-width: 480px) {
  .tpp-title {
    font-size: 0.5rem
    margin-bottom: 0.7rem;
    max-width: 100vw;}
  .tpp-section {
    padding: 0.6rem 0;
  }
  .tpp-card {
    max-width: 100vw;
    gap: 0.7rem;
    flex-direction: column;
    align-items: center;
  }
  .tpp-image-group {
    max-width: 115vw;
    margin-bottom: 0.5rem;
    align-items: center;
    justify-content: center;
  }
  .tpp-image-group img {
    max-width: 300px;
    height: 150px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
  }
  .tpp-info-inner {
    padding: 0.7rem 0.3rem;
    font-size: 0.95rem;
    max-width: 98vw;
  }
}/* End custom CSS */