/*
 * @file
 * Stacked Grid/ Admin panel.
 */
.panels-dnd .panel-custom-stacked .panel-pane-region {
  padding-bottom: 10px;
}

.panels-dnd .panel-custom-stacked .layout-cols-1,
.panels-dnd .panel-custom-stacked .layout-cols-3 {
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}

.panels-dnd .panel-custom-stacked .layout-cols-3 {
  width: 75%;
  padding-left: 0;
}

.panels-dnd .panel-custom-stacked .layout-cols-1 {
  width: 25%;
  padding-right: 0;
}

.panels-dnd .panel-custom-stacked .bottom {
  clear: both;
}

.panels-dnd .panel-custom-stacked .two-columns-wrapper {
  padding-bottom: 10px;
}