.room-service-order-timeline.timeline-label:before {
    left: 176px;
}

.room-service-order-timeline.timeline-label .timeline-label {
    width: 175px;
    white-space: nowrap;
}

.room-service-order-timeline.timeline-label .timeline-badge {
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-right: 2rem;
    margin-top: -0.25rem;
    padding: 0 !important;
}

.room-service-order-timeline .timeline-icon {
    width: 36px;
    height: 36px;
}

.room-service-receipt-print {
    width: 80mm;
    max-width: 80mm;
    min-height: 120mm;
    box-sizing: border-box;
    padding: 5mm;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.25;
    color: #111;
}

.room-service-receipt-print,
.room-service-receipt-print * {
    color: #111 !important;
}

.room-service-receipt-print .receipt-header {
    font-size: 11px;
}

.room-service-receipt-print .receipt-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.room-service-receipt-print .receipt-note {
    margin-top: 6px;
    font-size: 10px;
}

.room-service-receipt-print .receipt-note-footer {
    margin-top: 10px;
}

.room-service-receipt-print .receipt-separator {
    border-top: 1px dashed #111;
    margin: 8px 0;
}

.room-service-receipt-print .receipt-section {
    margin-bottom: 6px;
}

.room-service-receipt-print .receipt-subtitle {
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.room-service-receipt-print .receipt-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 3px;
}

.room-service-receipt-print .receipt-total {
    margin-top: 6px;
    padding-top: 5px;
    border-top: 1px solid #111;
    font-size: 13px;
}

.room-service-receipt-print .receipt-guest-section {
    margin-top: 20px;
}

.room-service-receipt-print .receipt-table {
    width: 100%;
    border-collapse: collapse;
}

.room-service-receipt-print .receipt-table th,
.room-service-receipt-print .receipt-table td {
    padding: 3px 0;
    border-bottom: 1px dotted #999;
    vertical-align: top;
}

.room-service-receipt-print .receipt-table tbody tr:last-child td {
    border-bottom: 0;
}

.room-service-receipt-print .receipt-table th {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.room-service-receipt-print .receipt-muted {
    margin-top: 2px;
    color: #555;
    font-size: 10px;
}

.room-service-receipt-print .receipt-signature {
    margin-top: 22mm;
    text-align: center;
}

.room-service-receipt-print .receipt-signature-line {
    border-top: 1px solid #111;
    margin-bottom: 4px;
}

@media print {
    @page {
        size: 80mm 180mm;
        margin: 0;
    }

    html,
    body {
        width: 80mm;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
    }

    body * {
        visibility: hidden !important;
    }

    .room-service-receipt-print,
    .room-service-receipt-print * {
        visibility: visible !important;
    }

    .room-service-receipt-print {
        position: fixed;
        left: 0;
        top: 0;
        width: 80mm;
        max-width: 80mm;
        box-sizing: border-box;
        min-height: 0;
        padding: 4mm;
        margin: 0 !important;
        box-shadow: none !important;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .room-service-receipt-print * {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .room-service-receipt-toolbar,
    .room-service-receipt-card {
        background: #fff !important;
        border: 0 !important;
        box-shadow: none !important;
    }
}
