/* =============================================
   COPYRIGHT SYMBOL STYLING
   Make © symbols smaller and superscript for brand names
   ============================================= */

/* Universal copyright superscript styling */
sup.copyright,
.copyright-sup {
    font-size: 0.5em !important;
    vertical-align: super !important;
    line-height: 0 !important;
    top: -0.5em !important;
}

/* Ensure proper spacing after brand names with copyright */
.brand-name {
    position: relative;
}
