.phorte-book-223 {
	--phorte-book-223-section-bg: #050505;
	--phorte-book-223-panel-bg: #0a0a0a;
	--phorte-book-223-card-bg: rgba(255, 255, 255, .04);
	--phorte-book-223-text-color: #fff;
	--phorte-book-223-copy-color: rgba(255, 255, 255, .64);
	--phorte-book-223-accent: #ef2f35;
	--phorte-book-223-border: rgba(255, 255, 255, .14);
	--phorte-book-223-title-size: 34px;
	--phorte-book-223-body-size: 13px;
	--phorte-book-223-meta-value-size: 17px;
	--phorte-book-223-meta-label-size: 10px;
	--phorte-book-223-panel-radius: 16px;
	--phorte-book-223-panel-padding: 34px;
	--phorte-book-223-layout-gap: 38px;
	--phorte-book-223-image-width: 280px;
	--phorte-book-223-image-height: 124px;
	--phorte-book-223-meta-gap: 10px;
	padding: 76px 0;
	background: var(--phorte-book-223-section-bg);
	color: var(--phorte-book-223-text-color);
}

.phorte-book-223 { background: transparent !important; padding: 0 !important; width: 100% !important; max-width: none !important; }
.phorte-book-223__inner { width: 100% !important; max-width: none !important; margin: 0 !important; }

.phorte-book-223__inner {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: var(--phorte-book-223-image-width) minmax(0, 1fr);
	gap: var(--phorte-book-223-layout-gap);
	align-items: center;
	padding: var(--phorte-book-223-panel-padding);
	border: 0;
	border-radius: var(--phorte-book-223-panel-radius);
	background: var(--phorte-book-223-panel-bg);
	overflow: hidden;
}

.phorte-book-223__image {
	min-width: 0;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 3 / 4 !important;
	overflow: hidden;
	background: linear-gradient(110deg, #171717 25%, #222 45%, #171717 65%);
}

.phorte-book-223__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	aspect-ratio: auto !important;
	object-fit: cover !important;
}

.phorte-book-223__content {
	min-width: 0;
}

.phorte-book-223__eyebrow {
	margin: 0 0 13px;
	color: var(--phorte-book-223-accent) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.phorte-book-223__title {
	margin: 0;
	color: var(--phorte-book-223-text-color) !important;
	font-size: var(--phorte-book-223-title-size);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.06;
}

.phorte-book-223__description {
	max-width: 720px;
	margin: 17px 0 0;
	color: var(--phorte-book-223-copy-color) !important;
	font-size: var(--phorte-book-223-body-size);
	font-weight: 500;
	line-height: 1.75;
}

.phorte-book-223__description p {
	margin: 0;
	color: inherit !important;
}

.phorte-book-223__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--phorte-book-223-meta-gap);
	max-width: 720px;
	margin-top: 23px;
}

.phorte-book-223--immersive .phorte-book-223__meta--count-1 {
	grid-template-columns: 1fr;
}

.phorte-book-223--immersive .phorte-book-223__meta--count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.phorte-book-223--immersive .phorte-book-223__meta--count-4 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.phorte-book-223--immersive .phorte-book-223__meta--count-4 .phorte-book-223__meta-item:last-child {
	grid-column: 1 / -1;
}

.phorte-book-223--immersive .phorte-book-223__meta--count-5 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.phorte-book-223--immersive .phorte-book-223__meta--count-5 .phorte-book-223__meta-item:nth-child(-n+3) {
	grid-column: span 2;
}

.phorte-book-223--immersive .phorte-book-223__meta--count-5 .phorte-book-223__meta-item:nth-child(n+4) {
	grid-column: span 3;
}

.phorte-book-223__meta-item {
	min-width: 0;
	padding: 13px 12px;
	border: 1px solid var(--phorte-book-223-border);
	border-radius: 8px;
	background: var(--phorte-book-223-card-bg);
	text-align: center;
}

