/* Custom overrides for The Printer Agent. AdminLTE handles the heavy lifting. */
.brand-logo {
    max-height: 32px;
    width: auto;
}
.license-key-box {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.05rem;
    background: #f4f6f9;
    border: 1px dashed #adb5bd;
    padding: 12px 16px;
    border-radius: 4px;
    word-break: break-all;
    user-select: all;
}
.priority-urgent { color: #dc3545; font-weight: 600; }
.priority-high   { color: #fd7e14; font-weight: 600; }
.priority-medium { color: #6c757d; }
.priority-low    { color: #adb5bd; }

.flash-container {
    position: fixed;
    top: 70px;
    right: 20px;
    z-index: 1080;
    max-width: 380px;
}

.internal-note {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}
