.dunder-eeat-section {
	padding: 0 0 28px;
}

.dunder-eeat-section .page-container-wrapper {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

.dunder-eeat-section .eeat-author-box {
	margin: 0;
	padding: 28px;
	background: var(--surface-color);
	border: 1px solid var(--border-color);
	border-radius: 12px;
	color: var(--latin-color);
	box-shadow: none;
}

.dunder-eeat-section .eeat-auhtor-box-avatar-content-outer {
	align-items: flex-start;
	gap: 22px;
}

.dunder-eeat-section .eeat-author-box-header {
	margin-bottom: 18px;
}

.dunder-eeat-section .eeat-author-box-name,
.dunder-eeat-section .eeat-author-name-text {
	margin: 0 0 8px;
	color: var(--latin-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.dunder-eeat-section .eeat-author-box-name a,
.dunder-eeat-section .eeat-multi-author-name a {
	color: var(--latin-color);
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.dunder-eeat-section .eeat-author-box-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.dunder-eeat-section .eeat-job-title {
	color: var(--brand-color);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.dunder-eeat-section .eeat-credentials {
	display: block;
	width: 100%;
	max-width: 680px;
	padding: 0;
	background: transparent;
	border-radius: 0;
	color: var(--muted-color);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	text-transform: none;
}

.dunder-eeat-section .eeat-author-box-bio,
.dunder-eeat-section .eeat-no-posts,
.dunder-eeat-section .eeat-post-date {
	color: var(--muted-color);
}

.dunder-eeat-section .eeat-author-box-bio {
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 1.6;
}

.dunder-eeat-section .eeat-author-box-bio p {
	margin: 0;
}

.dunder-eeat-section .eeat-author-box-expertise {
	margin-bottom: 0;
	padding: 16px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid var(--border-color);
	border-radius: 10px;
	color: var(--muted-color);
	font-size: 14px;
	line-height: 1.5;
}

.dunder-eeat-section .eeat-author-box-expertise strong {
	display: block;
	margin-bottom: 10px;
	color: var(--latin-color);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.dunder-eeat-section .eeat-expertise-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dunder-eeat-section .eeat-expertise-tag {
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 234, 171, 0.1);
	border: 1px solid rgba(0, 234, 171, 0.22);
	border-radius: 999px;
	color: var(--latin-color);
	font-size: 13px;
	line-height: 1.3;
}

.dunder-eeat-section .eeat-post-title {
	color: var(--latin-color);
}

.dunder-eeat-section .eeat-author-tabs-nav {
	margin-top: 4px;
	border-bottom: 1px solid var(--border-color);
}

.dunder-eeat-section .eeat-tab-button {
	color: var(--muted-color);
	background: transparent;
	border-color: transparent;
}

.dunder-eeat-section .eeat-tab-button:hover,
.dunder-eeat-section .eeat-tab-button:focus-visible {
	color: var(--latin-color);
	background: rgba(255, 255, 255, 0.04);
}

.dunder-eeat-section .eeat-tab-button.active {
	color: var(--brand-color);
	border-bottom-color: var(--brand-color);
	background: rgba(0, 234, 171, 0.08);
}

.dunder-eeat-section .eeat-post-link {
	border-bottom: 1px solid var(--border-color);
}

.dunder-eeat-section .eeat-post-link:hover .eeat-post-title {
	color: var(--brand-color);
}

.dunder-eeat-section .eeat-author-box-footer,
.dunder-eeat-section .eeat-review-guidelines {
	border-top: 1px solid var(--border-color);
}

.dunder-eeat-section .eeat-author-box-social a,
.dunder-eeat-section .eeat-multi-author-social a,
.dunder-eeat-section .eeat-guideline-content a,
.dunder-eeat-section .eeat-author-box-email a {
	color: var(--brand-color);
}

.dunder-eeat-section .eeat-author-box-social a:hover,
.dunder-eeat-section .eeat-multi-author-social a:hover,
.dunder-eeat-section .eeat-guideline-content a:hover,
.dunder-eeat-section .eeat-author-box-email a:hover {
	color: var(--button2-color);
}

.dunder-eeat-section .eeat-guideline-icon {
	color: var(--brand-color);
}

.dunder-eeat-section .eeat-review-guidelines {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--border-color);
	border-radius: 10px;
	padding: 14px 16px;
	margin-top: 18px;
}

.dunder-eeat-section .eeat-collab-fill {
	background: var(--brand-color);
}

@media (max-width: 767px) {
	.dunder-eeat-section .eeat-auhtor-box-avatar-content-outer {
		flex-direction: column;
	}

	.dunder-eeat-section .eeat-author-box {
		padding: 22px 18px;
	}

	.dunder-eeat-section .eeat-expertise-tag {
		font-size: 12px;
	}
}
