.etb-wrapper {
	font-family: inherit;
	max-width: 900px;
	margin: 0 auto;
}

.etb-search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.etb-input,
.etb-select {
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
}

.etb-input {
	flex: 2 1 220px;
}

.etb-select {
	flex: 1 1 180px;
}

.etb-button {
	padding: 10px 20px;
	border: none;
	border-radius: 6px;
	background: #2b4c9b;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.etb-button:hover {
	background: #1f3a78;
}

.etb-section {
	margin-bottom: 32px;
}

.etb-section-title {
	font-size: 20px;
	font-weight: 700;
	color: #1f3a78;
	border-bottom: 2px solid #eef1f8;
	padding-bottom: 8px;
	margin-bottom: 14px;
}

.etb-section-count {
	font-weight: 400;
	color: #888;
	font-size: 15px;
}

.etb-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 18px;
}

.etb-page-link {
	padding: 8px 16px;
	border-radius: 6px;
	background: #eef1f8;
	color: #2b4c9b;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.etb-page-link:hover {
	background: #dde4f5;
}

.etb-page-link-disabled {
	color: #bbb;
	background: #f5f5f5;
	cursor: default;
}

.etb-page-info {
	font-size: 14px;
	color: #555;
}

.etb-empty {
	color: #666;
	font-style: italic;
}

.etb-job-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.etb-job-card {
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 16px 18px;
	background: #fff;
	display: flex;
	align-items: stretch;
	gap: 18px;
}

.etb-job-main {
	flex: 1 1 auto;
	min-width: 0;
}

.etb-job-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	flex-wrap: wrap;
}

.etb-job-title {
	font-size: 18px;
	font-weight: 600;
	color: #1f3a78;
	text-decoration: none;
}

.etb-job-title:hover {
	text-decoration: underline;
}

.etb-job-badge {
	font-size: 12px;
	padding: 3px 9px;
	border-radius: 999px;
	white-space: nowrap;
	background: #eef1f8;
	color: #2b4c9b;
}

.etb-job-badge-manual {
	background: #e8f5e9;
	color: #2e7d32;
}

.etb-job-meta {
	margin-top: 4px;
	color: #555;
	font-size: 14px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.etb-job-company::after {
	content: " ·";
}

.etb-job-date {
	color: #888;
	font-size: 13px;
}

.etb-job-desc {
	margin-top: 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

.etb-job-contact {
	margin-top: 8px;
	font-size: 14px;
	color: #2b4c9b;
}

.etb-job-contact-col {
	flex: 0 0 170px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	border-left: 1px solid #eef1f8;
	padding-left: 16px;
}

.etb-contact-col-title {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #999;
	font-weight: 700;
	margin-bottom: 2px;
}

.etb-contact-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border-radius: 6px;
	background: #eef8f0;
	color: #1f7a3d;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	word-break: break-word;
}

.etb-contact-item:hover {
	background: #ddf1e1;
}

.etb-contact-icon {
	flex: 0 0 auto;
}

.etb-contact-email {
	background: #eef1f8;
	color: #2b4c9b;
}

.etb-contact-email:hover {
	background: #dde4f5;
}

.etb-contact-tel {
	background: #fff4e5;
	color: #a05a00;
}

.etb-contact-tel:hover {
	background: #ffe9c7;
}

.etb-contact-web {
	background: #eef8f0;
	color: #1f7a3d;
}

.etb-contact-text {
	background: #f5f5f5;
	color: #555;
}

@media (max-width: 560px) {
	.etb-job-card {
		flex-direction: column;
	}
	.etb-job-contact-col {
		border-left: none;
		border-top: 1px solid #eef1f8;
		padding-left: 0;
		padding-top: 12px;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
