.verbSentencePage{
  background:#f6f7f9;
  color:#1f2937;
}
.verbSentencePage .page{
  max-width:1120px;
  margin:0 auto;
  padding:24px;
}
.verbSentencePage .topbar{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}
.verbSentencePage h1{
  margin:0 0 8px;
  font-size:30px;
  line-height:1.2;
}
.verbSentencePage .intro{
  margin:0;
  max-width:760px;
  color:#4b5563;
  line-height:1.55;
}
.verbSentencePage .topActions{
  display:flex;
  gap:10px;
}
.verbSentencePage .backLink{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 13px;
  border-radius:7px;
  background:#9a3412;
  color:#fff;
  font-weight:700;
  white-space:nowrap;
}
.verbSentencePage .secondaryBackLink{
  background:#1f2937;
}
.verbSentencePage .practicePanel{
  margin:18px 0;
  padding:16px;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:#fff;
}
.verbSentencePage .formulaBar{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-bottom:14px;
  padding:8px 10px;
  border-radius:8px;
  background:#f8fafc;
  color:#64748b;
  font-size:14px;
  line-height:1.45;
}
.verbSentencePage .formulaBar>b{
  color:#475569;
  font-weight:400;
}
.verbSentencePage .formulaBar small{
  flex-basis:100%;
  color:#64748b;
}
.verbSentencePage .formulaPart{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:3px 6px;
  border:1px solid #e2e8f0;
  border-radius:7px;
  background:#fff;
  color:#64748b;
}
.verbSentencePage .formulaPart strong{
  margin-right:4px;
  color:#334155;
}
.verbSentencePage .controls{
  display:grid;
  grid-template-columns:1.2fr repeat(4,1fr);
  gap:12px;
}
.verbSentencePage .field{
  display:grid;
  gap:6px;
}
.verbSentencePage .field label{
  color:#475569;
  font-size:13px;
  font-weight:700;
}
.verbSentencePage .field select{
  width:100%;
  min-height:42px;
  padding:9px 10px;
  border:1px solid #cbd5e1;
  border-radius:7px;
  background:#fff;
  color:#111827;
  font:inherit;
}
.verbSentencePage .trackingHint{
  display:inline-block;
  margin:14px 0 0 8px;
  color:#64748b;
  font-size:13px;
  line-height:1.45;
}
.verbSentencePage .trackingHint b{
  color:#9a3412;
}
.verbSentencePage .activeSummary{
  margin:14px 0 0;
  padding:10px 12px;
  border-radius:7px;
  background:#f1f5f9;
  color:#334155;
  line-height:1.5;
}
.verbSentencePage .activeSummaryText{
  display:block;
}
.verbSentencePage .verbFormsMini{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
}
.verbSentencePage .verbFormsMini button{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:5px 8px;
  border:1px solid #d9e5f6;
  border-radius:7px;
  background:#fff;
  color:#334155;
  cursor:pointer;
  font:inherit;
}
.verbSentencePage .verbFormsMini b{
  color:#9a3412;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:19px;
}
.verbSentencePage .verbFormsMini small{
  color:#64748b;
  font-size:11px;
}
.verbSentencePage .verbTabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.verbSentencePage .verbTabBtn{
  min-height:40px;
  padding:9px 12px;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:#fff;
  color:#334155;
  cursor:pointer;
  font:inherit;
  font-weight:700;
}
.verbSentencePage .verbTabBtn:hover,
.verbSentencePage .verbTabBtn:focus{
  border-color:#9a3412;
  outline:0;
}
.verbSentencePage .verbTabBtn.active{
  border-color:#9a3412;
  background:#9a3412;
  color:#fff;
}
.verbSentencePage .tabPanel{
  margin-top:12px;
}
.verbSentencePage .tabPanel[hidden]{
  display:none;
}
.verbSentencePage .sentenceArea{
  display:grid;
  gap:14px;
}
.verbSentencePage .tenseGroup{
  display:grid;
  gap:10px;
}
.verbSentencePage .tenseGroupHeader{
  margin:4px 0 0;
  padding:9px 12px;
  border-left:4px solid #9a3412;
  border-radius:7px;
  background:#fff1e8;
  color:#1f2937;
  font-weight:700;
}
.verbSentencePage .exampleBlock{
  padding:14px;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:#fff;
}
.verbSentencePage .exampleBlock.activeSentence{
  border-color:#9a3412;
  box-shadow:0 0 0 3px rgba(154,52,18,.12);
}
.verbSentencePage .exampleHeader{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:8px;
}
.verbSentencePage .tenseName{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 8px;
  border-radius:7px;
  background:#f1f5f9;
  color:#475569;
  font-size:13px;
  font-weight:700;
}
.verbSentencePage .sentenceText{
  display:grid;
  gap:6px;
  min-width:0;
}
.verbSentencePage .arabic{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:flex-start;
  gap:0 3px;
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:30px;
  font-weight:700;
  line-height:1.75;
  text-align:right;
}
.verbSentencePage .arabic .generatedWord{
  display:inline-block;
  margin:0 1px;
  padding:0 3px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:inherit;
  cursor:pointer;
  font:inherit;
  transition:background-color .12s ease,color .12s ease,box-shadow .12s ease;
}
.verbSentencePage .arabic .generatedWord:hover,
.verbSentencePage .arabic .generatedWord:focus,
.verbSentencePage .arabic .generatedWord.selected{
  background:#ffdfc7;
  color:#7c2d12;
  outline:0;
}
.verbSentencePage .arabic .generatedWord.speakingWord{
  background:#fde68a;
  color:#111827;
  box-shadow:0 0 0 3px #fde68a;
}
.verbSentencePage .pronunciation{
  color:#9a3412;
  font-size:14px;
  font-weight:700;
}
.verbSentencePage .turkish{
  color:#4b5563;
  font-size:16px;
  line-height:1.45;
}
.verbSentencePage .structure,
.verbSentencePage .usageNote{
  color:#64748b;
  font-size:13px;
  line-height:1.45;
}
.verbSentencePage .readBtnSmall{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:7px 10px;
  border:1px solid #f3c8ac;
  border-radius:7px;
  background:#fff1e8;
  color:#9a3412;
  cursor:pointer;
  font:inherit;
  font-weight:700;
  white-space:nowrap;
}
.verbSentencePage .readBtnSmall:hover,
.verbSentencePage .readBtnSmall:focus,
.verbSentencePage .readBtnSmall.isReading{
  border-color:#9a3412;
  background:#ffdfc7;
  outline:0;
}
.verbSentencePage .readBtnSmall.isReading{
  cursor:wait;
}
.verbSentencePage .audioMessage{
  min-height:0;
  margin-top:8px;
  color:#b42318;
  font-size:13px;
  font-weight:700;
}
.verbSentencePage .audioMessage:empty{
  display:none;
}
.verbSentencePage .wordInfo:not(:empty){
  margin-top:12px;
  padding:14px;
  border:1px solid #ddb38f;
  border-radius:10px;
  background:#fffaf4;
}
.verbSentencePage .wordInfoHead{
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:12px;
}
.verbSentencePage .wordInfoArabic{
  color:#9a3412;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:28px;
}
.verbSentencePage .wordInfoMeaning{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.verbSentencePage .wordInfoMeaning b{
  color:#1f2937;
}
.verbSentencePage .wordInfoMeaning small{
  color:#64748b;
}
.verbSentencePage .wordSpeakBtn,
.verbSentencePage .wordInfoClose{
  padding:7px 10px;
  border:1px solid #f3c8ac;
  border-radius:7px;
  background:#fff;
  color:#9a3412;
  cursor:pointer;
  font:inherit;
  font-weight:700;
}
.verbSentencePage .wordInfoClose{
  font-size:18px;
  line-height:1;
}
.verbSentencePage .formsLink{
  display:inline-flex;
  align-items:center;
  min-height:31px;
  margin-left:7px;
  padding:5px 9px;
  border:1px solid #f3c8ac;
  border-radius:7px;
  background:#fff;
  color:#9a3412;
  cursor:pointer;
  font:inherit;
  font-size:12px;
  font-weight:700;
}
.verbSentencePage .verbLearningCard,
.verbSentencePage .verbClickExamples{
  margin-top:13px;
  padding-top:12px;
  border-top:1px solid #ead8cb;
}
.verbSentencePage .verbLearningCard h4,
.verbSentencePage .verbClickExamples h4{
  margin:0 0 9px;
  color:#7c2d12;
}
.verbSentencePage .verbLearningGrid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:8px;
}
.verbSentencePage .verbLearningGrid div{
  display:grid;
  gap:3px;
  padding:8px;
  border:1px solid #ead8cb;
  border-radius:8px;
  background:#fff;
}
.verbSentencePage .verbLearningGrid small{
  color:#64748b;
}
.verbSentencePage .verbLearningGrid b{
  color:#9a3412;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:22px;
}
.verbSentencePage .verbLearningCard p{
  margin:10px 0;
  color:#475569;
  line-height:1.5;
}
.verbSentencePage .verbClickExamples{
  display:grid;
  gap:8px;
}
.verbSentencePage .wordExample{
  display:grid;
  gap:2px;
  padding:9px 11px;
  border:1px solid #ead8cb;
  border-radius:8px;
  background:#fff;
}
.verbSentencePage .wordExample .exampleAr{
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:23px;
}
.verbSentencePage .wordExample small{
  color:#9a3412;
}
.verbSentencePage .wordExample span{
  color:#475569;
}
body.verbMapModalOpen{
  overflow:hidden;
}
.verbMapModal{
  position:fixed;
  z-index:10000;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.verbMapOverlay{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.62);
}
.verbMapPanel{
  position:relative;
  width:min(1050px,96vw);
  max-height:92vh;
  overflow:auto;
  padding:24px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 24px 70px rgba(15,23,42,.3);
}
.verbMapPanel h3{
  margin:0 48px 20px 0;
  color:#111827;
  font-size:25px;
}
.verbMapPanel h3 span{
  color:#9a3412;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:31px;
}
.verbMapPanel h4{
  margin:20px 0 12px;
  color:#111827;
  font-size:21px;
}
.verbMapPanel .activeTenseTitle{
  margin-top:0;
}
.verbMapPanel>p{
  color:#475569;
  font-size:16px;
  line-height:1.5;
}
.verbMapClose{
  position:absolute;
  top:15px;
  right:15px;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:#dc504d;
  color:#fff;
  cursor:pointer;
  font-weight:700;
  font-size:22px;
}
.verbMapClose:hover,
.verbMapClose:focus{
  background:#b42318;
  outline:3px solid rgba(220,80,77,.22);
}
.verbModalExample{
  margin-bottom:20px;
}
.verbModalExample p{
  margin:5px 0;
  color:#1f2937;
  font-size:18px;
  line-height:1.55;
}
.verbModalExample p span{
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:25px;
}
.verbModalParts{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.verbModalPart{
  display:grid;
  min-width:120px;
  gap:2px;
  padding:9px 11px;
  border:1px solid #d4e1f5;
  border-radius:8px;
  background:#fbfdff;
}
.verbModalPart b{
  color:#3568d4;
  font-size:13px;
}
.verbModalPart strong{
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:22px;
}
.verbModalPart em{
  color:#9a3412;
  font-size:13px;
  font-style:normal;
}
.verbModalPart small{
  color:#475569;
  font-size:12px;
}
.verbPersonTableWrap{
  margin:18px 0;
  overflow:auto;
}
.verbPersonTable{
  width:100%;
  min-width:790px;
  border-collapse:collapse;
}
.verbPersonTable th,
.verbPersonTable td{
  padding:10px 12px;
  border:1px solid #cfdcf0;
  color:#111827;
  text-align:left;
  vertical-align:middle;
}
.verbPersonTable th{
  background:#e8f0ff;
  font-size:15px;
}
.verbPersonTable td:first-child b,
.verbPersonTable td:first-child span,
.verbPersonTable td:nth-child(2) b,
.verbPersonTable td:nth-child(2) small{
  display:block;
}
.verbPersonTable td:first-child b,
.verbPersonTable td:nth-child(2) b{
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:25px;
  line-height:1.55;
}
.verbPersonTable td:first-child span,
.verbPersonTable td:nth-child(2) small{
  margin-top:2px;
  color:#64748b;
  font-size:12px;
}
.verbPersonTable .verbPersonPronunciation{
  display:block;
  margin-top:1px;
  color:#9a3412;
  font-size:12px;
}
.verbPersonTable .selectedPersonRow td{
  background:#fff2d6;
}
.verbPersonTable .selectedPersonRow td:first-child{
  box-shadow:inset 4px 0 #d97706;
}
.verbPersonGuide{
  display:grid;
  gap:5px;
  margin:16px 0 0;
  padding:12px 14px;
  border:1px solid #bfdbfe;
  border-radius:8px;
  background:#eff6ff;
  color:#334155;
  font-size:14px;
  line-height:1.55;
}
.verbPersonGuide b{
  color:#173b7a;
  font-size:16px;
}
.verbPersonHint{
  margin:16px 0 -4px;
  padding:10px 12px;
  border-left:4px solid #0f766e;
  border-radius:6px;
  background:#ecfdf5;
  color:#334155;
  font-size:14px;
  line-height:1.5;
}
.verbPersonMarker{
  min-width:225px;
}
.verbPersonMarker > span{
  display:flex;
  align-items:center;
  gap:8px;
}
.verbPersonMarker > span + span{
  margin-top:5px;
}
.verbPersonMarker small{
  width:48px;
  color:#64748b;
  font-size:12px;
}
.verbPersonMarker b{
  color:#075985;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:20px;
}
.verbPersonMarker > span > strong{
  color:#9a3412;
  font-size:14px;
}
.verbPersonMarker em{
  display:block;
  margin-top:7px;
  color:#334155;
  font-size:13px;
  font-style:normal;
  line-height:1.35;
}
.verbBaseForms{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.verbBaseForms span{
  display:grid;
  grid-template-columns:auto auto;
  align-items:center;
  column-gap:7px;
  row-gap:2px;
  padding:9px 12px;
  border:1px solid #cfdcf0;
  border-radius:8px;
  background:#eef4ff;
}
.verbBaseForms b{
  color:#173b7a;
}
.verbBaseForms strong{
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:22px;
}
.verbBaseForms em,
.verbBaseForms small{
  grid-column:1/-1;
  font-size:12px;
  font-style:normal;
}
.verbBaseForms em{
  color:#9a3412;
}
.verbBaseForms small{
  color:#475569;
}
.verbModalNote{
  color:#475569;
  font-size:14px;
}
.verbMapTableWrap{
  overflow:auto;
}
.verbMapTable{
  width:100%;
  min-width:900px;
  border-collapse:collapse;
}
.verbMapTable th{
  padding:10px;
  border:1px solid #cad6e8;
  color:#111827;
  text-align:left;
}
.verbMapTable thead th{
  background:#fff100;
}
.verbMapTable tbody th{
  width:180px;
  background:#f8fafc;
  font-weight:500;
}
.verbMapTable td{
  min-width:240px;
  padding:11px;
  border:1px solid #cad6e8;
  background:#fff4c9;
  vertical-align:top;
  cursor:pointer;
}
.verbMapTable td>b,
.verbMapTable td>span,
.verbMapTable td>i,
.verbMapTable td>small,
.verbMapTable td>em{
  display:block;
}
.verbMapTable td>b{
  margin-bottom:7px;
  color:#334155;
}
.verbMapTable td>span{
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:28px;
  line-height:1.65;
}
.verbMapTable td>i{
  color:#9a3412;
  font-size:12px;
  font-style:normal;
}
.verbMapTable td>small{
  margin-top:5px;
  color:#475569;
  font-size:13px;
}
.verbMapTable td>em{
  margin-top:7px;
  color:#9a3412;
  font-size:12px;
  font-style:normal;
}
.verbMapTable tbody tr:nth-child(2) td{
  background:#e5f6ef;
}
.verbMapTable tbody tr:nth-child(3) td{
  background:#fffbc5;
}
.verbMapTable tbody tr:nth-child(4) td{
  background:#f8fafc;
}
.verbMapTable .verbMapCell:hover,
.verbMapTable .verbMapCell:focus{
  outline:2px solid #2f6fff;
  outline-offset:-2px;
}
.verbMapTable .activeTenseCell{
  outline:3px solid #2f6fff;
  outline-offset:-3px;
}
.arabicPatternNote{
  display:grid;
  gap:7px;
  margin-top:12px;
  padding:14px 16px;
  border:1px solid #cbdcf8;
  border-left:5px solid #2f6fff;
  border-radius:9px;
  background:#f7faff;
}
.arabicPatternNote b{
  color:#111827;
  font-size:18px;
}
.arabicPatternNote span{
  color:#1f2937;
  font-size:17px;
}
.arabicPatternNote em{
  color:#475569;
  font-size:14px;
}
.verbSentencePage .conversationExamples{
  display:grid;
  gap:8px;
}
.verbSentencePage .conversationItem{
  display:grid;
  gap:8px;
  padding:12px;
  border:1px solid #d9e5f6;
  border-radius:8px;
  background:#f8fbff;
}
.verbSentencePage .conversationMeta{
  display:inline-flex;
  width:max-content;
  margin-bottom:6px;
  padding:4px 7px;
  border-radius:7px;
  background:#fff1e8;
  color:#7c2d12;
  font-size:12px;
  font-weight:700;
}
.verbSentencePage .conversationItem b{
  display:block;
  margin-bottom:5px;
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:24px;
  line-height:1.65;
  text-align:right;
}
.verbSentencePage .conversationItem span:last-child{
  color:#4b5563;
}
.verbSentencePage .note{
  margin-top:14px;
  color:#64748b;
  font-size:14px;
  line-height:1.5;
}
.verbSentencePage .storyPager{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:24px;
}
.verbSentencePage .pagerBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border:1px solid #9a3412;
  border-radius:9px;
  background:#9a3412;
  color:#fff;
  font-weight:700;
}
.verbSentencePage .indexBtn{
  border-color:#cbd5e1;
  background:#fff;
  color:#334155;
}

.arabicSentenceOrder{
  margin:20px 0;
  padding:16px;
  border:1px solid #cbdcf8;
  border-radius:10px;
  background:#f8fbff;
}
.arabicSentenceOrder header h4{
  margin:0 0 4px;
  color:#0f172a;
  font-size:20px;
}
.arabicSentenceOrder header p{
  margin:0 0 12px;
  color:#475569;
  font-size:14px;
}
.arabicOrderFormula{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
  gap:8px;
}
.arabicOrderFormula>span{
  display:grid;
  gap:2px;
  min-width:0;
  padding:10px;
  border:1px solid #cbd5e1;
  border-radius:8px;
  background:#fff;
}
.arabicOrderFormula small{color:#2f6fff;font-size:12px;font-weight:800}
.arabicOrderFormula b{color:#0f172a;font-size:14px}
.arabicOrderFormula em{
  color:#111827;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:30px;
  font-style:normal;
  line-height:1.5;
}
.arabicOrderFormula i{color:#64748b;font-size:12px;font-style:normal}
.arabicOrderFormula u{color:#9a3412;font-size:12px;text-decoration:none}
.arabicOrderFormula .orderVerb,.arabicOrderFormula .orderVerbPhrase{border-color:#5aa99d;background:#ecfdf5}
.arabicOrderFormula .orderSubject{border-color:#93c5fd;background:#eff6ff}
.arabicOrderFormula .orderObject{border-color:#c4b5fd;background:#f5f3ff}
.arabicOrderFormula .orderAdjective{border-style:dashed;background:#fff7ed}
.arabicOrderFormula .orderImplicit{border-style:dashed;border-color:#60a5fa;background:#eff6ff}
.arabicOrderFormula .orderComplement{background:#f8fafc}
.arabicOrderFormula .orderHelper{background:#fff7ed}
.arabicOrderFormula .orderUnknown{border-style:dotted;background:#f8fafc}
.arabicOrderFormula .orderTime,.arabicOrderFormula .orderPlace{background:#f0fdfa}
.arabicOrderExample{
  display:grid;
  gap:3px;
  margin-top:10px;
  padding:12px;
  border-left:4px solid #0f766e;
  border-radius:7px;
  background:#ecfdf5;
}
.arabicOrderExample b{
  color:#0f172a;
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:34px;
  line-height:1.55;
}
.arabicOrderExample small{color:#9a3412}
.arabicOrderExample span{color:#334155}
.arabicOrderRules{display:grid;gap:6px;margin-top:10px}
.arabicOrderRules p{
  margin:0;
  color:#334155;
  font-size:13px;
  line-height:1.45;
}
.arabicOrderRules span{
  font-family:"Noto Naskh Arabic","Segoe UI",serif;
  font-size:18px;
}

@media (max-width:900px){
  .arabicOrderFormula{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .verbSentencePage .controls{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .verbSentencePage .exampleHeader{
    align-items:stretch;
    flex-direction:column;
  }
}

@media (max-width:640px){
  .arabicSentenceOrder{
    padding:12px;
  }
  .arabicOrderFormula{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .arabicOrderExample b{
    font-size:28px;
  }
  .verbSentencePage .page{
    padding:14px;
  }
  .verbSentencePage .topbar{
    display:block;
  }
  .verbSentencePage h1{
    font-size:24px;
  }
  .verbSentencePage .topActions{
    display:grid;
    margin-top:14px;
  }
  .verbSentencePage .backLink{
    width:100%;
  }
  .verbSentencePage .controls{
    grid-template-columns:1fr;
  }
  .verbSentencePage .trackingHint{
    display:block;
    margin-left:0;
  }
  .verbSentencePage .wordInfoHead{
    grid-template-columns:1fr auto;
  }
  .verbSentencePage .wordInfoMeaning,
  .verbSentencePage .wordSpeakBtn{
    grid-column:1/-1;
  }
  .verbSentencePage .verbLearningGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .verbSentencePage .formulaBar{
    align-items:flex-start;
    flex-direction:column;
  }
  .verbSentencePage .arabic{
    font-size:27px;
  }
  .verbMapModal{
    padding:6px;
  }
  .verbMapPanel{
    width:100%;
    max-height:97vh;
    padding:17px 14px;
  }
  .verbMapPanel h3{
    font-size:21px;
  }
  .verbModalExample p{
    font-size:16px;
  }
  .verbModalParts{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .verbModalPart{
    min-width:0;
  }
  .verbSentencePage .storyPager{
    flex-direction:column;
  }
}
