@mixin box-shadow-as-border($color, $width: 1px) {
    box-shadow: 0 0 0 $width $color;
}
