// ============================================================================
// :: Scope cookie bar
// ============================================================================
/**
 * This scope will show the cookie bar in the brandplatform nicely
 */

// ============================================================================
// :: Root
// ============================================================================
.s-bp-cookie-bar {

	.o-cookie-bar {
		position: relative;

		width: 100%;
	}
}
