/**
 * Letterhead Admin Styles
 * 
 * Styles for the Letterhead plugin admin interface.
 * Uses BEM (Block__Element--Modifier) naming convention with letterhead_ prefix.
 */

/* Disabled navigation tab styling */
.letterhead_nav-tab--disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Reset form spacing */
.letterhead_form--reset {
    margin-top: 1em;
}
