/* ===== Field of Honor exposed filter – FINAL FIX ===== */

.field-of-honor-filters {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

/* Let the textfield wrapper grow */
.field-of-honor-filters > .form-wrapper {
  flex: 1 1 auto;
  min-width: 0; /* critical for flexbox */
}

/* Keep Apply button fixed */
.field-of-honor-filters > .form-actions {
  flex: 0 0 auto;
}

/* Ensure input fills available width */
.field-of-honor-filters input.form-text {
  width: 100%;
}

#views-exposed-form-field-of-honor-wall-directory-page-1 .form-inline .form-group {
	display: block;
	margin-bottom: 0;
	vertical-align: middle;
}

.field-of-honor-filters .form-title {
  margin-right: 15px; /* spacing between label and textbox */
}

.field-of-honor-filters .form-title h5 {
  color: #4A4A4A;   

}

.field-of-honor-view .table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
	margin-top: 30px;
}
