/* CSS styliling for sc_svg_icon.php */

.svg-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    width: 1em; /* Control width via CSS */
    height: 1em; /* Control height via CSS */
}

.pdf {
    color: red;
    font-size: 1.3em; /* Set the size relative to the font size */
}
