/* Sylheti IELTS — Font Awesome CSP shim.
   The site Content-Security-Policy intentionally does NOT allow cdnjs in
   style-src, so the Font Awesome stylesheet the ported Cambridge test pages
   used is blocked. This self-hosted shim (served from 'self', CSP-allowed)
   maps the icon classes those pages use to Unicode glyphs so they render. */

.fa-solid,
.fa-regular,
.fa-brands,
[class^="fa-"],
[class*=" fa-"] {
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  font-family: "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Sans Symbols 2", system-ui, sans-serif;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-check::before,
.fa-circle-check::before,
.fa-user-check::before { content: "\2713"; }          /* check */
.fa-check-double::before { content: "\2713\2713"; }
.fa-times::before,
.fa-xmark::before,
.fa-circle-xmark::before { content: "\2715"; }        /* cross */
.fa-triangle-exclamation::before,
.fa-exclamation-triangle::before { content: "\26A0"; }
.fa-chevron-right::before { content: "\203A"; }
.fa-chevron-left::before { content: "\2039"; }
.fa-chevron-down::before { content: "\2304"; }
.fa-chevron-up::before { content: "\2303"; }
.fa-arrow-right::before { content: "\2192"; }
.fa-arrow-left::before { content: "\2190"; }
.fa-pen::before,
.fa-pencil::before { content: "\270E"; }
.fa-paper-plane::before { content: "\27A4"; }
.fa-clock::before { content: "\23F1"; }
.fa-rotate-right::before,
.fa-redo::before { content: "\21BB"; }
.fa-rotate-left::before,
.fa-undo::before { content: "\21BA"; }
.fa-expand::before { content: "\26F6"; }
.fa-compress::before { content: "\25A3"; }
.fa-cog::before,
.fa-gear::before { content: "\2699"; }
.fa-adjust::before,
.fa-circle-half-stroke::before { content: "\25D0"; }
.fa-bars::before,
.fa-list::before,
.fa-list-ul::before,
.fa-list-check::before { content: "\2630"; }
.fa-table::before { content: "\25A6"; }
.fa-user::before { content: "\1F464"; }
.fa-circle-question::before,
.fa-question-circle::before { content: "?"; }
.fa-info-circle::before,
.fa-circle-info::before { content: "\2139"; }
.fa-sign-out-alt::before,
.fa-right-from-bracket::before { content: "\21AA"; }
.fa-search-plus::before,
.fa-magnifying-glass-plus::before { content: "\1F50D"; }
.fa-grip-lines-vertical::before { content: "\22EE"; }
.fa-arrows-up-down-left-right::before,
.fa-arrows-alt::before { content: "\271B"; }
.fa-hand-pointer::before { content: "\261B"; }
.fa-person-walking-arrow-right::before { content: "\1F6B6"; }
.fa-map::before,
.fa-map-location-dot::before { content: "\1F4CD"; }
