/*** The new CSS Reset - version 1.3.1 (last updated 28.10.2021) ***/
*:where(:not(iframe,canvas,img,svg,video):not(svg *,symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none !important;
}

a {
  cursor: pointer;
}