/* ==========================================================================
   Blog Single / Details Light
   ========================================================================== */

body.mf-page-blog-single-light {
	background: #fff;
	color: #030303;
	--mf-container-max: 1343px;
	--mf-container-pad: 15px;
}

body.mf-page-blog-single-light .mf-container {
	max-width: var(--mf-container-max);
	margin-inline: auto;
	padding-inline: var(--mf-container-pad);
	width: 100%;
}

/* Hero */
.mf-bd-hero {
	padding: clamp(140px, 16vw, 180px) 0 clamp(36px, 5vw, 56px);
	background: #fff;
	text-align: center;
}

.mf-bd-hero__title {
	font-family: var(--mf-font-heading);
	font-size: clamp(32px, 4.5vw, 50px);
	font-weight: 500;
	line-height: 1.2;
	color: #030303;
	margin: 0 0 16px;
}

.mf-bd-hero__crumb-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #525252;
}

.mf-bd-hero__crumb-list a {
	color: #525252;
	text-decoration: none;
}

.mf-bd-hero__crumb-list a:hover,
.mf-bd-hero__crumb-list a:focus-visible {
	color: #030303;
}

.mf-bd-hero__crumb-sep {
	color: #525252;
}

/* Layout */
.mf-bd-area {
	padding: clamp(48px, 6vw, 90px) 0 clamp(80px, 10vw, 130px);
	background: #fff;
}

.mf-bd-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: 0 48px;
	align-items: start;
}

.mf-bd-main {
	padding-right: clamp(0px, 4vw, 70px);
}

/* Article */
.mf-bd-article__thumb {
	margin-bottom: 44px;
	overflow: hidden;
}

.mf-bd-article__thumb img,
.mf-bd-article__image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.mf-bd-article__title {
	font-family: var(--mf-font-heading);
	font-size: clamp(32px, 4vw, 50px);
	font-weight: 500;
	line-height: 1.2;
	color: #030303;
	margin: 0 0 24px;
}

.mf-bd-article__meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
	font-size: 15px;
	font-weight: 500;
	color: #525252;
}

.mf-bd-article__meta-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #525252;
}

.mf-bd-article__content {
	margin-bottom: 30px;
}

.mf-bd-article__content > p:first-child {
	font-size: 18px;
	line-height: 1.6;
	color: #030303;
	margin-bottom: 24px;
}

.mf-bd-article__content p {
	font-size: 18px;
	line-height: 1.5;
	color: #525252;
	margin: 0 0 20px;
}

.mf-bd-article__content h3,
.mf-bd-article__content h4,
.mf-bd-article__content h5 {
	font-family: var(--mf-font-heading);
	font-weight: 500;
	color: #030303;
	line-height: 1.3;
}

.mf-bd-article__content h3 {
	font-size: clamp(28px, 3vw, 35px);
	margin: 0 0 24px;
}

.mf-bd-article__content .mf-bd-section__item h3 span {
	display: inline-block;
	margin-right: 10px;
}

.mf-bd-article__content h5 {
	font-size: 25px;
	margin: 0 0 20px;
}

.mf-bd-article__content img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 28px;
}

.mf-bd-article__content ul {
	list-style: none;
	margin: 0 0 28px;
	padding: 0;
}

.mf-bd-article__content ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 14px;
	font-size: 18px;
	line-height: 1.5;
	color: #525252;
}

.mf-bd-article__content ul li i {
	position: absolute;
	left: 0;
	top: 4px;
	color: #030303;
}

.mf-bd-article__content .mf-bd-section {
	margin-bottom: 30px;
}

.mf-bd-article__content .mf-bd-section__item {
	margin-bottom: 48px;
}

.mf-bd-article__content .mf-bd-section__item:last-child {
	margin-bottom: 0;
}

.mf-bd-article__content .mf-bd-lead {
	font-size: 18px;
	line-height: 1.5;
	color: #525252;
}

.mf-bd-article__content .mf-bd-highlight {
	font-weight: 500;
	color: #030303;
}

