@media screen and (max-width: 950px) {
  html,
  body {
    overflow-x: hidden;
  }
  body {
    position: relative;
  }
  #wpsi-dashboard #dashboard {
    padding: 0;
  }
  #wpsi-dashboard .wpsi-grid {
    margin-left: 10px;
  }
}
#wpsi-dashboard #settings .wpsi-save-button-container {
  border-top: 1px solid #dedede;
  position: absolute;
  height: 30px;
  bottom: 0;
  width: calc(100% - 50px);
  padding: 20px 0;
}
#wpsi-dashboard #settings .full-width .wpsi-save-button-container {
  border-top: 0;
}
#wpsi-dashboard #settings .button-secondary {
  min-width: 100px;
}
#wpsi-dashboard #wpsi-recent-table,
#wpsi-dashboard #wpsi-popular-table {
  width: 100% !important;
}
.wpsi-grid {
  margin-left: 25px;
  position: relative;
}
.wpsi-grid .wpsi-item {
  width: 800px;
  position: absolute;
  height: 500px;
  z-index: 1;
}
.wpsi-grid .wpsi-item.small {
  width: 400px;
}
.wpsi-grid .wpsi-item .item-content {
  height: 438px;
}
.wpsi-grid .wpsi-item.half-height {
  height: 250px;
}
.wpsi-grid .wpsi-item.half-height .item-container {
  height: 230px;
  opacity: 0;
}
.wpsi-grid .wpsi-item.half-height .item-content {
  height: 156px;
}
.wpsi-grid .wpsi-item.muuri-item-hidden {
  z-index: 0;
}
.wpsi-grid .wpsi-item.muuri-item-releasing {
  z-index: 2;
}
.wpsi-grid .wpsi-item.muuri-item-dragging {
  z-index: 3;
}
.wpsi-grid .wpsi-item .wpsi-item-header {
  height: 22px;
  border-bottom: 1px solid #dedede;
  padding: 20px 25px 10px;
  font-size: 16px;
  font-weight: bold;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.wpsi-grid .wpsi-item .wpsi-item-header .wpsi-drag-handle {
  cursor: pointer;
  float: left;
}
.wpsi-grid .wpsi-item .item-container {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 5px 5px rgba(222, 222, 222, 0.2);
  width: 780px;
  height: 480px;
}
.wpsi-grid .wpsi-item .item-container .item-content {
  margin: 10px 25px;
}
.wpsi-grid .wpsi-item.small .item-container {
  width: 380px;
}
.wpsi-grid .wpsi-item.no-border .item-container {
  border: none;
}
.wpsi-grid .wpsi-item.no-background .item-container {
  background-color: #F1F1F1;
}
.wpsi-grid .wpsi-item.muuri-item-placeholder .item-container {
  border-style: dashed;
  padding: 0;
}
/*# sourceMappingURL=muuri.css.map */