.flash-fiction-story-breadcrumbs {
	display: flex;
	align-items: stretch;
	gap: 0;
	flex-wrap: nowrap;
	filter: drop-shadow(0 8px 16px rgba(25, 45, 69, 0.1));
	overflow-x: auto;
	padding-right: 0.5rem;
	scrollbar-width: none;
}

.flash-fiction-story-breadcrumbs::-webkit-scrollbar {
	display: none;
}

.flash-fiction-story-breadcrumb-item {
	--crumb-bg: #2a6fd6;
	position: relative;
	display: flex;
	align-items: center;
	min-height: 3rem;
	padding: 0.7rem 1.25rem 0.7rem 1.75rem;
	color: #fff;
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15;
	text-decoration: none;
	text-transform: uppercase;
	background: var(--crumb-bg);
	clip-path: polygon(0 0, calc(100% - 1.05rem) 0, 100% 50%, calc(100% - 1.05rem) 100%, 0 100%, 0.8rem 50%);
	margin-left: -1.05rem;
	flex: 0 0 auto;
}

.flash-fiction-story-breadcrumb-item:first-child {
	margin-left: 0;
	padding-left: 1.1rem;
	clip-path: polygon(0 0, calc(100% - 1.05rem) 0, 100% 50%, calc(100% - 1.05rem) 100%, 0 100%);
	border-radius: 0.85rem 0 0 0.85rem;
}

.flash-fiction-story-breadcrumb-item:last-child {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0.8rem 50%);
	border-radius: 0 0.85rem 0.85rem 0;
}

