:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-adf8a18 */<style>
.details-custom {
  margin: 22px 0;
  border-radius: 12px;
  background: #fffbe7;
  box-shadow: 0 1px 6px #0001;
  border: 1.5px solid #f3c141;
  transition: box-shadow 0.2s;
}
.details-custom[open] {
  box-shadow: 0 4px 16px #f3c14155;
}
.details-custom summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 20px 16px 40px;
  color: #222;
  position: relative;
  background: #fffbe7;
  border-radius: 12px;
  outline: none;
  transition: background 0.2s;
}
.details-custom summary:hover {
  background: #fff3c1;
}
.details-custom summary::before {
  content: '▶';
  font-size: 18px;
  position: absolute;
  left: 18px;
  top: 16px;
  transition: transform 0.2s;
}
.details-custom[open] summary::before {
  content: '▼';
  transform: rotate(0deg);
}
.details-custom > *:not(summary) {
  padding: 10px 20px 16px 40px;
  font-size: 16px;
  color: #222;
}
</style>/* End custom CSS */