.result-screen {
  position: relative;
  display: none;
}

.result-title {
  text-shadow: 0px 0px 30px white, 0px 0px 20px white;
  font-size: 20px;
  color: rgb(13, 48, 110);
  line-height: 1.2;
  text-align: center;
  margin-top: 24px;
}

.result-subtitle {
  text-shadow: 0px 0px 30px white, 0px 0px 20px white;
  font-size: 22px;
  color: rgb(245, 156, 0);
  line-height: 1.2;
  text-align: center;
  margin-top: 32px;
  font-weight: 400;
}

.result-value {
  font-family: 'doctor-glitch';
  font-size: 72px;
  text-align: center;
  margin-top: 40px;
  background: -webkit-linear-gradient(rgba(71, 122, 210, 0.8), #0d306e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.result-tooltip {
  font-size: 18px;
  color: rgb(13, 48, 110);
  margin-top: 24px;
  text-align: center;
  font-weight: 500;
  text-shadow: 0px 0px 30px white, 0px 0px 20px white;
}

.result-tool-highlight {
  text-shadow: 0px 0px 30px white, 0px 0px 20px white;
  font-size: 20px;
  color: rgb(245, 156, 0);
  text-transform: uppercase;
  font-weight: bold;
}

.result-condition {
  margin-top: 36px;
  background-color: rgb(255, 255, 255, 0.5);
  padding: 12px;
  color: rgb(13, 48, 110);
  font-size: 14px;
  font-weight: 300;
}

.result-condition-title {
  text-transform: uppercase;
  text-shadow: 2px 2px #fff;
  font-size: 16px;
  padding-bottom: 4px;
  font-weight: bold;
}

.condition-screen {
  position: relative;
  display: none;
}
