@page {
    size: 50mm 30mm;
    margin: 0;
}

body.print-sticker-mode {
    margin-top: 5mm !important;
    margin-left: 15mm !important;
    width: 50mm !important;
    height: 30mm !important;
    font-family: Arial !important;
    text-align: center !important;
}

body.print-sticker-mode > :not(main) {
    display: none !important;
}

body.print-sticker-mode main {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 50mm !important;
    height: 30mm !important;
    text-align: center !important;
}

body.print-sticker-mode main > :not(.sticker_print_page) {
    display: none !important;
}

body.print-sticker-mode .sticker_print_page {
    width: 50mm !important;
    height: 30mm !important;
    display: block !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

body.print-sticker-mode .line1 {
    margin: 0 !important;
    font-size: var(--line1-font-size, 24px) !important;
    line-height: 1.2 !important;
    font-weight: bold !important;
    white-space: nowrap !important;
}

body.print-sticker-mode .line2 {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
}

body.print-sticker-mode .line3 {
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}