.woot--bubble-holder {
  > button {
    width: 48px;
    height: 48px;
    svg {
      width: 18px;
      height: 18px;
      margin: 14px;
    }
    &.woot--close {
      &::before,
      &::after {
        top: 14px;
        left: 24px;
        height: 20px;
      }
    }
  }
}
