/* Appellate Opinions — Kendo UI grid/filters widget. Ported from the DNN module's inline <style>
   block (class names kept as .op-* since they're already page-specific and not reused elsewhere on
   the site), same treatment as administrative-orders.css. */
.op-module { font-family: inherit; }

.op-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 16px;
}

.op-filter-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.op-filter-group label {
    font-weight: 600;
    font-size: 0.875rem;
}

.op-filter-group-inline {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.op-keyword-row {
    display: flex;
    gap: 6px;
    align-items: center;
}

.op-keyword-row input[type="text"] {
    width: 260px;
}

#op-error {
    color: #c0392b;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #e74c3c;
    border-radius: 4px;
    background: #fdf2f2;
}

.k-dropdownlist {
    height: 33px;
    width: 250px;
}

#op-year-dd_wrapper {
    width: 120px;
}

label#op-category-dd_label {
    font-size: 15px;
}

@media (max-width: 600px) {
    .op-keyword-row input[type="text"] {
        width: 160px;
    }
}
