
/** GridWidget.scss **/ 
.widget-admin .shgrid{padding-top:20px;margin-bottom:20px;min-height:240px}.shgrid{display:grid;column-gap:15px;row-gap:15px;align-content:center}.shgrid>*{align-self:stretch}.shgrid>.widget-admin{border:1px dashed rgba(0, 0, 0, 0.4)}.shgrid>.widget-admin .widget-drop{position:absolute;top:10px;bottom:0px;right:-20px;width:30px;overflow:hidden;height:180px;writing-mode:vertical-lr;z-index:99}.shgrid>.widget-admin.widget-admin-location-1{position:absolute;top:30px;height:180px;z-index:99}#main .shgrid>.widget{margin-bottom:0px}#main .shgrid>.widget-admin>.widget{margin-bottom:0px}@media only screen and (min-width:250px){.shgrid-s-1{grid-template-columns:repeat(1, 1fr)}}@media only screen and (min-width:768px){.shgrid-m-1{grid-template-columns:repeat(1, 1fr)}}@media only screen and (min-width:1200px){.shgrid-l-1{grid-template-columns:repeat(1, 1fr)}}@media only screen and (min-width:250px){.shgrid-s-2{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width:768px){.shgrid-m-2{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width:1200px){.shgrid-l-2{grid-template-columns:repeat(2, 1fr)}}@media only screen and (min-width:250px){.shgrid-s-3{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width:768px){.shgrid-m-3{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width:1200px){.shgrid-l-3{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width:250px){.shgrid-s-4{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width:768px){.shgrid-m-4{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width:1200px){.shgrid-l-4{grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width:250px){.shgrid-s-5{grid-template-columns:repeat(5, 1fr)}}@media only screen and (min-width:768px){.shgrid-m-5{grid-template-columns:repeat(5, 1fr)}}@media only screen and (min-width:1200px){.shgrid-l-5{grid-template-columns:repeat(5, 1fr)}}