.elementor-14068 .elementor-element.elementor-element-db06526 .elementor-tab-title, .elementor-14068 .elementor-element.elementor-element-db06526 .elementor-tab-title:before, .elementor-14068 .elementor-element.elementor-element-db06526 .elementor-tab-title:after, .elementor-14068 .elementor-element.elementor-element-db06526 .elementor-tab-content, .elementor-14068 .elementor-element.elementor-element-db06526 .elementor-tabs-content-wrapper{border-width:1px;}/* Start custom CSS for tabs, class: .elementor-element-db06526 */.card-profil {
  background-color: #f5f7fa; /* soft light blue-gray */
  padding: 25px;
  border-radius: 12px;
  max-width: 800px;
  margin: auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-family: inherit;
}

.card-profil .judul {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.profil-header {
  text-align: center;
}

.profil-header img {
  width: 150px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.profil-header h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.profil-body {
  margin-top: 20px;
}

.profil-body p {
  margin: 8px 0;
}

.profil-body ul {
  margin: 5px 0 15px 20px;
  padding: 0;
}

.profil-body li {
  margin-bottom: 4px;
}

@media (max-width: 600px) {
  .card-profil {
    padding: 15px;
  }

  .profil-header img {
    width: 100%;
    max-width: 250px;
  }

  .profil-header h4 {
    font-size: 18px;
  }

  .card-profil .judul {
    font-size: 20px;
  }
}/* End custom CSS */