/* MG transition remains transparent. */
#transition-overlay,
#transition-overlay .space-stage {
    background: transparent !important;
}

/* Stronger separation from white map labels without a box/circle. */
#transition-overlay .space-copy,
#transition-overlay .brand-transition {
    filter:
        drop-shadow(0 2px 2px rgba(0,0,0,.98))
        drop-shadow(0 5px 10px rgba(0,8,18,.95))
        drop-shadow(0 0 6px rgba(0,8,18,.90));
}

#transition-overlay .space-copy *,
#transition-overlay .brand-transition * {
    text-shadow:
        -1px -1px 0 rgba(0,4,10,.98),
         1px -1px 0 rgba(0,4,10,.98),
        -1px  1px 0 rgba(0,4,10,.98),
         1px  1px 0 rgba(0,4,10,.98),
         0  3px 4px rgba(0,0,0,.98),
         0  7px 14px rgba(0,5,14,.94) !important;
}

/* Very slight expansion only. */
#transition-overlay .brand-transition.brand-visible {
    scale: 1.02;
}

/* Keep MG copy contained within map. */
#transition-overlay .space-copy,
#transition-overlay .brand-transition {
    width: min(90%, 720px) !important;
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