.flash-fiction-story-breadcrumb-item:not(:first-child)::before {
	content: "";
	position: absolute;
	left: -1.05rem;
	top: 0;
	width: 1.05rem;
	height: 100%;
	background: var(--crumb-bg);
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.flash-fiction-story-breadcrumb-item:nth-child(1) {
	--crumb-bg: #5f7a89;
	z-index: 4;
}

.flash-fiction-story-breadcrumb-item:nth-child(2) {
	--crumb-bg: #586f95;
	z-index: 3;
}

.flash-fiction-story-breadcrumb-item:nth-child(3) {
	--crumb-bg: #586f95;
	z-index: 3;
}

.flash-fiction-story-breadcrumb-item:nth-child(4) {
	--crumb-bg: #4e858e;
	z-index: 2;
}

.flash-fiction-story-breadcrumb-item:nth-child(5) {
	--crumb-bg: #4b5565;
	z-index: 1;
}

.flash-fiction-story-breadcrumb-link:hover,
.flash-fiction-story-breadcrumb-link:focus {
	color: #fff;
	filter: brightness(1.06);
}

.flash-fiction-story-breadcrumb-label {
	display: block;
	max-width: 18rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flash-fiction-story-paragraph {
	margin: 0;
	text-indent: 1.75rem;
}

.flash-fiction-story-paragraph + .flash-fiction-story-paragraph {
	margin-top: 1rem;
}

.flash-fiction-story-comments #comments {
	margin-top: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.flash-fiction-story-comments #comments h2 {
	margin-bottom: 1.25rem !important;
}

.flash-fiction-story-comments [data-comment-list] ul {
	margin-bottom: 0;
}

.flash-fiction-story-comments [data-comment-list] li {
	margin-bottom: 1rem !important;
	padding-bottom: 1rem !important;
	border-bottom-color: var(--flash-fiction-comment-border) !important;
}

.flash-fiction-story-comments [data-comment-list] li:last-child {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.flash-fiction-story-comments [data-comment-form] {
	margin-top: 1.25rem;
	border: 1px solid var(--flash-fiction-comment-border) !important;
	border-radius: 0.85rem !important;
	background: var(--flash-fiction-comment-surface) !important;
	box-shadow: none !important;
}

.flash-fiction-story-comments [data-comment-form] .card-body {
	padding: 1rem !important;
	background: transparent;
}

.flash-fiction-story-comments .form-control {
	background: color-mix(in srgb, var(--flash-fiction-comment-surface) 78%, var(--bs-body-bg) 22%);
}

.flash-fiction-story-comments .alert {
	margin-bottom: 0;
	border-color: var(--flash-fiction-comment-border);
	background: var(--flash-fiction-comment-surface);
	color: var(--bs-body-color);
}

.flash-fiction-story-comments .alert a {
	color: inherit;
}

.flash-fiction-story-comments .bg-secondary {
	background-color: var(--bs-secondary-color) !important;
}

@media (min-width: 1200px) {
	.flash-fiction-story-section-card {
		margin-top: 0.75rem;
	}

	.flash-fiction-story-section-card {
		box-shadow: none !important;
	}

	.flash-fiction-story-comments #comments,
	.flash-fiction-story-comments [data-comment-form] {
		box-shadow: none !important;
	}

	.flash-fiction-story-section-body {
		padding: 0 !important;
	}
}

@media (max-width: 1199.98px) {
	.flash-fiction-story-breadcrumbs {
		display: flex;
		flex-direction: column;
		gap: 0;
		filter: none;
		padding-right: 0;
		overflow: visible;
	}

	.flash-fiction-story-breadcrumb-item,
	.flash-fiction-story-breadcrumb-item:first-child {
		width: 100%;
		margin-left: 0;
		padding: 0.9rem 1rem;
		clip-path: none;
		border-radius: 0;
	}

	.flash-fiction-story-breadcrumb-item:first-child {
		border-radius: 0.25rem 0.25rem 0 0;
	}

	.flash-fiction-story-breadcrumb-item:last-child {
		clip-path: none;
		border-radius: 0 0 0.25rem 0.25rem;
	}

	.flash-fiction-story-breadcrumb-item::before {
		display: none;
	}

	.flash-fiction-story-breadcrumb-item:not(:last-child)::after {
		content: "";
		position: absolute;
		left: auto;
		right: 2rem;
		bottom: -18px;
		top: auto;
		width: 0;
		height: 0;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-top: 18px solid var(--crumb-bg);
		z-index: 2;
	}

	.flash-fiction-story-breadcrumb-label {
		max-width: none;
		white-space: nowrap;
	}
}

@media (max-width: 767.98px) {
	.flash-fiction-story-page-container {
		padding-left: 0;
		padding-right: 0;
	}

	.flash-fiction-story-page-container > .flash-fiction-reader-toolbar,
	.flash-fiction-story-page-container > .flash-fiction-story-breadcrumbs {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.flash-fiction-story-page-container .row {
		--bs-gutter-x: 0;
	}

	.flash-fiction-story-page-container .flash-fiction-story-section-body .row {
		--bs-gutter-x: 1.5rem;
	}

	.flash-fiction-story-breadcrumb-item,
	.flash-fiction-story-breadcrumb-item:first-child {
		padding: 0.72rem 0.85rem;
		font-size: 0.72rem;
	}

	.flash-fiction-story-breadcrumb-item:not(:last-child)::after {
		right: 1.35rem;
	}

	.flash-fiction-story-main-card .card-body {
		padding: 1rem 0.85rem !important;
	}

	.flash-fiction-story-section-card {
		border-radius: 0;
	}

	.flash-fiction-story-section-body {
		padding: 1rem 0.85rem !important;
	}

	.flash-fiction-story-title {
		font-size: 2rem;
		line-height: 1.05;
	}

	.flash-fiction-story-content {
		font-size: calc(var(--flash-fiction-reader-font-size) + 2px);
		line-height: 1.62;
	}

	.flash-fiction-story-paragraph {
		text-indent: 1.25rem;
	}

	.flash-fiction-story-paragraph + .flash-fiction-story-paragraph {
		margin-top: 0.8rem;
	}
}
