@charset "UTF-8";
/**
 * SCSS for SA5 Embeds
 */
/**
 * @use: This is the modern replacement for @import. 
 * Instead of dumping all the imported styles into the global scope, @use treats each imported file as a 
 * separate module with its own private scope. This means that variables, mixins, and functions from 
 * the imported file have to be accessed with a namespace based on the filename. 
 * This helps to prevent naming conflicts and makes the code easier to understand.
 */
/*
 * HTML Table Themes 
 */
[wfu-theme=default] table {
  border-collapse: collapse;
  margin-top: 10px;
}
[wfu-theme=default] table tr td {
  padding: 0.2rem 1rem;
  border: 1px solid white;
  vertical-align: top;
  margin-bottom: 5px;
}
[wfu-theme=default] table tr td p {
  line-height: 22px;
  font-size: 14px;
}
[wfu-theme=default] table tr td ul {
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 0.2rem;
}
[wfu-theme=default] table tr td ul li::marker {
  content: "⁃";
  color: #2e9dff;
}
[wfu-theme=default] table tr td ul li {
  line-height: 22px;
  font-size: 14px;
  padding-left: 1ch;
}
[wfu-theme=default] table tr:nth-child(1) {
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0.2);
}/*# sourceMappingURL=webflow-embed.css.map */