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

.quiz-body {
  background-color: #f9f7ee;
  min-height: 100vh;
  font-family: 'ReplicaLL', sans-serif;
}

.quiz-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  min-height: 908px;
  padding: 80px 80px;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.start-quiz {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  min-height: 748px;
  padding: 0 124px;
  gap: 40px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.quiz-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.quiz-content h1 {
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #111111;
  margin-bottom: 0px;
}

.quiz-content p {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  text-align: center;
  color: #444444;
  max-width: 600px;
}

.product-img {
  width: 288px;
  height: 288px;
  object-fit: contain;
}

.quiz-btn {
  width: clamp(250px, 30vw, 280px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 11px 32px;
  gap: 10px;
  background-color: #72b288;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 155%;
  letter-spacing: -1%;
  border: none;
  cursor: pointer;
}

.start-quiz-questions {
  width: 100%;
  min-height: 100vh;
  display: flex;
  padding: 40px 20px;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.quiz-questions-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  padding: 60px 40px;
  gap: 40px;
  border-radius: 20px;
}

.quiz-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.quiz-box h1 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0%;
  color: #111111;
  text-align: center;
  max-width: 600px;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 500px;
}

.option {
  display: flex;
  width: 100%;
  min-height: 60px;
  border: 2px solid #dddddd;
  border-radius: 12px;
  padding: 15px 24px;
  gap: 10px;
  font-size: clamp(0.9rem, 2.5vw, 1.125rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0%;
  cursor: pointer;
  background-color: #ffffff;
  text-align: left;
  align-items: center;
}

.option:hover {
  border-color: #72b288;
  border: 3px solid #72b288;
}
.option:active {
  border-color: #72b288;
  border: 3px solid #72b288;
}

.quiz-content h1 {
  font-size: 42px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #111111;
}

.product {
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 304px;
  height: fit-content;
  max-height: 100%;
  border-radius: 20px;
  border: 1px solid #e0e0e0;
  padding: 8px;
  gap: 8px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.faq-quiz-question br {
  display: none;
}
.product-description {
  display: flex;
  flex-direction: column;
  width: 288px;
  height: auto;
  padding: 16px;
  gap: 6px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0rem;
}

.product-description h2 {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.022em;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0px;
  color: #000;
}

.product-description h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: -0.01em;
  box-sizing: border-box;
  text-align: left;
}

.product-description p {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  box-sizing: border-box;
  text-align: justify;
  width: 100%;
  overflow-wrap: break-word;
  margin: 0;
}

.btn-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 520px;
  gap: 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.product-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 242px;
  height: 50px;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 11px 32px;
  gap: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  /* transition: all 0.3s ease; */
}

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 242px;
  height: 50px;
  border-radius: 10px;
  padding: 11px 32px;
  gap: 10px;
  box-sizing: border-box;
  background-color: #72b288;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
  border: none;
  text-decoration: none;
  /* transition: all 0.3s ease; */
}

@media (max-width: 768px) {
  .quiz-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 20px;
    gap: 16px;
    margin: 0 auto;
  }

  .start-quiz {
    padding: 0 20px;
    gap: 16px;
  }

  .quiz-content {
    width: 100%;
    gap: 16px;
  }

  .quiz-content h1 {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    margin: 0;
  }

  .quiz-content p {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .quiz-btn {
    width: 100%;
    max-width: 300px;
    height: 50px;
    padding: 11px 32px;
  }

  .start-quiz-questions {
    width: 100%;
    padding: 20px 15px;
    gap: 20px;
  }

  .quiz-questions-content {
    padding: 30px 20px;
    gap: 30px;
  }

  .quiz-box {
    width: 100%;
    gap: 25px;
  }

  .quiz-box h1 {
    font-size: clamp(1.2rem, 5vw, 1.8rem);
  }

  .options {
    width: 100%;
    gap: 12px;
  }

  .option {
    width: 100%;
    min-height: 55px;
    padding: 12px 20px;
    font-size: clamp(0.85rem, 3vw, 1rem);
  }

  .product {
    padding: 8px;
    gap: 8px;
    max-width: 307px;
    width: 100%;
  }

  .img {
    width: 100%;
    height: auto;
  }

  .product-description {
    width: 100%;
    height: auto;
    padding: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product-description h2 {
    width: 100%;
    height: auto;
    font-size: 25px;
    text-align: left;
  }

  .product-description h3 {
    font-size: 14px;
    text-align: left;
  }

  .product-description p {
    font-size: 11px;
    text-align: justify;
    width: 100%;
    line-height: 125%;
    margin: 0;
  }

  .btn-group {
    flex-direction: row;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: nowrap;
  }

  .product-btn,
  .btn {
    width: 100%;
    max-width: 280px;
    height: 50px;
  }
}

.image-container{
  width: 288px;
  height: 288px;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
}

.image-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 480px) {
  .quiz-container {
    padding: 20px 15px;
  }

  .start-quiz {
    padding: 0 15px;
  }

  .quiz-questions-content {
    padding: 20px 15px;
    gap: 25px;
  }

  .quiz-content {
    gap: 20px;
  }

  .quiz-content h1 {
    font-size: clamp(1.3rem, 7vw, 2rem);
  }

  .quiz-content p {
    font-size: 14px;
  }

  .quiz-btn {
    width: 100%;
    max-width: 250px;
    height: 45px;
    font-size: 16px;
  }

  .quiz-box {
    gap: 20px;
  }

  .quiz-box h1 {
    font-size: 22px;
    text-align: left;
  }

  .option {
    min-height: 50px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .product {
    padding: 6px;
    gap: 6px;
    max-width: 100%;
  }

  .img {
    width: 100%;
    height: auto;
  }

  .product-description {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .product-description h2 {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: left;
    font-size: 20px !important;
  }

  .product-description h3 {
    font-size: 12px;
    text-align: left;
  }

  .product-description p {
    font-size: 11px;
    text-align: left;
    width: 100%;
    line-height: 120%;
    margin: 0;
  }
  
  .btn-group {
    gap: 12px;
  }

  .product-btn,
  .btn {
    height: 45px;
    font-size: 15px;
    padding: 10px 25px;
  }
  .image-container {
    width: 100%;
    height: 315px;
  }
}

.quiz-contents h1 {
    font-size: 40px !important;
    margin-bottom: 0px;
    font-family: "Replice LL";
  }

#typeform-container [data-tf-widget] {
  height: 80vh !important;
}