.admin-section > summary,
.round-format-details > summary {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  position: relative;
  padding-right: 46px;
}

.admin-section > summary::-webkit-details-marker,
.round-format-details > summary::-webkit-details-marker {
  display: none;
}

.admin-section > summary::marker,
.round-format-details > summary::marker {
  color: transparent;
  content: "";
  font-size: 0;
}

.admin-section > summary::after,
.round-format-details > summary::after {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  content: "";
  display: inline-flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.round-format-details > summary::after {
  color: inherit;
  font-size: 0;
  font-weight: inherit;
}

.admin-section > summary::before,
.round-format-details > summary::before {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 8px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-60%) rotate(135deg);
  width: 8px;
  z-index: 1;
}

.admin-section[open] > summary::before,
.round-format-details[open] > summary::before {
  transform: translateY(-35%) rotate(-45deg);
}

.admin-section > summary {
  align-items: center;
  display: grid;
  gap: 0.18rem 0.75rem;
  grid-template-columns: minmax(0, 1fr);
}

.admin-section > summary small {
  grid-column: 1 / -1;
  padding-right: 36px;
}

.round-format-details > summary {
  grid-template-columns: minmax(0, 1fr);
}

.round-format-details > summary small {
  padding-right: 36px;
}
