#ce-settings {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
  font-size: 16px;
  line-height: 1.3;
}
#ce-settings aside {
  flex-basis: 25%;
}
#ce-settings main {
  background: white;
  flex-basis: 75%;
  padding: 0 2rem 2rem;
  box-shadow: -1px 0px 5px -3px black;
}
#ce-settings [flex] {
  display: flex;
}
#ce-settings [align-items] {
  align-items: center;
}
#ce-settings [gap] {
  gap: 0.5rem;
}
#ce-settings [nav] a {
  display: flex;
  background: #ddd;
  color: black;
  text-decoration: none;
  padding: 0.62em 1em;
  transform: translate(0.5em, 0px);
  border-right: 0.5em solid white;
  box-shadow: inset -5px 0px 5px -5px black;
}
#ce-settings [nav] a:not([selected]):hover {
  background: white;
}
#ce-settings [nav] a[selected] {
  background: white;
  transform: translate(0px, 0px);
  box-shadow: -2px 2px 5px -5px black;
  font-weight: bold;
}
#ce-settings h2 {
  font-size: 1.236rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0.62em 0 1em;
  opacity: 0.382;
}
#ce-settings details {
  margin-bottom: 2rem;
}
#ce-settings summary {
  display: flex;
}
#ce-settings summary h3 {
  cursor: pointer;
  display: list-item;
  float: left;
  background: #eee;
  border-top: 3px solid #333;
  color: #666;
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0 1rem;
  padding: 0.25em 0.5em;
  width: 100%;
}
#ce-settings label,
#ce-settings input,
#ce-settings select,
#ce-settings button {
  display: block;
  width: 100%;
}
#ce-settings .switch {
  display: inline-block;
  width: auto;
}
#ce-settings .switch .slider {
  background: #f6f7f7;
  border: 1px solid #2271b1;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.125;
}
#ce-settings .switch .slider:before, #ce-settings .switch .slider:after {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 3px;
  border-radius: 3px;
}
#ce-settings .switch .slider:before {
  background: none;
  color: black;
  content: "included";
  opacity: 0.5;
}
#ce-settings .switch .slider:after {
  background: #777;
  color: white;
  content: "hidden";
  opacity: 1;
}
#ce-settings .switch [type=checkbox] {
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
#ce-settings .switch [type=checkbox]:checked + .slider:before {
  background: #2271b1;
  color: white;
  opacity: 1;
}
#ce-settings .switch [type=checkbox]:checked + .slider:after {
  background: none;
  color: black;
  opacity: 0.5;
}
#ce-settings #presets-form fieldset {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  margin-bottom: 1rem;
}
#ce-settings #presets-form .preset {
  gap: 0.618rem;
  padding: 0.618rem;
  flex-direction: column;
  height: auto;
  box-shadow: inset 0 0 0 1px black;
  display: flex;
  align-items: center;
}
#ce-settings #presets-form .preset .preset-preview {
  background: #777;
}
#ce-settings #presets-form .preset p {
  margin: 0;
  width: 100%;
}
#ce-settings #presets-form .preset h4 {
  margin: auto 0 0;
  text-align: center;
  width: 100%;
}
#ce-settings #presets-form .preset .aspect-ratio {
  display: block;
  text-align: center;
}
#ce-settings #presets-form .preset .aspect-ratio input {
  display: inline;
  width: 5rem;
  text-align: center;
}
#ce-settings #presets-form .preset-custom input {
  text-align: center;
}
#ce-settings #presets-form .preset-add-new-form .aspect-ratio {
  text-align: left;
}
#ce-settings #sizes-form fieldset {
  margin-bottom: 1rem;
}
#ce-settings #sizes-form p {
  margin: 0;
  width: 100%;
}
#ce-settings #sizes-form h4 {
  margin-bottom: 0.5rem;
  width: 100%;
}

/*# sourceMappingURL=index.css.map */
