/* =========================================================
   JOM SILAT - SUBTITLE DUPLICATE FIX V110
   Minimal fix only:
   - keep BM/BI V109
   - hide duplicate "SISTEM PENGURUSAN PSSCM"
   - make brand subtitle clearer
   ========================================================= */

/* Brand subtitle under JOMSILAT: clearer */
.jm86-desktop-brand-sub,
.jm86-desktop-brand-text small,
.jm86-desktop-brand-text .brand-sub{
    color:#dbeafe !important;
    -webkit-text-fill-color:#dbeafe !important;
    opacity:1 !important;
    font-size:10px !important;
    font-weight:850 !important;
    letter-spacing:.065em !important;
}

/* Dark mode subtitle glow */
html[data-theme="dark"] .jm86-desktop-brand-sub,
html.dark .jm86-desktop-brand-sub,
body.dark .jm86-desktop-brand-sub,
html[data-theme="dark"] .jm86-desktop-brand-text small,
html.dark .jm86-desktop-brand-text small,
body.dark .jm86-desktop-brand-text small{
    color:#e0f2fe !important;
    -webkit-text-fill-color:#e0f2fe !important;
    text-shadow:
        0 0 5px rgba(255,255,255,.18),
        0 0 10px rgba(147,197,253,.12) !important;
}

/* Light mode subtitle */
html[data-theme="light"] .jm86-desktop-brand-sub,
html:not([data-theme]) .jm86-desktop-brand-sub,
body:not(.dark) .jm86-desktop-brand-sub,
html[data-theme="light"] .jm86-desktop-brand-text small,
html:not([data-theme]) .jm86-desktop-brand-text small,
body:not(.dark) .jm86-desktop-brand-text small{
    color:#334155 !important;
    -webkit-text-fill-color:#334155 !important;
    text-shadow:none !important;
}

/* Hide duplicate section title below profile card */
.jms110-hide-duplicate-subtitle{
    display:none !important;
}

/* Footer build */
.jm85-build{
    font-size:0 !important;
}
.jm85-build::before{
    content:"UI Build V110" !important;
    font-size:11px !important;
}
