/**
 * @Author: Lukas Prokop
 * @Date:   2024-01-30 15:20:31
 * @Last Modified by:   Lukas Prokop
 * @Last Modified time: 2024-01-30 16:25:08
 */
body {
  font-family: "Open Sans", sans-serif;
}

.css-art--3-pie-venn-diagram[class] {
  font-size: 1rem;
}

.css-art--3-pie-venn-diagram {
  position: relative;
  font-size: 1rem;
  width: 30em;
  margin: 5em auto;
}

.css-art--pie {
  position: relative;
  box-sizing: border-box;
  padding: 0.5em 0 2em;
}
.css-art--pie h3 {
  box-sizing: border-box;
  width: 100%;
  color: rgb(173, 53, 53);
}

.css-art--pie,
.pie-1-2-intersect {
  position: relative;
  padding: 1em 0 0.75em 1.5em;
}
.css-art--pie h3,
.pie-1-2-intersect h3 {
  margin: 0 0 0.75em;
}

.css-art--pie-2:before {
  background: #2b929e;
}
.css-art--pie-2 h3 {
  color: rgb(51, 133, 146);
}

.pie-1-2-intersect h3 {
  color: #40617f;
}
.pie-1-2-intersect:before {
  background: #40617f;
}

@media (min-width: 51em) {
  .css-art--3-pie-venn-diagram {
    position: relative;
    font-size: 1rem;
    width: 49em;
    height: 28em;
  }
  .css-art--pie {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 21em;
    height: 21em;
    border-radius: 50%;
    background: rgba(173, 53, 45, 0.7);
    color: #fff;
  }
  .css-art--pie:before {
    display: none;
  }
  .css-art--pie h3 {
    position: absolute;
    top: -3em;
    box-sizing: border-box;
    width: 100%;
  }
  .css-art--pie ul {
    position: absolute;
    width: 9em;
    margin: 0 auto;
  }
  .css-art--pie-1 {
    top: 6em;
    left: 8em;
    z-index: 1;
  }
  .css-art--pie-1 h3 {
    padding-right: 4em;
  }
  .css-art--pie-1 ul {
    top: 4em;
    left: 2.5em;
  }
  .css-art--pie-1 li:nth-child(2) {
    padding-right: 1em;
  }
  .css-art--pie-1 li:nth-child(3) {
    padding-right: 2em;
  }
  .css-art--pie-2 {
    top: 6em;
    right: 8em;
    background-color: rgba(0, 108, 119, 0.5);
    z-index: 3;
  }
  .css-art--pie-2 h3 {
    padding-right: 2em;
    color: rgb(53, 161, 172);
    text-align: right;
  }
  .css-art--pie-2 ul {
    top: 4em;
    right: 1em;
  }
  .css-art--pie-2 li:nth-child(1) {
    padding-right: 2em;
  }
  .css-art--pie-2 li:nth-child(2) {
    padding-right: 1em;
  }
  .pie-1-2-intersect {
    position: absolute;
    z-index: 5;
    display: inline-block;
    max-width: 16em;
  }
  .pie-1-2-intersect {
    top: 12.25em;
    left: 48%;
    transform: translate(-50%, 0);
  }
}/*# sourceMappingURL=venn.css.map */