/*
 * Styling for the legacy htm articles served inside the iframe.
 *
 * Loaded by the iframe document via a <link rel="stylesheet"> injected
 * server-side (see inject_reference_link_behavior in
 * includes/class-boe-legacy-search-routing.php).
 *
 * IMPORTANT: do NOT put a `font-size` rule here. The font size is
 * configurable from the WP admin (Settings → BOE Legacy Search →
 * "HTM document" font size), and the routing layer injects a small
 * inline `<style>body{font-size:Xpx!important}</style>` that must be
 * the authoritative source. Adding font-size here would override the
 * admin-configured value.
 */

#turnkey-credit { display: none !important; }

.boe_name {
    font-weight: bold;
}

.Ref {
    color: blue;
}

.SamiRef {
    color: #800000;
    font-weight: bold;
}

/*.MissingRef {
    color: red;
}*/

body {
    font-family: "Calibri", sans-serif;
}
