/*
All ==========================================================================*/
html, body {
  min-height: 100vh;
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #666;
  font-size: 24px;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #666;
}
a:active, a:visited {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

ul li {
  list-style: none;
}

.wrapper {
  width: min(1040px, 100%);
  margin-inline: auto;
  padding-inline: 20px;
}

/*
content ==========================================================================*/
h1 {
  text-align: center;
  background-color: #e67357;
  color: #fff;
  line-height: 2.25;
  margin: 0 0 1rem;
  font-size: clamp(1rem, 3vw, 1.5rem);
}
h1 span {
  font-size: 0.75em;
}

.desc {
  display: block;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.125em;
}

#root {
  padding-block: 2rem;
}
#root h2 {
  text-align: center;
  font-size: clamp(0.75rem, 2.5vw, 1rem);
  color: #b62905;
  margin: 0 0 0.5rem;
}
#root article {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  font-family: Arial, sans-serif;
}
#root article p {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#root article div {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
#root article div select {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#root article div select:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#root article div label {
  margin-left: 0.25rem;
  font-size: 1rem;
  color: #212529;
}
@media (max-width: 576px) {
  #root article div {
    display: block;
    margin-bottom: 1rem;
  }
  #root article div select,
  #root article div label {
    display: inline-block;
    margin-right: 0.25rem;
  }
}
#root button {
  display: block;
  margin: 0 auto 3rem;
  width: 10rem;
  background-color: #dc3545;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.375rem 0.75rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#root button:hover {
  background-color: #c82333;
}
#root button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
#root button:active {
  background-color: #bd2130;
  border-color: #b21f2d;
}
#root button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
@media (max-width: 576px) {
  #root button {
    width: 100%;
    max-width: 300px;
  }
}
#root .resultDisplay {
  position: relative;
  background-color: #ffebe1;
  padding: 2rem 1rem 1rem;
}
#root .resultDisplay h4 {
  position: absolute;
  top: -60px;
  left: 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #b62905;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 550px) {
  #root .resultDisplay h4 {
    font-size: 0.75rem;
    top: -50px;
  }
}
#root .resultDisplay .resultArea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #root .resultDisplay .resultArea {
    flex-direction: column;
  }
}
#root .resultDisplay .resultArea .left {
  width: 40%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #root .resultDisplay .resultArea .left {
    width: 100%;
  }
}
#root .resultDisplay .resultArea .left .name {
  display: none;
}
@media screen and (max-width: 768px) {
  #root .resultDisplay .resultArea .left .name {
    display: block;
    background-color: #b62905;
    color: #fff;
    text-align: center;
  }
}
#root .resultDisplay .resultArea .left img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #root .resultDisplay .resultArea .left img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}
#root .resultDisplay .resultArea .right {
  width: 60%;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  #root .resultDisplay .resultArea .right {
    width: 100%;
  }
}
#root .resultDisplay .resultArea .right p {
  margin: 0 0 1rem;
}
#root .resultDisplay .resultArea .right p.desc {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
#root .resultDisplay .resultArea .right p.desc span {
  font-size: 1rem;
  line-height: 2;
}
#root .resultDisplay .resultArea .right .name {
  display: block;
  background-color: #b62905;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #root .resultDisplay .resultArea .right .name {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */