.author-p__avatar-frame {
	display: block;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
}

.author-p__avatar-frame img,
.h-authors .avatar,
.post-info__author__avatar .avatar {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	border-radius: 50%;
}

.h-authors a,
.post-info__author__avatar a {
	overflow: hidden;
}

@media screen and (max-width: 1199px) {
	.author-p__avatar-frame {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 991px) {
	.author-p__avatar-frame {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width: 767px) {
	.author-p__avatar-frame {
		width: 150px;
		height: 150px;
	}
}

@media screen and (max-width: 575px) {
	.author-p__avatar-frame {
		width: 100px;
		height: 100px;
	}
}

.igdb-card {
	margin: 0 30px 30px;
	border: 1px solid #d8d8d8;
	background: #f6f7f9;
}

.igdb-card__hero {
	display: grid;
	grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
	gap: 18px;
	padding: 18px;
	align-items: start;
}

.igdb-card__cover img {
	display: block;
	width: 100%;
	height: auto;
}

.igdb-card__eyebrow {
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00acea;
}

.igdb-card__title {
	margin: 0 0 8px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}

.igdb-card__meta {
	margin: 0 0 14px;
	color: #666;
	font-size: 15px;
}

.igdb-card__platform-link {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.igdb-card__platform-link:hover,
.igdb-card__platform-link:focus {
	color: #00acea;
}

.igdb-card__stats-title {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	color: #101010;
}

.igdb-card__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.igdb-card__stat {
	min-height: 74px;
	padding: 12px;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.igdb-card__stat-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.igdb-card__stat-link:hover,
.igdb-card__stat-link:focus {
	color: inherit;
	text-decoration: none;
}

.igdb-card__stat-link:hover .igdb-card__stat-value,
.igdb-card__stat-link:focus .igdb-card__stat-value {
	color: #00acea;
}

.igdb-card__stat-label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
}

.igdb-card__stat-value {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #101010;
}

.igdb-card__details {
	border-top: 1px solid #d8d8d8;
	background: #fff;
}

.igdb-card__summary {
	padding: 14px 18px;
	cursor: pointer;
	font-weight: 700;
	list-style: none;
}

.igdb-card__summary::-webkit-details-marker {
	display: none;
}

.igdb-card__details[open] .igdb-card__summary {
	border-bottom: 1px solid #ececec;
}

.igdb-card__details-body {
	padding: 18px;
}

.igdb-card__description {
	margin: 0 0 18px;
	line-height: 1.7;
	color: #3f3f3f;
}

.igdb-card__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.igdb-card__panel {
	padding: 14px;
	border: 1px solid #ececec;
	background: #fafafa;
}

.igdb-card__panel h4 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 700;
}

.igdb-card__list li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
	border-top: 1px solid #ececec;
	line-height: 1.4;
}

.igdb-card__list li:first-child {
	border-top: 0;
	padding-top: 0;
}

.igdb-card__list li:last-child {
	padding-bottom: 0;
}

.igdb-card__list span {
	flex: 0 0 42%;
	color: #666;
}

.igdb-card__list strong {
	flex: 1 1 auto;
	font-weight: 700;
	text-align: right;
}

@media screen and (max-width: 1199px) {
	.igdb-card__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 767px) {
	.igdb-card {
		margin: 0 15px 30px;
	}

	.igdb-card__hero {
		grid-template-columns: 1fr;
	}

	.igdb-card__cover {
		max-width: 180px;
	}

	.igdb-card__title {
		font-size: 24px;
	}

	.igdb-card__grid {
		grid-template-columns: 1fr;
	}
}
