:root {
	--bt-ink: #111111;
	--bt-muted: #6f6f6f;
	--bt-line: #eaeaea;
	--bt-paper: #ffffff;
	--bt-soft: #f6f3f1;
	--bt-accent: #e03f54;
	--bt-max: 1280px;
}

html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--bt-paper);
	color: var(--bt-ink);
	font-family: "Outfit", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.admin-bar .bth-header { top: 32px; }
* { box-sizing: border-box; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.site-main { min-height: 60vh; overflow: hidden; }
.entry-content > * { max-width: 100%; }
.beautifultech-standard-page .entry-content a, .aee-body-text a { color: var(--bt-accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.beautifultech-standard-page .entry-content h2, .beautifultech-standard-page .entry-content h3, .aee-body-text h2, .aee-body-text h3 { scroll-margin-top: 32px; }
.beautifultech-elementor-document, .beautifultech-elementor-content { width: 100%; margin: 0; padding: 0; }
.beautifultech-elementor-content > .elementor { width: 100%; }
.beautifultech-global-elementor-part,
.beautifultech-global-elementor-part > .elementor,
.beautifultech-global-elementor-part .elementor-section-wrap { width: 100%; }
.beautifultech-elementor-library-main { min-height: 100vh; overflow: visible; }

/* Stable defaults for the Comparatifs widget. Elementor-generated rules keep
 * priority when an editor changes these values. */
.cct-comparatifs { padding: 64px 80px; }
.cct-comparatifs__inner { max-width: 1280px; }
.cct-comparatifs__header { margin-bottom: 32px; }
.cct-comparatifs__header-content { gap: 10px; }
.cct-comparatifs__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.cct-comparatifs__card { padding: 20px; gap: 16px; }
.cct-comparatifs__media { height: 180px; }
.cct-comparatifs__image { object-fit: cover; }
.cct-comparatifs__footer { padding-top: 8px; }


/* WordPress menu integration. */
.bth-header__navigation .menu-item-has-children { position: relative; }
.bth-header__navigation .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% + 12px);
	left: -18px;
	z-index: 50;
	min-width: 220px;
	margin: 0;
	padding: 12px 18px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--bt-line);
	box-shadow: 0 14px 30px rgba(0,0,0,.08);
}
.bth-header__navigation .menu-item-has-children:hover > .sub-menu,
.bth-header__navigation .menu-item-has-children:focus-within > .sub-menu { display: grid; gap: 8px; }
.bth-header__nav-item.current-menu-item > .bth-header__nav-link,
.bth-header__nav-item.current-menu-ancestor > .bth-header__nav-link { color: var(--bt-accent); }
.bth-header__search-panel .bth-header__search-form { margin: 0 auto; }

/* Ensure component images match their original widget proportions. */
.alaune-image-wrap img,
.longevite-widget__media img,
.cct-comparatifs__image,
.oai-article-grid__image,
.aieb-product-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.alaune-card-title a, .mrew-item__link, .oai-article-grid__title-link {
	position: relative;
	z-index: 1;
	pointer-events: auto; color: inherit; text-decoration: none; }
.alaune-card-title a:hover, .mrew-item__link:hover, .oai-article-grid__card:hover .oai-article-grid__title-link { color: var(--bt-accent); }

