.storyQuickQuiz{
  margin:34px 0 26px;
  overflow:hidden;
  padding:0;
  border:1px solid #d6e5df;
  border-left:1px solid #d6e5df;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 48px rgba(28,83,65,.11);
  scroll-margin-top:78px;
}

.storyQuickQuizHero{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:17px;
  padding:23px 25px;
  overflow:hidden;
  background:linear-gradient(125deg,#174b3c 0%,#26755a 68%,#31926c 100%);
  color:#fff;
}

.storyQuickQuizIcon{
  display:grid;
  width:58px;
  height:58px;
  place-items:center;
  border:1px solid rgba(255,255,255,.3);
  border-radius:17px;
  background:rgba(255,255,255,.12);
  font-size:29px;
  font-weight:900;
}

.storyQuickQuizHero span{
  display:block;
  margin-bottom:4px;
  color:#bcecd8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.storyQuickQuizHero h3{
  margin:0;
  color:#fff;
  font-size:clamp(24px,3.6vw,34px);
  line-height:1.15;
}

.storyQuickQuizHero p{
  margin:7px 0 0;
  color:rgba(255,255,255,.84);
  font-size:14px;
}

.storyQuickQuizHero > b{
  align-self:start;
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  font-size:12px;
  white-space:nowrap;
}

.storyQuickQuiz .quizQuestion{
  margin:0;
  padding:24px 25px 25px;
  border:0;
  background:linear-gradient(180deg,#f7fcf9,#fff);
}

.storyQuickQuiz .quizQuestion p{
  margin:0 0 13px;
  color:#203b31;
  font-size:17px;
}

.storyQuickQuiz .quizInput{
  min-height:44px;
  border-color:#b8d3c8;
  border-radius:10px;
  font-size:15px;
}

.storyQuickQuiz .quizQuestion > button{
  min-height:44px;
  padding:9px 16px;
  border-color:#28765b;
  border-radius:10px;
  background:#28765b;
  color:#fff;
  font-weight:800;
}

.storyQuickQuiz .quizQuestion > button:hover,
.storyQuickQuiz .quizQuestion > button:focus{
  background:#1c5c45;
  color:#fff;
  outline:3px solid rgba(40,118,91,.16);
}

.storyQuickQuiz .quizResult{
  min-height:23px;
  font-size:15px;
}

.storyQuickQuiz .quizComplete{
  margin:0;
  padding:22px 25px;
  background:#f0faf5;
  color:#176b4b;
  font-size:17px;
  text-align:center;
}

.storyRetell,
.storyRetellFinish{
  --retell-navy:#173f51;
  --retell-blue:#2b7185;
  --retell-pale:#edf6f7;
  --retell-coral:#ed6b61;
  --retell-green:#278260;
  --retell-ink:#172033;
  --retell-muted:#637083;
}

.storyRetell{
  margin:34px 0 24px;
  overflow:hidden;
  border:1px solid #d6e2e7;
  border-radius:22px;
  background:#f8fbfc;
  color:var(--retell-ink);
  box-shadow:0 18px 50px rgba(34,74,91,.12);
  line-height:1.55;
  scroll-margin-top:78px;
}

.storyRetell [hidden]{display:none!important}
.storyRetell button,
.storyRetellFinish button{font:inherit}

.storyRetellHero{
  display:flex;
  align-items:center;
  gap:18px;
  padding:24px 26px;
  background:linear-gradient(125deg,var(--retell-navy),var(--retell-blue) 68%,#39889a);
  color:#fff;
}

.storyRetellHeroIcon{
  display:grid;
  flex:0 0 62px;
  width:62px;
  height:62px;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:18px;
  background:rgba(255,255,255,.13);
  font-size:29px;
}

.storyRetellKicker{
  display:block;
  margin-bottom:4px;
  color:#bdebf4;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.storyRetellHero h3,
.storyRetellFinish h3{
  margin:0;
  color:#fff;
  font-size:clamp(25px,4vw,37px);
  line-height:1.1;
}

.storyRetellHero p{
  max-width:710px;
  margin:7px 0 0;
  color:rgba(255,255,255,.88);
  font-size:15px;
}

.storyRetellStart{
  padding:26px;
  text-align:center;
}

.storyRetellTaskPreview{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.storyRetellTaskPreview span{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:58px;
  padding:10px;
  border:1px solid #d7e3e8;
  border-radius:13px;
  background:#fff;
  color:#415064;
  font-size:13px;
  font-weight:700;
  text-align:left;
}

.storyRetellTaskPreview b{
  display:grid;
  flex:0 0 28px;
  width:28px;
  height:28px;
  place-items:center;
  border-radius:50%;
  background:#e4f1f3;
  color:var(--retell-blue);
}

.storyRetellStart > p{
  margin:20px 0 16px;
  color:var(--retell-muted);
  font-size:14px;
}

.storyRetellPrimary,
.storyRetellCheck,
.storyRetellNext{
  min-height:46px;
  border:0;
  border-radius:12px;
  background:var(--retell-blue);
  color:#fff;
  cursor:pointer;
  font-weight:800;
  box-shadow:0 8px 18px rgba(43,113,133,.2);
}

.storyRetellPrimary{
  min-width:190px;
  padding:10px 24px;
  font-size:17px;
}

.storyRetellPrimary:hover,
.storyRetellPrimary:focus-visible,
.storyRetellCheck:hover,
.storyRetellCheck:focus-visible,
.storyRetellNext:hover,
.storyRetellNext:focus-visible{
  background:#1e596b;
  outline:3px solid rgba(43,113,133,.2);
  outline-offset:2px;
}

.storyRetellGame{
  padding:22px;
}

.storyRetellProgressHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:8px;
  color:#4b596c;
  font-size:13px;
}

.storyRetellProgressHead > span{
  font-weight:800;
  white-space:nowrap;
}

.storyRetellProgressHead > strong{
  color:var(--retell-blue);
  text-align:right;
}

.storyRetellProgressTrack{
  height:8px;
  overflow:hidden;
  margin-bottom:20px;
  border-radius:999px;
  background:#dfeaec;
}

.storyRetellProgressTrack i{
  display:block;
  width:6.25%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#ef796f,#f1a25c);
  transition:width .3s ease;
}

.storyRetellStage{
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  min-height:430px;
  overflow:hidden;
  border:1px solid #d6e2e7;
  border-radius:18px;
  background:#fff;
}

.storyRetellCharacter{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  min-height:430px;
  margin:0;
  padding:22px 15px 0;
  background:linear-gradient(160deg,#e6f2f4,#cee5e9);
  text-align:center;
}

.storyRetellCharacter img{
  width:100%;
  max-height:320px;
  margin:auto auto 0;
  border:4px solid rgba(255,255,255,.9);
  border-radius:90px 90px 18px 18px;
  object-fit:cover;
  object-position:center 16%;
  box-shadow:0 14px 28px rgba(32,79,94,.18);
}

.storyRetellCharacterEmoji{
  display:grid;
  width:142px;
  height:142px;
  margin:auto auto 26px;
  place-items:center;
  border:4px solid rgba(255,255,255,.9);
  border-radius:50%;
  background:rgba(255,255,255,.75);
  font-size:76px;
  line-height:1;
  box-shadow:0 14px 28px rgba(32,79,94,.18);
}

.storyRetellCharacter small{
  position:relative;
  display:block;
  width:max-content;
  max-width:100%;
  margin:-18px auto 16px;
  padding:7px 14px;
  border-radius:999px;
  background:#fff;
  color:#315364;
  font-size:13px;
  font-weight:800;
  box-shadow:0 5px 13px rgba(32,79,94,.15);
}

.storyRetellTask{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:22px;
}

.storyRetellListen{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:13px 14px;
  border-radius:13px;
  background:#eff6fa;
}

.storyRetellSound{
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border-radius:50%;
  background:var(--retell-blue);
  color:#fff;
  font-size:20px;
  font-weight:800;
}

.storyRetellListen strong,
.storyRetellListen small{
  display:block;
  line-height:1.25;
}

.storyRetellListen strong{
  color:#264554;
  font-size:15px;
}

.storyRetellListen small{
  margin-top:3px;
  color:#62788a;
  font-size:12px;
}

.storyRetellListen button{
  min-height:39px;
  padding:7px 11px;
  border:1px solid #a9c7d1;
  border-radius:10px;
  background:#fff;
  color:#285a6b;
  cursor:pointer;
  font-size:13px;
  font-weight:800;
}

.storyRetellListenActions{
  display:flex;
  gap:8px;
}

.storyRetellListenActions button{
  white-space:nowrap;
}

.storyRetellPrompt{
  margin:18px 0 9px;
  color:#263548;
  font-size:15px;
  font-weight:800;
}

.storyRetellAnswer{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  min-height:65px;
  padding:10px;
  border:2px dashed #b8cbd2;
  border-radius:13px;
  background:#fbfdfe;
}

.storyRetellAnswer:empty::before{
  content:'Cümlen burada oluşacak';
  margin:auto;
  color:#8a97a6;
  font-size:13px;
}

.storyRetellAnswer.is-blank-task{
  justify-content:center;
  border-style:solid;
  background:#f8fbfc;
  color:#263548;
  font-size:clamp(17px,2.5vw,21px);
  font-weight:700;
  text-align:center;
}

.storyRetellBlank{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:85px;
  min-height:36px;
  margin:0 4px;
  padding:4px 11px;
  border-bottom:3px solid #6e8a96;
  color:var(--retell-blue);
}

.storyRetellWordBank{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:9px;
  min-height:62px;
  margin-top:11px;
  padding:11px;
  border-radius:13px;
  background:#eef3f5;
}

.storyRetellToken{
  min-height:38px;
  padding:7px 12px;
  border:1px solid #c4d1d7;
  border-radius:10px;
  background:#fff;
  color:#263548;
  cursor:pointer;
  font-weight:700;
  box-shadow:0 2px 5px rgba(27,58,70,.08);
}

.storyRetellToken:hover,
.storyRetellToken:focus-visible{
  border-color:var(--retell-blue);
  outline:none;
  transform:translateY(-1px);
}

.storyRetellToken.is-selected{
  border-color:var(--retell-blue);
  background:#e7f3f5;
  color:#174c5d;
}

.storyRetellToken:disabled{
  cursor:default;
  opacity:.32;
  transform:none;
}

.storyRetellControls{
  display:flex;
  justify-content:flex-end;
  gap:9px;
  margin-top:14px;
}

.storyRetellSecondary,
.storyRetellCheck{
  min-height:42px;
  padding:8px 16px;
}

.storyRetellSecondary{
  border:1px solid #becdd3;
  border-radius:11px;
  background:#fff;
  color:#415064;
  cursor:pointer;
  font-weight:800;
}

.storyRetellSecondary:hover,
.storyRetellSecondary:focus-visible{
  border-color:var(--retell-blue);
  outline:2px solid rgba(43,113,133,.15);
}

.storyRetellFeedback{
  min-height:25px;
  margin:10px 0 0;
  color:#667084;
  font-size:14px;
  font-weight:700;
}

.storyRetellFeedback.is-correct{color:var(--retell-green)}
.storyRetellFeedback.is-wrong{color:#bd3f37}

.storyRetellFeedback.is-correct{
  font-size:18px;
  line-height:1.55;
}

.storyRetellGrammarHint{
  margin:2px 0 14px;
  padding:13px 14px;
  border:1px solid #f0c68d;
  border-left:4px solid #e59a3b;
  border-radius:11px;
  background:#fff8e9;
  color:#63451e;
}

.storyRetellGrammarHint > strong{
  display:block;
  margin-bottom:3px;
  color:#8b5117;
  font-size:14px;
}

.storyRetellGrammarHint > p{
  margin:0 0 9px;
  font-size:13px;
  line-height:1.55;
}

.storyRetellGrammarHint > div{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  padding-top:9px;
  border-top:1px solid #efd7b5;
}

.storyRetellGrammarHint span{
  padding:3px 8px;
  border-radius:999px;
  background:#e59a3b;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.storyRetellGrammarHint b{
  color:#563b1b;
  font-size:13px;
}

.storyRetellGrammarHint em{
  margin-left:auto;
  padding:3px 8px;
  border:1px solid #e2bc84;
  border-radius:7px;
  background:#fff;
  color:#744815;
  font-size:12px;
  font-style:normal;
  font-weight:900;
  white-space:nowrap;
}

.storyRetellGrammarBase{
  margin-top:4px;
}

.storyRetellNext{
  align-self:flex-end;
  min-width:170px;
  margin-top:auto;
  padding:9px 17px;
}

.storyRetellFinish{
  position:relative;
  padding:30px 26px 26px;
  background:linear-gradient(145deg,#173f51,#276a7d);
  color:#fff;
  text-align:center;
  scroll-margin-top:78px;
}

.storyTellBottom{
  margin:26px 0 24px;
  overflow:hidden;
  border-radius:22px;
  box-shadow:0 18px 50px rgba(23,63,81,.18);
}

.storyRetellReadyMessage{
  max-width:700px!important;
  margin:12px auto 8px!important;
  padding:11px 14px;
  border:1px solid rgba(190,242,215,.42);
  border-radius:11px;
  background:rgba(39,130,96,.28);
  color:#d7ffeb!important;
  font-size:15px!important;
  font-weight:800;
}

.storyRetellFinishMark{
  display:grid;
  width:55px;
  height:55px;
  margin:0 auto 12px;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:var(--retell-green);
  font-size:28px;
  font-weight:900;
}

.storyRetellFinish > p{
  max-width:680px;
  margin:10px auto 20px;
  color:rgba(255,255,255,.84);
  font-size:14px;
}

.storyRetellCast{
  display:flex;
  justify-content:center;
  margin:4px auto 22px;
}

.storyRetellCast img{
  width:76px;
  height:92px;
  margin:0 -7px;
  border:4px solid #fff;
  border-radius:42px;
  object-fit:cover;
  object-position:center 16%;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.storyRetellCast.is-emoji > span,
.storyRetellCast > .storyRetellCastEmoji{
  display:grid;
  width:76px;
  height:76px;
  margin:0 -5px;
  place-items:center;
  border:4px solid #fff;
  border-radius:50%;
  background:#eaf5f5;
  font-size:39px;
  line-height:1;
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.storyRetellExampleToggle{
  min-height:42px;
  margin:-4px auto 18px;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.45);
  border-radius:11px;
  background:rgba(255,255,255,.1);
  color:#fff;
  cursor:pointer;
  font-weight:800;
}

.storyRetellExampleToggle:hover,
.storyRetellExampleToggle:focus-visible{
  background:rgba(255,255,255,.18);
  outline:2px solid rgba(255,255,255,.28);
  outline-offset:2px;
}

.storyRetellExamples{
  max-width:820px;
  margin:0 auto 20px;
  padding:15px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:16px;
  background:rgba(255,255,255,.09);
  text-align:left;
}

.storyRetellExamples > p{
  margin:0 0 12px;
  color:rgba(255,255,255,.8);
  font-size:13px;
  text-align:center;
}

.storyRetellExamples ol{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:9px;
  margin:0;
  padding:0;
  list-style:none;
}

.storyRetellExamples li{
  overflow:hidden;
  border-radius:12px;
  background:#fff;
  color:#263548;
}

.storyRetellExamples li > img{
  display:block;
  width:100%;
  height:90px;
  object-fit:cover;
  object-position:center 18%;
}

.storyRetellExampleEmoji{
  display:grid;
  width:100%;
  height:90px;
  place-items:center;
  background:linear-gradient(145deg,#e9f5f5,#d9eaea);
  font-size:48px;
  line-height:1;
}

.storyRetellExamples li > div{
  position:relative;
  min-height:145px;
  padding:18px 10px 10px;
}

.storyRetellExamples li span{
  position:absolute;
  top:-14px;
  left:9px;
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border:3px solid #fff;
  border-radius:50%;
  background:var(--retell-coral);
  color:#fff;
  font-size:11px;
  font-weight:900;
}

.storyRetellExamples li p{
  margin:0;
  font-size:12px;
  line-height:1.5;
}

.storyRetellRecorder{
  display:grid;
  grid-template-columns:minmax(190px,1fr) auto;
  gap:11px 18px;
  align-items:center;
  max-width:760px;
  margin:0 auto;
  padding:17px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  background:rgba(255,255,255,.11);
  text-align:left;
}

.storyRetellRecorder strong,
.storyRetellRecorder small{display:block}
.storyRetellRecorder small{margin-top:3px;color:rgba(255,255,255,.72);font-size:12px}

.storyRetellRecordActions{
  display:flex;
  align-items:center;
  gap:8px;
}

.storyRetellRecordStart,
.storyRetellRecordStop{
  display:inline-flex;
  min-width:126px;
  min-height:44px;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 15px;
  border:2px solid transparent;
  border-radius:11px;
  cursor:pointer;
  font-weight:800;
  line-height:1.15;
  box-shadow:0 6px 14px rgba(7,35,48,.2);
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}

.storyRetellRecordStart{
  border-color:#ffb2ac;
  background:linear-gradient(180deg,#f47b71,var(--retell-coral));
  color:#fff;
}
.storyRetellRecordStop{
  border-color:#d6e1e6;
  background:#f4f7f8;
  color:#263f4b;
}
.storyRetellRecordStart:not(:disabled):hover,
.storyRetellRecordStop:not(:disabled):hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(7,35,48,.28);
}
.storyRetellRecordStart:focus-visible,
.storyRetellRecordStop:focus-visible{
  outline:3px solid rgba(255,255,255,.48);
  outline-offset:3px;
}
.storyRetellRecordStart:disabled,
.storyRetellRecordStop:disabled{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.18);
  color:rgba(255,255,255,.66);
  cursor:not-allowed;
  box-shadow:none;
}
.storyRetellRecorder.is-recording{box-shadow:0 0 0 3px rgba(237,107,97,.3)}
.storyRetellTimer{min-width:49px;font-variant-numeric:tabular-nums;font-weight:800}
.storyRetellRecorder > p{margin:0;color:rgba(255,255,255,.78);font-size:13px}
.storyRetellRecorder audio{grid-column:1 / -1;width:100%;height:42px}

.storyRetellRestart{
  margin-top:18px;
  border-color:rgba(255,255,255,.42);
  background:transparent;
  color:#fff;
}

@media (max-width:760px){
  .storyRetellTaskPreview{grid-template-columns:repeat(2,minmax(0,1fr))}
  .storyRetellStage{grid-template-columns:145px minmax(0,1fr)}
  .storyRetellCharacter{min-height:430px;padding-left:10px;padding-right:10px}
  .storyRetellTask{padding:17px}
  .storyRetellListen{grid-template-columns:auto minmax(0,1fr)}
  .storyRetellListenActions{grid-column:1 / -1}
  .storyRetellListenActions button{flex:1;width:auto}
  .storyRetellRecorder{grid-template-columns:1fr}
  .storyRetellExamples ol{grid-template-columns:repeat(2,minmax(0,1fr))}
  .storyRetellExamples li:last-child{grid-column:1 / -1}
}

@media (max-width:560px){
  .storyQuickQuiz{margin-top:26px;border-radius:16px}
  .storyQuickQuizHero{grid-template-columns:auto minmax(0,1fr);gap:13px;padding:19px 16px}
  .storyQuickQuizIcon{width:47px;height:47px;border-radius:14px;font-size:24px}
  .storyQuickQuizHero > b{grid-column:2;width:max-content;margin-top:2px}
  .storyQuickQuiz .quizQuestion{padding:19px 16px 20px}
  .storyQuickQuiz .quizInput{width:100%}
  .storyQuickQuiz .quizQuestion > button{width:100%;margin-top:9px}
  .storyRetell{margin-top:26px;border-radius:16px}
  .storyRetellHero{align-items:flex-start;padding:20px 17px}
  .storyRetellHeroIcon{flex-basis:48px;width:48px;height:48px;border-radius:14px;font-size:23px}
  .storyRetellStart,.storyRetellGame{padding:15px}
  .storyRetellTaskPreview{grid-template-columns:1fr}
  .storyRetellTaskPreview span{min-height:46px}
  .storyRetellStage{display:block;min-height:0}
  .storyRetellCharacter{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;min-height:100px;padding:10px 16px;background:linear-gradient(100deg,#e6f2f4,#cee5e9)}
  .storyRetellCharacter img{width:76px;height:88px;margin:0;border-width:3px;border-radius:40px;object-fit:cover}
  .storyRetellCharacterEmoji{width:76px;height:76px;margin:0;border-width:3px;font-size:44px}
  .storyRetellCharacter small{margin:0 0 0 12px;padding:8px 13px}
  .storyRetellTask{min-height:480px;padding:15px}
  .storyRetellProgressHead{align-items:flex-start}
  .storyRetellProgressHead > strong{max-width:220px}
  .storyRetellAnswer{min-height:76px}
  .storyRetellControls{display:grid;grid-template-columns:1fr 1fr}
  .storyRetellNext{align-self:stretch;width:100%;margin-top:auto}
  .storyRetellFinish{padding:25px 15px 20px}
  .storyTellBottom{border-radius:16px}
  .storyRetellCast{flex-wrap:wrap;max-width:310px}
  .storyRetellCast img{width:66px;height:80px}
  .storyRetellExamples ol{grid-template-columns:1fr}
  .storyRetellExamples li,
  .storyRetellExamples li:last-child{display:grid;grid-template-columns:82px minmax(0,1fr);grid-column:auto}
  .storyRetellExamples li > img{width:82px;height:100%}
  .storyRetellExamples li > .storyRetellExampleEmoji{width:82px;height:100%;font-size:42px}
  .storyRetellExamples li > div{min-height:100px;padding:15px 10px 10px 20px}
  .storyRetellExamples li span{top:10px;left:-14px}
  .storyRetellRecordActions{display:grid;grid-template-columns:1fr 1fr auto}
  .storyRetellRecordStart,.storyRetellRecordStop{padding-left:8px;padding-right:8px;font-size:13px}
}

@media (max-width:390px){
  .storyRetellHeroIcon{display:none}
  .storyRetellTask{min-height:510px;padding:13px}
  .storyRetellListen{padding:11px}
  .storyRetellWordBank{padding:9px}
  .storyRetellToken{padding:7px 9px;font-size:13px}
  .storyRetellRecordActions{grid-template-columns:1fr 1fr}
  .storyRetellTimer{grid-column:1 / -1;text-align:center}
}

@media (prefers-reduced-motion:reduce){
  .storyRetellProgressTrack i{transition:none}
  .storyRetellToken:hover,.storyRetellToken:focus-visible{transform:none}
}
