/* Printer Dialogue Styles */
/* This file contains only printer-dialog specific styles */
/* All modal, form, button, and layout styles are imported from main.css */

/* Printer dialog specific overrides */
.field-group {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.field-group .field {
    flex: 1;
}

.checkbox-field {
    margin: 16px 0;
}

.checkbox-field input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.indent {
    margin-left: 20px;
}

/* Hide dropdown arrow for read-only protocol field in edit mode */
select.no-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 12px;
    background-image: none;
}
