.findme-job-card {
	padding: 24px;
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #000;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 4px 5px 0px
		rgba(235.00000000000006, 39.00000000000016, 33.00000000000002, 0.2) !important;
}

.findme-job-card h3 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

.findme-job-card:hover {
	color: #000;
	box-shadow: 0px 10px 14px 0px
		rgba(235.00000000000006, 39.00000000000016, 33.00000000000002, 0.2) !important;
}
.findme-job-card:hover h3 {
	color: var(--e-global-color-astglobalcolor0);
}

.findme-search-wrap {
	display: flex;
}

.findme-loading {
	text-align: center;
	padding: 16px;
}

.findme-load-more {
	display: block;
	margin: 24px auto 0;
}

.findme-load-more.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.findme-list-wrapper.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.findme-filter-group {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}
.findme-filter-group label {
	font-size: 16px;
	cursor: pointer;
}

.findme-list {
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

.findme-vi-tri {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 600;
}
.findme-excerpt {
	margin: 15px 0;
}
.findme-info-list {
	list-style: none;
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--e-global-color-astglobalcolor0);
}
.findme-short-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
}
.findme-sort {
	min-width: 150px;
	border-radius: 8px;
	border-color: var(--ast-global-color-1);
	color: #000;
}

.findme-short-wrapper label {
	font-size: 16px;
	flex-shrink: 0;
}
.findme-search-wrap input {
	height: 50px;
	padding: 0;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.findme-search-wrap button {
	flex-shrink: 0;
}

@media (max-width: 1024px) {
	.findme-short-wrapper label {
		display: none;
	}
	.findme-sort {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.findme-job-card h3 {
		font-size: 18px;
	}
	.findme-sort {
		font-size: 14px;
	}
	.findme-search-wrap input {
		height: 36px;
	}
	.findme-search-wrap button {
		line-height: 20px;
		padding: 8px;
	}
}
