/*
======================================== 
module/such/boxes/css/such-boxes.scss 
======================================== 
*/
[data-field-name-raw=boxesConfig] { border: none; }

.boxes-container { margin-bottom: 20px; }
.boxes-container .box-wrapper { position: relative; border: 1px solid #ccc; transition-duration: 350ms; }
.boxes-container .box-wrapper:not(:first-child) { margin-top: -1px; }
.boxes-container .box-wrapper .box-actions { position: absolute; top: 0; right: 0; z-index: 10; height: 40px; background-color: rgba(0, 0, 0, 0.1); width: 100%; text-align: right; opacity: 0; transition-duration: 350ms; }
.boxes-container .box-wrapper:hover { z-index: 1; }
.boxes-container .box-wrapper:hover .box-actions { opacity: 1; }
