/* Director gender field — v1.0.71 */

.ep-profile-directors-gender-table {
	min-width: 980px;
}

.ep-profile-directors-gender-table thead th:first-child,
.ep-profile-directors-gender-table tbody th {
	width: 64px;
}

.ep-profile-directors-gender-table thead th:last-child,
.ep-profile-directors-gender-table td:last-child {
	width: 210px;
}

.ep-profile-directors-gender-table select {
	width: 100% !important;
	min-width: 170px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 10px 38px 10px 12px !important;
	border: 1px solid #d0d8e6 !important;
	border-radius: 9px !important;
	background-color: #ffffff !important;
	color: #152037 !important;
	font-family: Inter, system-ui, sans-serif !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	box-sizing: border-box !important;
}

@media (max-width: 760px) {
	.ep-profile-directors-gender-table {
		min-width: 0;
	}

	.ep-profile-directors-gender-table td:last-child {
		width: 100%;
	}

	.ep-profile-directors-gender-table select {
		min-width: 0 !important;
	}
}
