@import url('https://fonts.googleapis.com/css?family=Cardo&display=swap');

DIV.gutenbergbibleverse {
  background-color        : #FAFAFA;
  border                  : 1px LightSkyBlue solid;
  border-left-width       : 5px;
  color                   : #333;
  font-family             : 'Cardo','Times New Roman',serif;
  font-size               : 1.1em;
  line-height             : 1.7em;
  margin                  : 30px;
  padding                 : 10px 15px;
}

DIV.gutenbergbibleverse.bibleverse-green {
  border-color            : ForestGreen ;
}
DIV.gutenbergbibleverse.bibleverse-purple {
  border-color            : Purple ;
}

DIV.gutenbergbibleverse DIV.reference {
  font-size               : 2.0em;
  font-weight             : 500;
  margin                  : 0 0 10px 0;
}

DIV.gutenbergbibleverse p {
  font-size               : 1.0em;
  margin                  : 0;
}
DIV.gutenbergbibleverse p sup {
  font-size               : 0.8em;
  padding-left            : 2px;
  padding-right           : 2px;
}
DIV.gutenbergbibleverse p sup:before {
  content                 : ' ';
}

/* #Force line break before each verse (doesn't work due to cross-reference links)
DIV.gutenbergbibleverse p sup:before {
  content: "\A";
  white-space: pre;
} */

DIV.gutenbergbibleverse p a {
  visibility              : hidden;
}

DIV.gutenbergbibleverse p a:after {
  border-bottom           : 0;
  content                 : '\00a0\f35d';
  display                 : inline-block;
  font-family             : "Font Awesome 5 Free","Font Awesome 5 Brands","FontAwesome";
  font-size               : 0.7em;
  font-weight             : 900;
  margin-left             : -5px;
  text-decoration         : none;
  visibility              : visible;
}

DIV.gutenbergbibleverse DIV.translation {
  font-style              : italic;
  text-align              : right;
}
