@media print {
    body {
        margin: 0;
    }

    .asapp-delivery-no-print {
        display: none;
    }
}

body.asapp-delivery-label {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.asapp-delivery-label-container {
    width: 10cm;
    height: 15cm;
    border: 2px solid #000;
    padding: 15px;
    box-sizing: border-box;
}

.asapp-delivery-label-header {
    text-align: center;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.asapp-delivery-label-header h1 {
    margin: 0;
    font-size: 24px;
}

.asapp-delivery-label-brand {
    margin: 5px 0;
    font-size: 11px;
}

.asapp-delivery-label-section {
    margin-bottom: 20px;
}

.asapp-delivery-label-section h2 {
    font-size: 14px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.asapp-delivery-label-section p {
    margin: 3px 0;
    font-size: 12px;
}

.asapp-delivery-label-barcode {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid #000;
}

.asapp-delivery-label-barcode code {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.asapp-delivery-print-button {
    margin: 20px 0;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.asapp-delivery-print-button:hover {
    background: #005177;
}

.asapp-delivery-print-button.is-secondary {
    background: #666;
}

.asapp-delivery-print-button.is-secondary:hover {
    background: #444;
}
