/**
 * SectionEx common stylesheet — Joomla 6 native.
 *
 * The legacy Sejax modal-dialog styles (#edialog*) have been removed together with
 * the Sejax/Foundry AJAX layer they belonged to; native browser confirm() dialogs
 * are used instead (see media/js/sectionex.js).
 */

/* autocomplete styling (author filter) */
.autocomplete-w1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 8px 0 0 6px;
}

.autocomplete {
	border: 1px solid #999;
	background: #fff;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px;
}

.autocomplete .selected {
	background: #f0f0f0;
}

.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
}

.autocomplete strong {
	font-weight: normal;
	color: #39f;
}

#seartcllist_wrap table,
#section_ex table {
	width: 100%;
	table-layout: fixed;
}

/* Filter bar: auto layout so limit/select columns stay compact */
#section_ex table.setbl_fltr {
	width: auto;
	table-layout: auto;
}

#section_ex table.setbl_fltr td.setd_fltr_limit,
#section_ex table.setbl_fltr td.setd_fltr_btn {
	width: 1%;
	white-space: nowrap;
}

#section_ex table.setbl_fltr td.setd_fltr_limit .form-select {
	width: auto;
	display: inline-block;
	min-width: 4.5rem;
	max-width: 6rem;
}

#section_ex .unpublished {
	opacity: .5;
}
