/* Structural helpers kept from the legacy add.css.
   All color/theme overrides moved to modern-ui.css (token-driven). */

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
}

.text-white {
    color: #fff !important;
}
