.sarah201-card {
  border-color: #d8d2c5;
  background: #fffdf9;
}

.sarah201-card .card-head {
  align-items: center;
}

.sarah201-card .source {
  color: #7a6048;
  background: #f5ecdf;
}

.sarah201-intro {
  margin: 0 0 14px;
  color: #665f54;
  font-size: 14px;
  line-height: 1.6;
}

.sarah201-sentence {
  margin: 0 0 18px;
  padding: 17px 18px;
  border: 1px solid #d9d3c8;
  border-radius: 10px;
  background: #fff;
  color: #1e252d;
  font-size: clamp(18px, 2.1vw, 23px);
  font-weight: 700;
  line-height: 1.55;
}

.sarah201-guide {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.sarah201-steps {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.sarah201-step {
  overflow: hidden;
  border: 1px solid #cfc6b8;
  border-radius: 10px;
  background: #fff;
}

.sarah201-step-head {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  background: #eee7db;
  color: #463d32;
}

.sarah201-step-head > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3f7d79;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.sarah201-step-head strong {
  font-size: 15px;
}

.sarah201-step-head em {
  margin-left: auto;
  color: #786d60;
  font-size: 12px;
  font-style: normal;
}

.sarah201-step-questions {
  display: grid;
  gap: 7px;
  padding: 9px;
}

.sarah201-question {
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(260px, 1.25fr);
  align-items: stretch;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d7d0c4;
  border-radius: 9px;
  background: #fff;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.sarah201-question:hover {
  border-color: #a9967e;
}

.sarah201-question:focus-visible {
  outline: 3px solid rgba(63, 125, 121, .24);
  outline-offset: 2px;
}

.sarah201-q-label {
  display: flex;
  align-items: center;
  padding: 11px 12px;
  background: #eee7db;
  color: #554b3e;
  font-size: 14px;
  font-weight: 800;
}

.sarah201-q-answer {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 13px;
  color: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.sarah201-question[aria-expanded="true"] .sarah201-q-answer {
  color: #1e3b39;
  background: #f2f8f6;
}

.sarah201-q-answer::before {
  content: "눌러서 확인";
  color: #9a9388;
  font-size: 13px;
  font-weight: 500;
}

.sarah201-question[aria-expanded="true"] .sarah201-q-answer::before {
  content: none;
}

.sarah201-phrases {
  margin: 0 0 14px;
  padding: 14px 16px;
  border: 1px solid #d8e2df;
  border-radius: 10px;
  background: #f7fbfa;
}

.sarah201-phrases h3 {
  margin: 0 0 9px;
  color: #2f6965;
  font-size: 14px;
}

.sarah201-phrase {
  display: grid;
  grid-template-columns: minmax(145px, .9fr) minmax(180px, 1.1fr);
  gap: 12px;
  width: 100%;
  padding: 7px 0;
  border-top: 1px solid #e1e9e6;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: transparent;
  font: inherit;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}

.sarah201-phrase:first-of-type {
  border-top: 0;
}

.sarah201-phrase strong {
  color: #263c3a;
}

.sarah201-phrase span {
  color: transparent;
}

.sarah201-phrase span::before {
  content: "눌러서 해석 확인";
  color: #8a938e;
  font-size: 13px;
  font-weight: 500;
}

.sarah201-phrase[aria-expanded="true"] {
  background: #eef7f4;
}

.sarah201-phrase[aria-expanded="true"] span {
  color: #3f514c;
  font-weight: 700;
}

.sarah201-phrase[aria-expanded="true"] span::before {
  content: none;
}

.sarah201-phrase:focus-visible {
  outline: 3px solid rgba(63, 125, 121, .24);
  outline-offset: 2px;
}

.sarah201-meaning {
  margin: 0 0 14px;
  border: 1px solid #ddd7cb;
  border-radius: 9px;
  background: #fff;
}

.sarah201-meaning summary {
  padding: 11px 14px;
  color: #635848;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.sarah201-meaning p {
  margin: 0;
  padding: 0 14px 14px;
  color: #34322e;
  line-height: 1.7;
}

@media (max-width: 560px) {
  .sarah201-question {
    grid-template-columns: 1fr;
  }

  .sarah201-q-label,
  .sarah201-q-answer {
    padding: 10px;
  }

  .sarah201-q-answer {
    min-height: 40px;
    border-top: 1px solid #e4ded4;
  }

  .sarah201-phrase {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
