.custom-author-card {
	align-items: center;
	color: #111111;
	display: flex;
	font-family: inherit;
	gap: 12px;
	line-height: 1.35;
	margin-top: 20px;
}

.custom-author-avatar-link {
	display: block;
	flex: 0 0 44px;
	height: 44px;
	text-decoration: none;
	width: 44px;
}

.custom-author-avatar {
	border-radius: 50%;
	display: block;
	height: 44px;
	object-fit: cover;
	width: 44px;
}

.custom-author-content {
	min-width: 0;
}

.custom-author-line {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.custom-author-name {
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.custom-author-name:hover,
.custom-author-name:focus {
	color: #111111;
	text-decoration: underline;
}

.custom-author-role {
	color: #111111;
	font-size: 15px;
	font-weight: 400;
}

.custom-author-date {
	color: #111111;
	font-size: 15px;
	margin-top: 2px;
}

.custom-author-editor {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-top: 20px;
	width: 100%;
}

.custom-author-editor .custom-author-card {
	margin-top: 0;
}

.custom-author-editor-item {
	min-width: 0;
}

.custom-author-full-card {
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	color: #111111;
	font-family: inherit;
	line-height: 1.55;
	margin-top: 20px;
	padding: 26px 26px 24px;
	width: 100%;
}

.custom-author-full-header {
	align-items: center;
	display: flex;
	gap: 18px;
	margin-bottom: 20px;
}

.custom-author-full-avatar-link {
	display: block;
	flex: 0 0 72px;
	height: 72px;
	text-decoration: none;
	width: 72px;
}

.custom-author-full-avatar {
	border-radius: 50%;
	display: block;
	height: 72px;
	object-fit: cover;
	width: 72px;
}

.custom-author-full-heading {
	min-width: 0;
}

.custom-author-full-name {
	color: #111111;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.custom-author-full-name:hover,
.custom-author-full-name:focus {
	color: #111111;
	text-decoration: underline;
}

.custom-author-full-role {
	color: #555555;
	font-size: 13px;
	letter-spacing: 1.2px;
	margin-top: 4px;
	text-transform: uppercase;
}

.custom-author-full-description {
	color: #111111;
	font-size: 17px;
}

.custom-author-full-description p {
	margin: 0 0 12px;
}

.custom-author-full-description p:last-child {
	margin-bottom: 0;
}

.custom-author-full-divider {
	border-top: 1px solid #dddddd;
	margin: 22px 0 16px;
}

.custom-author-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.custom-author-social-link {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	box-sizing: border-box;
	color: #ff583d;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	height: 36px;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	width: 36px;
}

.custom-author-social-link:hover,
.custom-author-social-link:focus {
	background: #ff583d;
	border-color: #ff583d;
	color: #ffffff;
	text-decoration: none;
}

.custom-author-social-link span {
	display: block;
}

.custom-author-social-link svg {
	display: block;
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.custom-author-social-link.custom-author-social-linkedin svg,
.custom-author-social-link.custom-author-social-youtube svg {
	width: 18px;
}

@media (max-width: 600px) {
	.custom-author-editor {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.custom-author-full-card {
		padding: 20px;
	}

	.custom-author-full-header {
		align-items: flex-start;
		gap: 14px;
	}

	.custom-author-full-avatar-link,
	.custom-author-full-avatar {
		height: 60px;
		width: 60px;
	}

	.custom-author-full-name {
		font-size: 18px;
	}

	.custom-author-full-description {
		font-size: 16px;
	}
}
