/**
 * Reviews Marquee widget — base styles (większość styli scope'owana inline
 * w PHP przez unique ID widgetu).
 */

.mu-rev-section {
    box-sizing: border-box;
}

.mu-rev-section *,
.mu-rev-section *::before,
.mu-rev-section *::after {
    box-sizing: border-box;
}
