/* ======================================================================
   BS5 Glyphicons 替代相容層 v1
   目的：Bootstrap 5 不再內建 Glyphicons；本檔將常見 glyphicon-* 對應到 Font Awesome 4.7。
   前提：頁面需載入 assets/font-awesome-4.7.0/css/font-awesome.min.css。
   ====================================================================== */
.glyphicon{position:relative;top:1px;display:inline-block;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.glyphicon-menu-right:before{content:"\f105";}.glyphicon-menu-left:before{content:"\f104";}.glyphicon-menu-up:before{content:"\f106";}.glyphicon-menu-down:before{content:"\f107";}
.glyphicon-globe:before{content:"\f0ac";}.glyphicon-save-file:before{content:"\f0ed";}.glyphicon-download-alt:before{content:"\f019";}.glyphicon-envelope:before{content:"\f0e0";}.glyphicon-phone-alt:before{content:"\f095";}.glyphicon-map-marker:before{content:"\f041";}.glyphicon-search:before{content:"\f002";}.glyphicon-home:before{content:"\f015";}.glyphicon-chevron-left:before{content:"\f053";}.glyphicon-chevron-right:before{content:"\f054";}.glyphicon-ok:before{content:"\f00c";}.glyphicon-remove:before{content:"\f00d";}