/* Homepage SEO heading. */
.beautifultech-home-heading {
	width: 100%;
	padding: clamp(48px, 7vw, 88px) 48px clamp(34px, 5vw, 64px);
	background: var(--bt-paper);
}
.beautifultech-home-heading__inner { max-width: var(--bt-max); margin: 0 auto; }
.beautifultech-home-heading__kicker {
	display: block;
	margin-bottom: 14px;
	color: var(--bt-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .15em;
}
.beautifultech-home-heading__title {
	max-width: 1050px;
	margin: 0;
	font-size: clamp(42px, 6.4vw, 86px);
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: .98;
}
.beautifultech-home-heading__description {
	max-width: 800px;
	margin: 24px 0 0;
	color: var(--bt-muted);
	font-family: "Fraunces", Georgia, serif;
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.55;
}
.beautifultech-home-heading__description strong { color: var(--bt-ink); }

/* Front page refinements. */
.alaune-section, .mrew-section { border-top: 1px solid var(--bt-line); }
.longevite-widget__media { overflow: hidden; }
.longevite-widget__media img { min-height: 560px; }
.tdm-widget { max-width: 1280px; margin: 0 auto; padding: 72px 48px; }
.tdm-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); min-height: 520px; }
.tdm-main { position: relative; min-height: 520px; background-size: cover; background-position: center; }
.tdm-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,17,17,.05), rgba(17,17,17,.3)); }
.tdm-strip { position: absolute; inset: 0 auto 0 0; display: flex; align-items: center; width: 78px; background: var(--bt-accent); }
.tdm-strip-content { transform: rotate(-90deg); white-space: nowrap; }
.tdm-label { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.tdm-teaser { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px; background: #111; color: #fff; }
.tdm-headline { margin: 0 0 24px; font-size: clamp(32px, 4vw, 54px); line-height: 1.04; }
.tdm-teaser p { margin: 0 0 28px; color: rgba(255,255,255,.75); }
.tdm-cta { color: #fff; font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--bt-accent); }

/* Dynamic WordPress archive. */
.bt-category-banner { max-width: var(--bt-max); margin: 0 auto; padding: 72px 48px 0; }
.bt-category-banner__text-row { align-items: flex-end; }
.bt-archive-feature .atelier-led-hero__inner { padding-top: 24px; }
.efc-filter-bar { overflow-x: auto; }
.efc-filter-bar-container { display: flex; max-width: var(--bt-max); margin: 0 auto; padding: 22px 48px; gap: 10px; white-space: nowrap; }
.efc-filter-chip { text-decoration: none; }
.efc-filter-chip.is-active { background: var(--bt-ink); color: #fff; }
.oai-article-grid__image-wrap { aspect-ratio: 16 / 10; overflow: hidden; background: #f4f4f4; }
.oai-article-grid__link { display: flex; flex-direction: column; height: 100%; }
.oai-article-grid__content { flex: 1; }
.oai-article-grid__excerpt { flex: 1; }
.oai-article-grid__meta { margin-top: auto; }
.epd-pagination { padding: 18px 48px 72px; }
.epd-pagination__inner, .epd-pagination .nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.epd-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid var(--bt-line);
	color: var(--bt-ink);
	font-weight: 700;
	text-decoration: none;
}
.epd-pagination .page-numbers.current, .epd-pagination a.page-numbers:hover { background: var(--bt-ink); color: #fff; border-color: var(--bt-ink); }
.epd-pagination .prev, .epd-pagination .next { width: auto; }

/* Single article. */
.pah-category-tag { text-decoration: none; }
.aee-layout { max-width: 1180px; }
.aee-sidebar { position: sticky; top: 24px; align-self: start; }
.aee-toc-links { padding-left: 0; list-style: none; }
.aee-toc-links li { margin: 0; }
.aee-body-text { font-family: "Fraunces", Georgia, serif; font-size: 19px; line-height: 1.8; }
.aee-body-text h2, .aee-body-text h3 { font-family: "Outfit", Arial, sans-serif; line-height: 1.15; }
.aee-body-text h2 { margin: 64px 0 22px; font-size: clamp(30px, 4vw, 44px); }
.aee-body-text h3 { margin: 40px 0 16px; font-size: 26px; }
.aee-body-text blockquote { margin: 48px 0; padding: 28px 36px; border-left: 4px solid var(--bt-accent); background: #faf7f7; font-style: italic; }
.aee-body-text blockquote p { margin-top: 0; }
.aee-body-text cite { display: block; margin-top: 12px; font-family: "Outfit", Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 700; }
.aee-body-text table { width: 100%; border-collapse: collapse; font-family: "Outfit", Arial, sans-serif; font-size: 15px; }
.aee-body-text th, .aee-body-text td { padding: 14px; border: 1px solid #ddd; text-align: left; }
.aee-body-text th { background: #111; color: #fff; }
.aee-main-illustration { aspect-ratio: 16 / 9; object-fit: cover; }
.pah-play-btn[aria-pressed="true"] .pah-icon-play { display: none; }
.pah-play-btn[aria-pressed="true"] .pah-icon-pause { display: block; }
.pah-play-btn[aria-pressed="false"] .pah-icon-pause { display: none; }
.beautifultech-related { border-top: 1px solid var(--bt-line); }
.beautifultech-section-title { margin: 0 0 32px; font-size: 34px; }

/* Generic pages and 404. */
.beautifultech-narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.beautifultech-page-header { padding: 84px 0 40px; }
.beautifultech-page-header h1, .beautifultech-404 h1 { margin: 10px 0 0; font-size: clamp(42px, 7vw, 78px); line-height: 1; }
.beautifultech-kicker { color: var(--bt-accent); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.beautifultech-standard-page .entry-content { padding-bottom: 100px; font-family: "Fraunces", Georgia, serif; font-size: 19px; }
.beautifultech-404 { padding: 100px 0 130px; }
.beautifultech-404__code { display: block; color: #eee; font-size: clamp(100px, 20vw, 240px); font-weight: 900; line-height: .75; }
.beautifultech-404 p { max-width: 620px; font-size: 19px; }
.beautifultech-404 .bth-header__search-form { margin: 34px 0; }
.beautifultech-404__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.beautifultech-button { display: inline-flex; padding: 14px 22px; background: var(--bt-accent); color: #fff; font-weight: 800; text-decoration: none; }
.beautifultech-text-link { font-weight: 800; text-decoration: none; }
.beautifultech-empty { grid-column: 1 / -1; padding: 50px; border: 1px solid var(--bt-line); }

/* AI pages. */
.beautifultech-ai-page, .beautifultech-ai-answer-page { max-width: 1180px; margin: 0 auto; padding: 90px 40px; }
.bt-ai-assistant { width: 100%; }
.bt-ai-assistant__input-shell { display: grid; grid-template-columns: 1fr auto; }
.beautifultech-ai-submit { padding: 0 28px; border: 0; background: var(--bt-accent); color: #fff; font-weight: 800; cursor: pointer; }
.bt-ai-assistant__chip { cursor: pointer; }
.beautifultech-ai-feature { max-width: 1180px; margin: 0 auto 90px; padding: 0 40px; }
.beautifultech-ai-feature a { display: grid; grid-template-columns: 1fr 1fr; color: inherit; text-decoration: none; background: #111; }
.beautifultech-ai-feature img { width: 100%; height: 360px; object-fit: cover; }
.beautifultech-ai-feature span { display: flex; flex-direction: column; justify-content: center; padding: 50px; color: #fff; }
.beautifultech-ai-feature small { color: #ff8191; font-weight: 800; text-transform: uppercase; }
.beautifultech-ai-feature strong { margin: 14px 0; font-size: 30px; line-height: 1.12; }
.beautifultech-ai-feature em { color: rgba(255,255,255,.7); font-family: "Fraunces", Georgia, serif; }
.aieb-product-image { overflow: hidden; background: #f7f7f7; }
.aieb-product-image img { object-fit: contain; }
.aieb-source-list { list-style: none; padding: 0; }
.aieb-refine-form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; }

/* Footer WP menus. */
.btfe-footer__links, .btfe-footer__legal-links { margin: 0; padding: 0; list-style: none; }
.btfe-footer__links li { margin: 0 0 10px; }
.btfe-footer__links a { color: #4a4a4a; text-decoration: none; }
.btfe-footer__links a:hover, .btfe-footer__legal-links a:hover { color: var(--bt-accent); }
.btfe-footer__legal-links { display: flex; flex-wrap: wrap; gap: 20px; }
.btfe-footer__legal-links a { color: #888; text-decoration: none; }

/* Newsletter form action keeps the original visual style. */
.btn-newsletter { max-width: none; }
.btn-newsletter__form { margin: 0; }

@media (max-width: 1024px) {
	.cct-comparatifs { padding: 48px 32px; }
	.cct-comparatifs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bth-header__navigation .sub-menu { position: static; display: block; border: 0; box-shadow: none; padding: 0 0 0 18px; }
	.tdm-layout, .beautifultech-ai-feature a { grid-template-columns: 1fr; }
	.tdm-teaser { padding: 50px; }
	.aee-sidebar { position: static; }
	.bt-category-banner { padding-inline: 28px; }
	.efc-filter-bar-container { padding-inline: 28px; }
}

@media (max-width: 767px) {
	.cct-comparatifs { padding: 32px 16px; }
	.cct-comparatifs__grid { grid-template-columns: 1fr; }
	body.admin-bar .bth-header { top: 46px; }
	.atelier-led-hero__inner, .alaune-container, .mrew-container, .oai-article-grid__inner { padding-left: 20px !important; padding-right: 20px !important; }
	.longevite-widget__inner { padding-inline: 20px !important; }
	.longevite-widget__media img { min-height: 340px; }
	.tdm-widget { padding: 40px 20px; }
	.tdm-layout { min-height: 0; }
	.tdm-main { min-height: 360px; }
	.tdm-teaser { padding: 36px 26px; }
	.bt-category-banner { padding: 48px 20px 0; }
	.efc-filter-bar-container { padding-inline: 20px; }
	.epd-pagination { padding-inline: 20px; }
	.aee-layout { padding-inline: 20px; }
	.aee-body-text { font-size: 17px; }
	.aee-body-text table { display: block; overflow-x: auto; }
	.beautifultech-ai-page, .beautifultech-ai-answer-page, .beautifultech-ai-feature { padding-left: 20px; padding-right: 20px; }
	.bt-ai-assistant__input-shell { grid-template-columns: 1fr; }
	.beautifultech-ai-submit { min-height: 52px; }
	.beautifultech-ai-feature img { height: 280px; }
	.beautifultech-ai-feature span { padding: 32px 24px; }
	.aieb-products { grid-template-columns: 1fr !important; }
	.btfe-footer__legal-links { display: grid; gap: 8px; }
}


/* Native shell must remain visible even when a page used Elementor Canvas before this theme. */
body.elementor-template-canvas .bth-header,
body.elementor-template-canvas .btn-newsletter,
body.elementor-template-canvas .btfe-footer {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}

/* Product guide score — shared by native templates and Elementor. */
.beautifultech-product-rating {
	--beautifultech-review-accent: #e03f54;
	display: grid;
	grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
	gap: 32px;
	width: 100%;
	margin: 34px 0;
	padding: 32px;
	border: 1px solid #eadfd7;
	border-radius: 4px;
	background: #f8f4f0;
	color: #111;
}

.beautifultech-product-rating__score {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-right: 30px;
	border-right: 1px solid #dfd3ca;
}

.beautifultech-product-rating__eyebrow {
	margin-bottom: 10px;
	color: var(--beautifultech-review-accent);
	font-family: "Outfit", Arial, sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}

.beautifultech-product-rating__number {
	display: flex;
	align-items: baseline;
	gap: 3px;
	margin-bottom: 8px;
	font-family: "Outfit", Arial, sans-serif;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 900;
	letter-spacing: -.05em;
	line-height: 1;
}

.beautifultech-product-rating__number span {
	font-size: .33em;
	font-weight: 700;
	letter-spacing: 0;
}

.beautifultech-rating-stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: var(--beautifultech-review-accent, #e03f54);
}

.beautifultech-rating-star {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 18px;
	font-size: 17px;
	line-height: 1;
}

.beautifultech-rating-star__base,
.beautifultech-rating-star__fill {
	position: absolute;
	inset: 0;
	display: block;
}

.beautifultech-rating-star__base {
	color: #d9d4d0;
}

.beautifultech-rating-star__fill {
	overflow: hidden;
	color: var(--beautifultech-review-accent, #e03f54);
	white-space: nowrap;
}

.beautifultech-product-rating__body {
	min-width: 0;
}

.beautifultech-product-rating__title {
	margin: 0 0 5px;
	font-family: "Outfit", Arial, sans-serif;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 850;
	letter-spacing: -.025em;
	line-height: 1.15;
}

.beautifultech-product-rating__price {
	margin-bottom: 14px;
	color: #777;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.beautifultech-product-rating__verdict {
	margin: 0 0 20px;
	font-family: "Fraunces", Georgia, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.55;
}

.beautifultech-product-rating__lists {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.beautifultech-product-rating__lists h3 {
	margin: 0 0 8px;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.beautifultech-product-rating__lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.beautifultech-product-rating__lists li {
	position: relative;
	margin: 0 0 6px;
	padding-left: 17px;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.45;
}

.beautifultech-product-rating__lists li::before {
	content: "•";
	position: absolute;
	left: 2px;
	color: var(--beautifultech-review-accent);
	font-weight: 900;
}

.beautifultech-product-rating__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	color: #111;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .04em;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-transform: uppercase;
}

.beautifultech-product-rating__link:hover,
.beautifultech-product-rating__link:focus-visible {
	color: var(--beautifultech-review-accent);
}

.beautifultech-editorial-rating {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	margin: 7px 0 4px;
	color: #111;
	font-family: "Outfit", Arial, sans-serif;
	font-size: 11px;
	line-height: 1.25;
}

.beautifultech-editorial-rating__label {
	font-weight: 700;
	letter-spacing: .02em;
}

.beautifultech-editorial-rating__value {
	font-weight: 850;
	white-space: nowrap;
}

.mrew-item__rating {
	display: flex;
	margin-top: 5px;
}

.beautifultech-rating-stars--compact .beautifultech-rating-star {
	width: 12px;
	height: 13px;
	font-size: 12px;
}

@media (max-width: 700px) {
	.beautifultech-product-rating {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 24px 20px;
	}

	.beautifultech-product-rating__score {
		padding: 0 0 20px;
		border-right: 0;
		border-bottom: 1px solid #dfd3ca;
	}

	.beautifultech-product-rating__lists {
		grid-template-columns: 1fr;
	}
}

/* Automatic fallback for Elementor-built product guides without the rating widget. */
.beautifultech-product-rating-auto {
  width: min(1120px, calc(100% - 40px));
  margin: 48px auto;
}

/* Comments — editorial card aligned with the article design. */
.beautifultech-comments {
	width: 100%;
	padding: 88px 40px 104px;
	border-top: 1px solid var(--bt-line);
	background: #f8f6f4;
}
.beautifultech-comments__inner {
	width: min(920px, 100%);
	margin: 0 auto;
}
.beautifultech-comments__header,
.beautifultech-comment-form__heading {
	margin: 0 0 32px;
}
.beautifultech-comments__kicker {
	display: block;
	margin-bottom: 10px;
	color: var(--bt-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.beautifultech-comments__title,
.beautifultech-comment-form .comment-reply-title {
	margin: 0;
	font-family: "Outfit", Arial, sans-serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 900;
	line-height: 1.05;
}
.beautifultech-comment-form__heading > p {
	max-width: 680px;
	margin: 14px 0 0;
	color: var(--bt-muted);
}
.beautifultech-comment-list {
	display: grid;
	gap: 18px;
	margin: 0 0 48px;
	padding: 0;
	list-style: none;
}
.beautifultech-comment-list .comment,
.beautifultech-comment-list .pingback {
	margin: 0;
	padding: 24px;
	border: 1px solid #e5e0dc;
	background: #fff;
	list-style: none;
}
.beautifultech-comment-list .children {
	display: grid;
	gap: 14px;
	margin: 20px 0 0 34px;
	padding: 0;
	list-style: none;
}
.beautifultech-comment-list .comment-body { position: relative; }
.beautifultech-comment-list .comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 800;
}
.beautifultech-comment-list .avatar { border-radius: 50%; }
.beautifultech-comment-list .comment-metadata {
	margin: 8px 0 18px 76px;
	color: var(--bt-muted);
	font-size: 13px;
}
.beautifultech-comment-list .comment-content { font-family: "Fraunces", Georgia, serif; font-size: 17px; }
.beautifultech-comment-list .comment-content p:last-child { margin-bottom: 0; }
.beautifultech-comment-list .reply { margin-top: 14px; }
.beautifultech-comment-list .reply a {
	color: var(--bt-accent);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}
.beautifultech-comment-form-wrap {
	padding: clamp(26px, 5vw, 54px);
	border: 1px solid #e5e0dc;
	background: #fff;
}
.beautifultech-comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.beautifultech-comment-form > .beautifultech-comment-form__heading,
.beautifultech-comment-form > .logged-in-as,
.beautifultech-comment-form > .comment-notes,
.beautifultech-comment-form > .beautifultech-comment-field--wide,
.beautifultech-comment-form > .form-submit,
.beautifultech-comment-form > .comment-form-cookies-consent {
	grid-column: 1 / -1;
}
.beautifultech-comment-form p { margin: 0; }
.beautifultech-comment-session {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 16px;
	background: #f7f4f2;
	font-size: 14px;
}
.beautifultech-comment-session__links { display: flex; flex-wrap: wrap; gap: 14px; }
.beautifultech-comment-session a,
.beautifultech-comment-form .comment-notes a { color: var(--bt-accent); font-weight: 700; }
.beautifultech-comment-form .comment-notes {
	color: var(--bt-muted);
	font-size: 14px;
}
.beautifultech-comment-field label {
	display: block;
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .03em;
	text-transform: uppercase;
}
.beautifultech-comment-field input,
.beautifultech-comment-field textarea {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 13px 15px;
	border: 1px solid #cbc5c0;
	border-radius: 0;
	background: #fff;
	color: var(--bt-ink);
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}
.beautifultech-comment-field textarea { min-height: 190px; resize: vertical; }
.beautifultech-comment-field input:focus,
.beautifultech-comment-field textarea:focus {
	border-color: var(--bt-accent);
	box-shadow: 0 0 0 3px rgba(224, 63, 84, .12);
}
.beautifultech-comment-field .required { color: var(--bt-accent); }
.beautifultech-comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: var(--bt-muted);
	font-size: 14px;
}
.beautifultech-comment-form .comment-form-cookies-consent input { margin-top: 5px; }
.beautifultech-comment-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid var(--bt-ink);
	background: var(--bt-ink);
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease;
}
.beautifultech-comment-submit:hover,
.beautifultech-comment-submit:focus-visible { background: var(--bt-accent); border-color: var(--bt-accent); }
.beautifultech-comments .navigation { margin: 24px 0 48px; }
.beautifultech-comments .nav-links { display: flex; justify-content: space-between; gap: 20px; }
.beautifultech-comments .nav-links a { color: var(--bt-accent); font-weight: 800; text-decoration: none; }

@media (max-width: 767px) {
	.beautifultech-home-heading { padding-inline: 20px; }
	.beautifultech-comments { padding: 64px 20px 76px; }
	.beautifultech-comment-form { grid-template-columns: 1fr; }
	.beautifultech-comment-form > * { grid-column: 1 / -1; }
	.beautifultech-comment-session { align-items: flex-start; flex-direction: column; }
	.beautifultech-comment-list .children { margin-left: 14px; }
	.beautifultech-comment-list .comment-metadata { margin-left: 0; }
}
