Fill in the blanks to create an element with a box shadow of 0px horizontal offset, 4px vertical offset, a blur radius of 8px, and a blue color, along with a text shadow of 1px horizontal offset, 1px vertical offset, a blur radius of 3px, and a green color:
.box {
box-shadow: _____;
text-shadow: _____;
}