div.summaryCard:nth-child(4), div.summaryCard:nth-child(3), div.summaryCard:nth-child(2), div.summaryCard:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: unset;
  align-items: center;
  padding: 18px;
  border-radius: 10px;
}

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

body {
  font-family: "Hanken Grotesk", sans-serif;
  background: hsl(0, 0%, 100%);
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: unset;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  body {
    justify-content: center;
  }
}

section.results {
  color: white;
}
section.results > p {
  font-size: 0.95rem;
  font-weight: 700;
  color: hsl(221, 100%, 96%);
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  section.results > p {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}

div.circle p:first-child {
  font-size: 3.375rem;
  font-weight: 600;
  color: hsl(221, 100%, 96%);
  opacity: 1;
}
div.circle p:last-child {
  font-size: 0.95rem;
  font-weight: 600;
  color: hsl(241, 100%, 89%);
  opacity: 0.4;
}

div.analysis p:first-child {
  font-size: 2.125rem;
  font-weight: 600;
  color: hsl(0, 0%, 100%);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  div.analysis p:first-child {
    font-size: 1.8rem;
  }
}
div.analysis p:last-child {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
  opacity: 0.65;
  letter-spacing: 0.54px;
}
@media only screen and (min-width: 768px) {
  div.analysis p:last-child {
    font-size: 1.125rem;
    opacity: 0.5;
  }
}

section.summary p:first-child {
  font-size: 1rem;
  font-weight: 700;
  color: hsl(224, 30%, 27%);
  opacity: 1;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  section.summary p:first-child {
    font-size: 1.15rem;
    margin-top: 40px;
  }
}

div.percentage b {
  font-size: 1rem;
  font-weight: 700;
  color: hsl(224, 30%, 27%);
  opacity: 1;
}
div.percentage span {
  font-size: 1rem;
  font-weight: 700;
  color: #A5A5A5;
  opacity: 0.8;
}

button[type=button] {
  font-size: 0.9rem;
}

button[type=button], section.results {
  display: flex;
  align-items: center;
  justify-content: center;
}

button[type=button], div.cards, section.summary p:first-child, section.summary, section.results, div.summaryCard:nth-child(4), div.summaryCard:nth-child(3), div.summaryCard:nth-child(2), div.summaryCard:nth-child(1) {
  align-self: stretch;
}

section.results, div.analysis p:first-child, div.analysis p:last-child {
  text-align: center;
}

section.results, main.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

section.results, main.wrapper {
  height: fit-content;
}

main.wrapper {
  box-shadow: 20px 25px 25px 0px hsl(221, 100%, 96%);
  min-width: 100vw;
  width: 375px;
}
@media only screen and (min-width: 768px) {
  main.wrapper {
    min-width: 375px;
    width: 764px;
    height: 515px;
    flex-direction: row;
    border-radius: 35px;
  }
}

section.results {
  background: linear-gradient(180deg, hsl(252, 100%, 67%) 0%, hsl(241, 81%, 54%) 100%);
  flex-shrink: 0;
  border-radius: 0 0 35px 35px;
  padding-top: 23.5px;
}
@media only screen and (min-width: 768px) {
  section.results {
    max-width: 364px;
    height: 515px;
    border-radius: 35px;
  }
}
section.results div.circle {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  align-items: center;
  border-radius: 50%;
  padding: 30px 45px 30px 45px;
  background: linear-gradient(180deg, hsl(256, 72%, 46%) 0%, hsla(241, 72%, 46%, 0) 100%);
}
@media only screen and (min-width: 768px) {
  section.results div.circle {
    scale: 1.2;
    margin-bottom: 10px;
  }
}
section.results div.analysis {
  padding: 0 43px 53px;
}
section.results div.analysis p:first-child {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  section.results div.analysis p:first-child {
    margin-bottom: 8px;
  }
}

section.summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  align-items: center;
  min-width: 320px;
  padding-bottom: 37px;
  margin: 0 27.5px;
}
@media only screen and (min-width: 768px) {
  section.summary {
    margin: 0 30px 0 0px;
  }
}
div.cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  align-items: center;
}

div.summaryCard:nth-child(1) {
  background-color: #FFF5F5;
  color: hsl(0, 100%, 67%);
  font-weight: 600;
}

div.summaryCard:nth-child(2) {
  background-color: #FFFBF2;
  color: hsl(39, 100%, 56%);
  font-weight: 600;
}

div.summaryCard:nth-child(3) {
  background-color: #F2FBFA;
  color: hsl(166, 100%, 37%);
  font-weight: 600;
}

div.summaryCard:nth-child(4) {
  background-color: #F3F3FD;
  color: hsl(234, 85%, 45%);
  font-weight: 600;
}

div.summaryTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  opacity: 0.8;
}

div.percentage {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3px;
  align-items: center;
  height: 16px;
}

button[type=button] {
  background: hsl(224, 30%, 27%);
  color: hsl(0, 0%, 100%);
  border: none;
  padding: 1rem;
  border-radius: 30px;
  font-weight: 600;
  transition: opacity 0.3s;
  height: 56px;
  padding: 19px 0px;
  gap: 10px;
}
button[type=button]:hover {
  opacity: 0.8;
  cursor: pointer;
}
button[type=button]:hover {
  background: linear-gradient(180deg, hsl(252, 100%, 67%) 0%, hsl(241, 81%, 54%) 100%);
}/*# sourceMappingURL=styles.css.map */