.phorte-book-223__meta-value {
	margin: 0;
	color: var(--phorte-book-223-text-color) !important;
	font-size: var(--phorte-book-223-meta-value-size);
	font-weight: 900;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.phorte-book-223__meta-label {
	margin: 6px 0 0;
	color: var(--phorte-book-223-copy-color) !important;
	font-size: var(--phorte-book-223-meta-label-size);
	font-weight: 700;
	line-height: 1.2;
}

.phorte-book-223--standard,
.phorte-book-223--commerce,
.phorte-book-223--figma {
	--phorte-book-223-panel-bg: #0a0a0a;
}

.phorte-book-223--standard .phorte-book-223__inner,
.phorte-book-223--commerce .phorte-book-223__inner,
.phorte-book-223--figma .phorte-book-223__inner {
	grid-template-columns: 165px minmax(0, 1fr);
	gap: 30px;
	width: min(900px, calc(100% - 40px));
	padding: 18px;
}

.phorte-book-223--standard .phorte-book-223__image,
.phorte-book-223--commerce .phorte-book-223__image,
.phorte-book-223--figma .phorte-book-223__image {
	height: auto;
	aspect-ratio: 3 / 4;
	border-radius: 8px;
}

.phorte-book-223--standard .phorte-book-223__title,
.phorte-book-223--commerce .phorte-book-223__title,
.phorte-book-223--figma .phorte-book-223__title {
	font-size: 19px;
	letter-spacing: 0;
}

.phorte-book-223--standard .phorte-book-223__description,
.phorte-book-223--commerce .phorte-book-223__description,
.phorte-book-223--figma .phorte-book-223__description {
	margin-top: 13px;
	font-size: 13px;
	line-height: 1.55;
}

.phorte-book-223--standard .phorte-book-223__meta,
.phorte-book-223--commerce .phorte-book-223__meta,
.phorte-book-223--figma .phorte-book-223__meta {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-top: 12px;
}

.phorte-book-223--standard .phorte-book-223__meta-item,
.phorte-book-223--commerce .phorte-book-223__meta-item,
.phorte-book-223--figma .phorte-book-223__meta-item {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
}

.phorte-book-223--standard .phorte-book-223__meta-value,
.phorte-book-223--commerce .phorte-book-223__meta-value,
.phorte-book-223--figma .phorte-book-223__meta-value {
	display: inline;
	font-size: 13px;
	font-weight: 500;
}

.phorte-book-223--standard .phorte-book-223__meta-label,
.phorte-book-223--commerce .phorte-book-223__meta-label,
.phorte-book-223--figma .phorte-book-223__meta-label {
	display: inline;
	margin: 0 5px 0 0;
	color: var(--phorte-book-223-accent) !important;
	font-size: 13px;
	font-weight: 900;
}

.phorte-book-223--standard .phorte-book-223__meta-label::after,
.phorte-book-223--commerce .phorte-book-223__meta-label::after,
.phorte-book-223--figma .phorte-book-223__meta-label::after {
	content: ':';
}

.phorte-book-223--standard .phorte-book-223__meta-item--author,
.phorte-book-223--commerce .phorte-book-223__meta-item--author,
.phorte-book-223--figma .phorte-book-223__meta-item--author {
	order: 5;
}

.phorte-book-223--standard .phorte-book-223__meta-item--isbn,
.phorte-book-223--commerce .phorte-book-223__meta-item--isbn,
.phorte-book-223--figma .phorte-book-223__meta-item--isbn {
	order: 4;
}

.phorte-book-223--standard .phorte-book-223__meta-item--edition,
.phorte-book-223--commerce .phorte-book-223__meta-item--edition,
.phorte-book-223--figma .phorte-book-223__meta-item--edition {
	order: 2;
}

.phorte-book-223--standard .phorte-book-223__meta-item--year,
.phorte-book-223--commerce .phorte-book-223__meta-item--year,
.phorte-book-223--figma .phorte-book-223__meta-item--year {
	order: 3;
}

.phorte-book-223--standard .phorte-book-223__meta-item--pages,
.phorte-book-223--commerce .phorte-book-223__meta-item--pages,
.phorte-book-223--figma .phorte-book-223__meta-item--pages {
	order: 1;
}

.phorte-book-223--no-image .phorte-book-223__inner {
	display: block;
}

@media (max-width: 900px) {
	.phorte-book-223__inner {
		grid-template-columns: minmax(210px, 32%) minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.phorte-book-223 {
		padding: 52px 0;
	}

	.phorte-book-223__inner,
	.phorte-book-223--standard .phorte-book-223__inner,
	.phorte-book-223--commerce .phorte-book-223__inner,
	.phorte-book-223--figma .phorte-book-223__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: calc(100% - 32px);
		padding: 22px;
		gap: 22px;
	}

	.phorte-book-223__image,
	.phorte-book-223--standard .phorte-book-223__image,
	.phorte-book-223--commerce .phorte-book-223__image,
	.phorte-book-223--figma .phorte-book-223__image {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 4;
		border-radius: 10px;
	}

	.phorte-book-223__meta {
		grid-template-columns: 1fr 1fr;
	}

	.phorte-book-223--standard .phorte-book-223__meta,
	.phorte-book-223--commerce .phorte-book-223__meta,
	.phorte-book-223--figma .phorte-book-223__meta {
		display: flex;
	}
}

@media (max-width: 900px) {
	.phorte-book-223--immersive .phorte-book-223__meta--count-3,
	.phorte-book-223--immersive .phorte-book-223__meta--count-4,
	.phorte-book-223--immersive .phorte-book-223__meta--count-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phorte-book-223--immersive .phorte-book-223__meta--count-5 .phorte-book-223__meta-item {
		grid-column: auto;
	}

	.phorte-book-223--immersive .phorte-book-223__meta--count-5 .phorte-book-223__meta-item:last-child {
		grid-column: 1 / -1;
	}

	.phorte-book-223--immersive .phorte-book-223__meta--count-3 .phorte-book-223__meta-item:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 480px) {
	.phorte-book-223__inner,
	.phorte-book-223--standard .phorte-book-223__inner,
	.phorte-book-223--commerce .phorte-book-223__inner,
	.phorte-book-223--figma .phorte-book-223__inner {
		width: calc(100% - 32px);
		padding: 18px;
	}

	.phorte-book-223__meta {
		grid-template-columns: 1fr;
	}
}
