/* Arabz public author archive */
#main-content.arabz-author-page {
	min-height: 60vh;
	padding: 48px 20px 70px;
	color: #f7f7f7;
	background: #2e2e2e;
	direction: rtl;
}
.arabz-author-page__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}
.arabz-author-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	align-items: stretch;
	margin: 0 0 42px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 15% 0, rgba(197, 160, 71, .16), transparent 42%),
		linear-gradient(140deg, #181b19 0%, #252a26 100%);
	border: 1px solid rgba(224, 190, 109, .22);
	border-radius: 22px;
	box-shadow: 0 22px 55px rgba(0, 0, 0, .25);
}
.arabz-author-hero::before {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	z-index: 3;
	width: 5px;
	background: linear-gradient(180deg, #d3ad51, #8d6926);
}
.arabz-author-hero__portrait {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	background: #121512;
}
.arabz-author-hero__photo {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-height: 420px;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: cover;
	object-position: center;
}
.arabz-author-hero__photo-fallback {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 420px;
	align-items: center;
	justify-content: center;
	color: #757d76;
	background: #171a17;
	font-size: 110px;
}
.arabz-author-hero__portrait::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(8, 10, 8, .28), transparent 38%);
	pointer-events: none;
}
.arabz-author-hero__verified {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 2;
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	color: #171914;
	background: #d8b65f;
	border: 4px solid #20251f;
	border-radius: 50%;
	font-size: 13px;
}
.arabz-author-hero__content {
	display: flex;
	min-width: 0;
	padding: 36px 38px 34px;
	flex-direction: column;
	justify-content: center;
}
.arabz-author-hero__eyebrow,
.arabz-author-stories p {
	margin: 0 0 6px !important;
	padding: 0 !important;
	color: #dabd73;
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1.5 !important;
	letter-spacing: .6px;
}
.arabz-author-hero__name {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: clamp(31px, 4vw, 46px) !important;
	font-weight: 800;
	line-height: 1.12 !important;
}
.arabz-author-hero__role {
	margin: 8px 0 0 !important;
	padding: 0 !important;
	color: #c8cdc9;
	font-size: 16px !important;
	line-height: 1.55 !important;
}
.arabz-author-hero__bio {
	max-width: 740px;
	margin: 21px 0 22px !important;
	padding: 0 !important;
	color: #e5e8e6;
	font-size: 16px !important;
	line-height: 1.9 !important;
}
.arabz-author-hero__meta {
	display: flex;
	gap: 10px 24px;
	flex-wrap: wrap;
	margin-bottom: 21px;
	color: #abb2ad;
	font-size: 13px;
}
.arabz-author-hero__meta span {
	position: relative;
}
.arabz-author-hero__meta span + span::before {
	content: "";
	position: absolute;
	right: -14px;
	top: 50%;
	width: 4px;
	height: 4px;
	background: #d1ad54;
	border-radius: 50%;
	transform: translateY(-50%);
}
.arabz-author-hero__meta strong {
	color: #fff;
}
.arabz-author-hero__socials {
	display: flex;
	gap: 9px;
	flex-wrap: wrap;
}
.arabz-author-hero__socials a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 9px 13px;
	color: #f8f8f6 !important;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.arabz-author-hero__socials a:hover,
