.event-lock input, .event-lock select, .event-lock textarea,
.event-lock button:not(#btnPdf):not(#btnPdfDl):not(#btnUnlock):not(.ops-nav):not(#btnCloseOut):not(#btnAddCloseoutPhoto):not(#btnSave) {
    pointer-events: none;
    opacity: .75;
}
.full-lock input, .full-lock select, .full-lock textarea,
.full-lock button:not(#btnPdf):not(#btnPdfDl):not(#btnUnlock):not(.ops-nav) {
    pointer-events: none;
    opacity: .75;
}
.req { color: #b91c1c; font-weight: 700; }
.ewn-status {
    display: inline-block;
    padding: .15rem .55rem;
    border-radius: 4px;
    font-size: .8rem;
    font-weight: 700;
    background: #e2e8f0;
    color: #334155;
}
.ewn-status.is-issued { background: #fef3c7; color: #92400e; }
.ewn-status.is-closed { background: #dcfce7; color: #166534; }
.ewn-purpose-banner {
    margin-top: 1rem;
    padding: .75rem 1rem;
    border-left: 4px solid #F9583A;
    background: #fff7ed;
    color: #9a3412;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.45;
}
.ewn-matter-row {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: .75rem 1rem;
    margin-bottom: .75rem;
    background: #f8fafc;
}
.ewn-matter-row header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem;
    font-weight: 700;
    color: #0C1248;
}
.ewn-effects .ewn-effect-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 4.5rem minmax(0, 1fr);
    gap: .35rem .75rem;
    align-items: center;
    padding: .45rem 0;
    border-bottom: 1px solid #e2e8f0;
}
.ewn-effects .ewn-effect-row:last-child { border-bottom: none; }
.ewn-effects .ewn-effect-label {
    font-size: .9rem;
    color: #334155;
    line-height: 1.35;
}
.ewn-effects .ewn-effect-label .req {
    margin-left: .15rem;
}
.ewn-effects .ewn-effect-yn {
    width: 4.5rem;
    max-width: 4.5rem;
    min-width: 0;
    padding: .35rem .4rem;
    font-size: .85rem;
}
.ewn-effects .ewn-effect-desc {
    margin: 0;
}
.ewn-effects .ewn-effect-desc input {
    width: 100%;
}
@media (max-width: 720px) {
    .ewn-effects .ewn-effect-row {
        grid-template-columns: 1fr auto;
        align-items: start;
    }
    .ewn-effects .ewn-effect-label { grid-column: 1 / -1; }
    .ewn-effects .ewn-effect-desc { grid-column: 1 / -1; }
}
