/**
 * Layouts
 *
 * @author Lex Lexter <hi@leximo.cz>
 * @version 1.0.0
 * @website https://leximo.cz/
 */

/* layout-001 */

.layout-001 > .flash {
  margin-top: 42px;
  margin-bottom: 0;
}

/* layout-002 */

.layout-002 > .box:first-child .box__inset {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.layout-002 > .box:last-child .box__inset {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}