:root {
	--azm-editorial-ink: #202124;
	--azm-editorial-muted: #62666d;
	--azm-editorial-line: #e5e7eb;
	--azm-editorial-soft: #f6f7f8;
	--azm-editorial-accent: #ff5733;
	--azm-editorial-accent-dark: #d83b1c;
}

body.azm-editorial-archive,
body.azm-editorial-single {
	background: #fff;
	color: var(--azm-editorial-ink);
}

body.azm-editorial-archive main.site-main,
body.azm-editorial-single main.site-main {
	width: min(100% - 40px, 1120px);
	margin: 0 auto;
	padding: clamp(112px, 10vw, 144px) 0 96px;
}

body.azm-editorial-single main.site-main {
	max-width: 900px;
}

body.azm-editorial-archive .page-header,
body.azm-editorial-single .page-header {
	margin: 0 0 36px;
}

body.azm-editorial-archive .entry-title,
body.azm-editorial-single .entry-title {
	margin: 0;
	color: var(--azm-editorial-ink);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

body.azm-editorial-archive .archive-description {
	max-width: 760px;
	margin: 18px 0 0;
	color: var(--azm-editorial-muted);
	font-size: clamp(18px, 2.2vw, 22px);
	line-height: 1.55;
}

body.azm-editorial-archive .page-content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
	gap: 24px;
}

body.azm-editorial-archive .page-content > .azm-hub-intro {
	grid-column: 1 / -1;
	margin: 0 0 12px;
}

body.azm-editorial-archive article.post {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid var(--azm-editorial-line);
	border-radius: 18px;
	background: linear-gradient(145deg, #fff 60%, #fff6f3 100%);
	box-shadow: 0 14px 40px rgb(32 33 36 / 7%);
}

body.azm-editorial-archive article.post .entry-title {
	font-size: clamp(25px, 3vw, 34px);
	line-height: 1.18;
	letter-spacing: -0.02em;
}

body.azm-editorial-archive article.post .entry-title a {
	color: inherit;
	text-decoration: none;
}

body.azm-editorial-archive article.post .entry-title a:hover,
body.azm-editorial-archive article.post .entry-title a:focus-visible {
	color: var(--azm-editorial-accent-dark);
}

body.azm-editorial-archive article.post p {
	margin: 20px 0 0;
	color: var(--azm-editorial-muted);
	font-size: 17px;
	line-height: 1.65;
}

body.azm-editorial-archive article.post .azm-read-more {
	margin-top: auto;
	padding-top: 28px;
}

.azm-read-more a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--azm-editorial-accent-dark);
	font-weight: 700;
	text-decoration: none;
}

.azm-read-more a:hover,
.azm-read-more a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.azm-article {
	font-size: 18px;
	line-height: 1.72;
}

.azm-article p,
.azm-article ul {
	margin: 0 0 24px;
}

.azm-article h2 {
	margin: 56px 0 18px;
	font-size: clamp(28px, 3.5vw, 38px);
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.azm-article ul {
	padding-left: 24px;
}

.azm-article li + li {
	margin-top: 8px;
}

.azm-article a {
	color: var(--azm-editorial-accent-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.azm-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 26px;
	color: var(--azm-editorial-muted);
	font-size: 15px;
}

.azm-breadcrumbs a {
	color: inherit;
}

.azm-article-lead {
	margin: 0 0 30px;
	color: #35383d;
	font-size: clamp(20px, 2.4vw, 24px);
	line-height: 1.55;
}

.azm-answer,
.azm-choice,
.azm-article-cta {
	margin: 30px 0;
	padding: clamp(24px, 4vw, 34px);
	border-radius: 16px;
}

.azm-answer {
	border-left: 5px solid var(--azm-editorial-accent);
	background: var(--azm-editorial-soft);
}

.azm-choice {
	border: 1px solid #ffd4c9;
	background: #fff8f5;
}

.azm-choice h2 {
	margin-top: 0;
}

.azm-choice p:last-child {
	margin-bottom: 0;
}

.azm-answer p:last-child,
.azm-article-cta p:last-child {
	margin-bottom: 0;
}

.azm-table-wrap {
	max-width: 100%;
	margin: 24px 0 30px;
	overflow-x: auto;
	border: 1px solid var(--azm-editorial-line);
	border-radius: 14px;
}

.azm-article table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	background: #fff;
}

.azm-article th,
.azm-article td {
	padding: 15px 17px;
	border-bottom: 1px solid var(--azm-editorial-line);
	text-align: left;
	vertical-align: top;
}

.azm-article th {
	background: var(--azm-editorial-soft);
	font-size: 16px;
}

.azm-article tr:last-child td {
	border-bottom: 0;
}

.azm-article-cta {
	margin-top: 54px;
	background: #202124;
	color: #fff;
}

.azm-article-cta h2 {
	margin-top: 0;
	color: #fff;
}

.azm-article-cta a {
	color: #ff9b83;
}

.azm-primary-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin: 4px 0 24px;
	padding: 12px 22px;
	border-radius: 10px;
	background: var(--azm-editorial-accent);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
}

.azm-primary-cta:hover,
.azm-primary-cta:focus-visible {
	background: var(--azm-editorial-accent-dark);
}

.azm-editorial-contact-bar .fly-button-section {
	position: fixed;
	inset-block-end: 0;
	z-index: 20;
	display: flex;
	width: 100%;
	height: 93px;
	padding: 16px;
	background: #f9f7ed;
	justify-content: center;
}

.azm-editorial-contact-bar .fly-button-container {
	display: flex;
	width: 700px;
	height: 100%;
	padding: 0;
	align-items: center;
	justify-content: center;
}

.azm-editorial-contact-bar .e-3df80684-ab83ba3 {
	display: none;
	width: 100%;
	height: 59px;
	max-width: 492px;
	max-height: 59px;
	padding: 12px 25px;
	border: 0;
	border-radius: 10px;
	background: var(--orange, #ff5420);
	color: #fff;
	flex-direction: row;
	gap: 14px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.azm-editorial-contact-bar .e-3df80684-ab83ba3 .img24-24 {
	width: 24px;
	height: 24px;
}

.azm-editorial-contact-bar .e-3df80684-ab83ba3 p {
	margin: 0;
	color: #fff;
	font: 700 18px/23px Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
	body.azm-editorial-archive main.site-main,
	body.azm-editorial-single main.site-main {
		width: min(100% - 28px, 1120px);
		padding-top: 112px;
		padding-bottom: 64px;
	}

	.azm-article {
		font-size: 17px;
	}

	.azm-article h2 {
		margin-top: 42px;
	}

	.azm-editorial-contact-bar .fly-button-section {
		height: 80px;
		padding: 0 10px 10px;
		background: transparent;
	}

	.azm-editorial-contact-bar .fly-button-container {
		display: none;
		padding-inline: 10px;
		flex-direction: column;
	}

	.azm-editorial-contact-bar .e-3df80684-ab83ba3 {
		display: flex;
	}
}