.arabz-author-hero__socials a:focus-visible {
	background: #a67d2e;
	border-color: #c39c49;
	transform: translateY(-2px);
}
.arabz-author-hero a:focus-visible,
.arabz-author-feed a:focus-visible {
	outline: 3px solid #e0c477;
	outline-offset: 3px;
}
.arabz-author-stories {
	margin: 0 0 21px;
}
.arabz-author-stories h2 {
	margin: 0 !important;
	padding: 0 !important;
	color: #fff;
	font-size: clamp(25px, 3vw, 34px) !important;
	font-weight: 800;
	line-height: 1.35 !important;
}
.arabz-author-feed__grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.arabz-author-feed__grid > li {
	display: block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
.arabz-author-feed article {
	display: flex !important;
	height: 100%;
	overflow: hidden;
	flex-direction: column;
	background: #222522;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.arabz-author-feed article:hover {
	border-color: rgba(211, 173, 81, .42);
	box-shadow: 0 17px 34px rgba(0, 0, 0, .23);
	transform: translateY(-4px);
}
.arabz-author-feed__image {
	position: relative;
	display: flex;
	width: 100%;
	aspect-ratio: 16 / 9;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #141614;
	text-decoration: none !important;
}
.arabz-author-feed__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	object-position: center;
	transition: opacity .2s ease;
}
.arabz-author-feed article:hover .arabz-author-feed__image img {
	opacity: .9;
}
.arabz-author-feed__fallback {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #676d68;
	font-size: 44px;
}
.arabz-author-feed__type {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	padding: 7px 11px;
	color: #fff;
	background: rgba(17, 21, 18, .92);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}
.arabz-author-feed__type--news {
	background: rgba(124, 56, 95, .95);
}
.arabz-author-feed__type--post {
	color: #15130d;
	background: rgba(211, 173, 81, .96);
}
.arabz-author-feed__content {
	display: flex;
	flex: 1;
	padding: 18px 19px 16px;
	flex-direction: column;
}
.arabz-author-feed__title {
	text-decoration: none !important;
}
.arabz-author-feed__title h3 {
	margin: 0 !important;
	padding: 0 !important;
	color: #f9faf9;
	font-size: 19px !important;
	font-weight: 800;
	line-height: 1.6 !important;
	transition: color .2s ease;
}
.arabz-author-feed__title:hover h3 {
	color: #dec17a;
}
.arabz-author-feed__date {
	margin: auto 0 0 !important;
	padding: 15px 0 0 !important;
	color: #a2aaa4 !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}
.arabz-author-feed__date i {
	margin-left: 5px;
	color: #d1ad54;
}
.arabz-author-feed__pagination {
	margin-top: 34px;
}
.arabz-author-feed__pagination .page-numbers {
	display: flex;
	gap: 9px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.arabz-author-feed__pagination li {
	margin: 0 !important;
	padding: 0 !important;
}
.arabz-author-feed__pagination a,
.arabz-author-feed__pagination span {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	padding: 0 13px;
	color: #f4f4f2 !important;
	background: #222522;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 999px;
	font-size: 13px;
	text-decoration: none !important;
}
.arabz-author-feed__pagination .current,
.arabz-author-feed__pagination a:hover {
	color: #18140c !important;
	background: #d3ad51;
	border-color: #d3ad51;
}
.arabz-author-feed__empty {
	padding: 26px;
	color: #d3d8d4;
	background: #222522;
	border-radius: 15px;
}

@media (max-width: 800px) {
	#main-content.arabz-author-page {
		padding: 34px 16px 58px;
	}
	.arabz-author-hero {
		grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr);
	}
	.arabz-author-hero__portrait,
	.arabz-author-hero__photo {
		min-height: 390px;
	}
	.arabz-author-hero__content {
		padding: 28px 25px;
	}
	.arabz-author-hero__bio {
		font-size: 15px !important;
		line-height: 1.82 !important;
	}
}

@media (max-width: 600px) {
	.arabz-author-hero {
		display: flex;
		flex-direction: column;
		border-radius: 18px;
	}
	.arabz-author-hero__portrait,
	.arabz-author-hero__photo {
		width: 100% !important;
		height: 330px !important;
		min-height: 330px;
	}
	.arabz-author-hero__photo {
		object-position: center 28%;
	}
	.arabz-author-hero__content {
		padding: 27px 21px 29px;
	}
	.arabz-author-hero__name {
		font-size: 31px !important;
	}
	.arabz-author-hero__bio {
		margin-top: 18px !important;
	}
	.arabz-author-hero__meta,
	.arabz-author-hero__socials {
		gap: 9px;
	}
	.arabz-author-feed__grid {
		grid-template-columns: 1fr;
	}
	.arabz-author-stories h2 {
		font-size: 25px !important;
	}
}
