#repeated-attribute{
  margin-block: 1rem 1.5rem;
  padding-top: 1rem;
}#repeated-attribute summary {
  list-style: none; /* remove default marker */
  cursor: pointer;
  border-bottom: solid 1px rgba(0,0,0,0.2);
  padding-bottom: 0.5rem;
  display: inline-block;
  color: #898989;
  font-size: 0.9rem !important;
  font-weight: 600;
}#repeated-attribute[open] summary{
  border-bottom: 0;
}#repeated-attribute summary + div{
  margin-top:0.5rem;
}#repeated-attribute summary::after {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.35rem;
  background-image: url("/themes/devolkitchens/img/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: center center;
  transition: transform 0.2s ease;
}#repeated-attribute[open] summary::after {
  transform: rotate(180deg);
}#repeated-attribute label{
  display: none;
}

/* Chrome/Safari hide marker */
#repeated-attribute summary::-webkit-details-marker {
  display: none;
}