@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700;800&display=swap');

.sticker-body-left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 2mm;
    bottom: 2mm;
    width: 0.5px;
    background: #000;
}

.sticker-info-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2mm;
    right: 2mm;
    height: 0.5px;
    background: #000;
}

.sticker-info-row.esn-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2mm;
    right: 2mm;
    height: 0.5px;
    background: #000;
}