.mf-bd-article__content .mf-bd-list-block {
	margin-top: 44px;
}

/* Tags */
.mf-bd-article__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.mf-bd-article__tags a {
	display: inline-block;
	padding: 10px 18px;
	border: 1px solid rgba(17, 17, 18, 0.12);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	color: #030303;
	text-decoration: none;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.mf-bd-article__tags a:hover,
.mf-bd-article__tags a:focus-visible {
	background: var(--mf-accent, #fcc610);
	border-color: var(--mf-accent, #fcc610);
}

/* Sidebar */
.mf-bd-sidebar {
	position: sticky;
	top: 110px;
}

.mf-bd-widget {
	margin-bottom: 30px;
}

.mf-bd-widget__title {
	font-family: var(--mf-font-heading);
	font-size: 22px;
	font-weight: 500;
	color: #030303;
	margin: 0 0 22px;
}

.mf-bd-search {
	position: relative;
}

.mf-bd-search input {
	width: 100%;
	height: 56px;
	padding: 0 56px 0 20px;
	border: 1px solid rgba(17, 17, 18, 0.12);
	border-radius: 999px;
	background: #fff;
	font-family: var(--mf-font-body);
	font-size: 15px;
	color: #030303;
}

.mf-bd-search input:focus {
	outline: none;
	border-color: #030303;
}

.mf-bd-search button {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #030303;
	padding: 0;
	cursor: pointer;
	display: flex;
}

.mf-bd-widget__cats {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mf-bd-widget__cats li {
	border-bottom: 1px solid #eee;
}

.mf-bd-widget__cats a {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 0;
	font-size: 16px;
	color: #525252;
	text-decoration: none;
}

.mf-bd-widget__cats a:hover,
.mf-bd-widget__cats a:focus-visible {
	color: #030303;
}

.mf-bd-widget__cats span {
	color: #999;
}

.mf-bd-recent__item {
	margin-bottom: 18px;
}

.mf-bd-recent__tag {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #525252;
	text-decoration: none;
	margin-bottom: 10px;
}

.mf-bd-recent__tag:hover,
.mf-bd-recent__tag:focus-visible {
	color: #030303;
}

.mf-bd-recent__title {
	font-family: var(--mf-font-heading);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0 0 8px;
}

.mf-bd-recent__title a {
	color: #030303;
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size 0.35s ease;
}

.mf-bd-recent__title a:hover,
.mf-bd-recent__title a:focus-visible {
	background-size: 100% 1px;
}

.mf-bd-recent__date {
	font-size: 14px;
	color: #999;
}

.mf-bd-recent__line {
	display: block;
	margin-top: 14px;
}

.mf-bd-recent__line svg {
	display: block;
	width: 100%;
	height: auto;
}

.mf-bd-widget__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mf-bd-widget__tags a {
	display: inline-block;
	padding: 8px 14px;
	border: 1px solid rgba(17, 17, 18, 0.12);
	border-radius: 999px;
	font-size: 13px;
	color: #525252;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease;
}

.mf-bd-widget__tags a:hover,
.mf-bd-widget__tags a:focus-visible {
	background: #030303;
	color: #fff;
}

/* Comments */
.mf-bd-comment-area {
	padding-top: 70px;
}

.mf-bd-comment-area__title {
	font-family: var(--mf-font-heading);
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 28px;
}

.mf-bd-comment-list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
}

.mf-bd-comment__body {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}

.mf-bd-comment__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.mf-bd-comment__avatar {
	border-radius: 50%;
}

.mf-bd-comment__author {
	display: block;
	font-style: normal;
	font-weight: 600;
	color: #030303;
}

.mf-bd-comment__date {
	font-size: 13px;
	color: #999;
}

.mf-bd-comment__content {
	font-size: 16px;
	line-height: 1.6;
	color: #525252;
}

.mf-bd-comment__reply a {
	font-size: 14px;
	font-weight: 500;
	color: #030303;
	text-decoration: none;
}

.mf-bd-comment__title {
	font-family: var(--mf-font-heading);
	font-size: clamp(28px, 3vw, 35px);
	font-weight: 500;
	margin: 0 0 20px;
}

.mf-bd-comment__notes {
	font-size: 14px;
	color: #525252;
	margin-bottom: 20px;
}

.mf-bd-comment-form .comment-form-comment,
.mf-bd-comment-form .comment-form-author,
.mf-bd-comment-form .comment-form-email,
.mf-bd-comment-form .comment-form-url {
	margin: 0;
}

.mf-bd-comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
}

.mf-bd-comment-form .comment-form-comment,
.mf-bd-comment-form .comment-form-url,
.mf-bd-comment-form .comment-notes,
.mf-bd-comment-form .form-submit,
.mf-bd-comment-form .logged-in-as,
.mf-bd-comment-form .mf-bd-comment__remember {
	grid-column: 1 / -1;
}

.mf-bd-comment__textarea,
.mf-bd-comment__input {
	width: 100%;
	border: 1px solid rgba(17, 17, 18, 0.12);
	border-radius: 12px;
	background: #fff;
	font-family: var(--mf-font-body);
	font-size: 15px;
	color: #030303;
	padding: 16px 18px;
}

.mf-bd-comment__textarea {
	min-height: 160px;
	resize: vertical;
	margin-bottom: 10px;
}

.mf-bd-comment__input {
	margin-bottom: 25px;
}

.mf-bd-comment__textarea:focus,
.mf-bd-comment__input:focus {
	outline: none;
	border-color: #030303;
}

.mf-bd-comment__remember {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 10px 0 0;
	font-size: 14px;
	color: #525252;
}

.mf-bd-comment__checkbox {
	margin-top: 3px;
}

.mf-bd-comment__submit-wrap {
	margin: 0;
}

.mf-bd-comment__submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 28px;
	border: 0;
	border-radius: 999px;
	background: var(--mf-accent, #fcc610);
	font-family: var(--mf-font-heading);
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #030303;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mf-bd-comment__submit:hover,
.mf-bd-comment__submit:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(252, 198, 16, 0.35);
}

.mf-bd-comment__submit-icon {
	display: flex;
}

.mf-bd-comment-area__closed {
	color: #525252;
}

/* Reading progress */
.mf-bd-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 1200;
	background: transparent;
	pointer-events: none;
}

.mf-bd-progress__bar {
	display: block;
	height: 100%;
	width: 0;
	background: var(--mf-accent, #fcc610);
	transition: width 0.05s linear;
}

/* TOC */
.mf-bd-toc {
	position: sticky;
	top: 110px;
	margin: 0 0 36px;
	padding: 22px 24px;
	border: 1px solid #eee;
	border-radius: 16px;
	background: #fafafa;
}

.mf-bd-toc__title {
	margin: 0 0 12px;
	font-family: var(--mf-font-heading);
	font-size: 16px;
	font-weight: 600;
}

.mf-bd-toc__list {
	margin: 0;
	padding: 0 0 0 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.mf-bd-toc__list a {
	color: #525252;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
}

.mf-bd-toc__list a:hover,
.mf-bd-toc__list a.is-active {
	color: #030303;
}

/* Share */
.mf-bd-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin: 40px 0 28px;
}

.mf-bd-share__label {
	font-family: var(--mf-font-heading);
	font-weight: 600;
	font-size: 15px;
}

.mf-bd-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #eee;
	color: #030303;
	transition: background 0.25s ease, border-color 0.25s ease;
}

.mf-bd-share__btn:hover {
	background: var(--mf-accent, #fcc610);
	border-color: var(--mf-accent, #fcc610);
}

/* Prev / Next */
.mf-bd-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 36px 0 48px;
	padding-top: 28px;
	border-top: 1px solid #eee;
}

.mf-bd-post-nav__link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	text-decoration: none;
	color: #030303;
	padding: 16px 18px;
	border: 1px solid #eee;
	border-radius: 14px;
	transition: border-color 0.25s ease, background 0.25s ease;
}

.mf-bd-post-nav__link:hover {
	border-color: var(--mf-accent, #fcc610);
	background: #fffdf5;
}

.mf-bd-post-nav__link span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #888;
}

.mf-bd-post-nav__link strong {
	font-family: var(--mf-font-heading);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
}

.mf-bd-post-nav__link--next {
	text-align: right;
	justify-self: end;
}

/* Related */
.mf-bd-related {
	margin: 20px 0 48px;
}

.mf-bd-related__title {
	font-family: var(--mf-font-heading);
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 24px;
}

.mf-bd-related__card {
	height: auto;
}

.mf-bd-related__thumb {
	display: block;
	overflow: hidden;
	border-radius: 14px;
	margin-bottom: 14px;
}

.mf-bd-related__thumb img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.mf-bd-related__card:hover .mf-bd-related__thumb img {
	transform: scale(1.05);
}

.mf-bd-related__cat {
	display: inline-block;
	font-size: 13px;
	color: #888;
	margin-bottom: 6px;
}

.mf-bd-related__card-title {
	margin: 0;
	font-family: var(--mf-font-heading);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

.mf-bd-related__card-title a {
	color: #030303;
	text-decoration: none;
}

/* Article extras from seeded content */
.mf-bd-article__content h2 {
	font-family: var(--mf-font-heading);
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 500;
	margin: 2em 0 0.7em;
	line-height: 1.25;
}

.mf-bd-article__content h3 {
	font-family: var(--mf-font-heading);
	font-size: 20px;
	font-weight: 500;
	margin: 1.5em 0 0.55em;
}

.mf-bd-article__content p {
	font-size: 17px;
	line-height: 1.75;
	color: #3a3a3a;
	margin: 0 0 1.1em;
}

.mf-bd-article__content ul {
	margin: 0 0 1.25em;
	padding-left: 1.25em;
}

.mf-bd-article__content li {
	margin-bottom: 0.45em;
	line-height: 1.6;
	color: #3a3a3a;
}

.mf-bd-faq {
	margin: 2.5em 0;
	padding: 28px;
	border-radius: 18px;
	background: #f7f7f7;
}

.mf-bd-faq__item {
	padding: 14px 0;
	border-bottom: 1px solid #e5e5e5;
}

.mf-bd-faq__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.mf-bd-faq__item strong {
	display: block;
	font-family: var(--mf-font-heading);
	font-size: 17px;
	margin-bottom: 6px;
}

.mf-bd-cta {
	margin: 2.5em 0;
	padding: 32px;
	border-radius: 20px;
	background: #030303;
	color: #fff;
}

.mf-bd-cta h2,
.mf-bd-cta h3 {
	color: #fff;
	margin-top: 0;
}

.mf-bd-cta p {
	color: rgba(255, 255, 255, 0.75);
}

.mf-bd-cta a.mf-bd-cta__btn {
	display: inline-flex;
	align-items: center;
	margin-top: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	background: var(--mf-accent, #fcc610);
	color: #030303;
	font-family: var(--mf-font-heading);
	font-weight: 600;
	text-decoration: none;
}

.mf-bd-widget--newsletter {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 16px;
	padding: 22px;
}

.mf-bd-newsletter__text {
	font-size: 14px;
	line-height: 1.55;
	color: #525252;
	margin: 0 0 14px;
}

.mf-bd-newsletter {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mf-bd-newsletter input[type="email"] {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	font-size: 14px;
}

/* Responsive */
@media (max-width: 991px) {
	.mf-bd-layout {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.mf-bd-main {
		padding-right: 0;
	}

	.mf-bd-sidebar {
		position: static;
	}

	.mf-bd-toc {
		position: static;
	}
}

@media (max-width: 640px) {
	.mf-bd-comment-form {
		grid-template-columns: 1fr;
	}

	.mf-bd-comment-form .comment-form-author,
	.mf-bd-comment-form .comment-form-email {
		grid-column: 1 / -1;
	}

	.mf-bd-post-nav {
		grid-template-columns: 1fr;
	}

	.mf-bd-post-nav__link--next {
		text-align: left;
		justify-self: stretch;
	}
}

