/*@st-import [shadow20] from "@wix/wix-design-system/src/Foundation/stylable/shadows.st.css";*/
/*@st-import [D80] from "@wix/wix-design-system/src/Foundation/stylable/colors.st.css";*/

.root {
  position: absolute;
  transform: translate(6px, 6px);
  /*background-color: value(D80);*/
  background-color: #ffffff;
  /*box-shadow: value(shadow20);*/
  box-shadow: 0 2px 4px 0 rgba(0, 6, 36, 0.12),
    0 0 6px 0 rgba(0, 6, 36, 0.12);
}
