.dc-blog-single {
	--dc-blog-navy: #042453;
	--dc-blog-ink: #111633;
	--dc-blog-muted: #69708a;
	--dc-blog-line: #e8ebf3;
	--dc-blog-soft: #f7f8fc;
	--dc-blog-green: #218a4a;
	--dc-blog-red: #f04438;
	font-family: "Lato", Arial, sans-serif;
	color: var(--dc-blog-ink);
	background: #fff;
}

.dc-blog-single *,
.dc-blog-single *::before,
.dc-blog-single *::after {
	box-sizing: border-box;
}

.dc-blog-single__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 352px;
	gap: 34px;
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
	padding: 28px 0 58px;
	align-items: start;
}

.dc-blog-main {
	min-width: 0;
}

.dc-blog-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 34px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--dc-blog-muted);
}

.dc-blog-breadcrumbs a {
	color: #36405e;
	text-decoration: none;
}

.dc-blog-breadcrumbs a:hover,
.dc-blog-breadcrumbs a:focus-visible {
	color: var(--dc-blog-navy);
	text-decoration: underline;
}

.dc-blog-breadcrumbs__separator {
	color: #9da4b8;
}

.dc-blog-hero {
	margin: 0 0 28px;
}

.dc-blog-hero__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.dc-blog-hero__category {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 10px;
	border-radius: 5px;
	background: #eef1fa;
	color: var(--dc-blog-navy);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
}

.dc-blog-hero__reading {
	color: #9aa1b7;
	font-size: 13px;
	font-weight: 600;
}

.dc-blog-hero__title {
	max-width: 820px;
	margin: 0 0 14px;
	color: var(--dc-blog-navy);
	font-size: 36px;
	line-height: 1.16;
	font-weight: 800;
	letter-spacing: 0;
}

.dc-blog-hero__byline {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	align-items: center;
	margin-bottom: 24px;
	color: #35405f;
	font-size: 14px;
	font-weight: 700;
}

.dc-blog-hero__image {
	margin: 0;
	overflow: hidden;
	border-radius: 7px;
	background: var(--dc-blog-soft);
}

.dc-blog-hero__image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
}

.dc-blog-content {
	font-size: 17px;
	line-height: 1.72;
	color: #26304c;
}

.dc-blog-content > *:first-child {
	margin-top: 0;
}

.dc-blog-content p {
	margin: 0 0 18px;
}

.dc-blog-content a {
	color: var(--dc-blog-navy);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.dc-blog-content h2,
.dc-blog-content h3,
.dc-blog-summary h2 {
	margin: 30px 0 12px;
	color: var(--dc-blog-navy);
	font-weight: 800;
	letter-spacing: 0;
}

.dc-blog-content h2 {
	font-size: 24px;
	line-height: 1.28;
}

.dc-blog-content h3 {
	font-size: 19px;
	line-height: 1.34;
}

.dc-blog-content ul,
.dc-blog-content ol {
	margin: 0 0 22px;
	padding-left: 26px;
}

.dc-blog-content li {
	margin: 8px 0;
}

.dc-blog-content ul li::marker {
	color: var(--dc-blog-green);
}

.dc-blog-content img {
	max-width: 100%;
	height: auto;
	border-radius: 7px;
}

.dc-blog-content table {
	width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
	font-size: 15px;
}

.dc-blog-content th,
.dc-blog-content td {
	padding: 12px;
	border: 1px solid var(--dc-blog-line);
	text-align: left;
	vertical-align: top;
}

.dc-blog-tip,
.dc-blog-content .dc-blog-tip {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	margin: 20px 0 24px;
	padding: 16px 18px;
	border: 1px solid #dbeee4;
	border-radius: 7px;
	background: #fbfffc;
	color: #263d31;
	font-size: 16px;
	line-height: 1.55;
}

.dc-blog-tip::before {
	content: "TIP";
	color: var(--dc-blog-green);
	font-weight: 900;
	font-size: 13px;
}

.dc-blog-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 22px 0 28px;
}

.dc-blog-card-grid > * {
	min-width: 0;
	padding: 18px;
	border: 1px solid var(--dc-blog-line);
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(4, 36, 83, .06);
}

.dc-blog-summary {
	margin: 32px 0 26px;
	padding: 20px 22px;
	border-radius: 7px;
	background: #f3f5fb;
	color: #26304c;
}

.dc-blog-summary h2 {
	margin-top: 0;
	font-size: 20px;
}

.dc-blog-summary p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
}

.dc-blog-vote {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 28px;
	padding: 14px 16px;
	border: 1px solid var(--dc-blog-line);
	border-radius: 7px;
	background: #fff;
}

.dc-blog-vote__question,
.dc-blog-vote__status {
	margin: 0;
	color: #49536d;
	font-size: 14px;
	font-weight: 700;
}

.dc-blog-vote__actions {
	display: flex;
	gap: 12px;
}

.dc-blog-vote__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 116px;
	min-height: 42px;
	padding: 9px 16px;
	border: 1px solid var(--dc-blog-line);
	border-radius: 7px;
	background: #fff;
	color: var(--dc-blog-navy);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
}

.dc-blog-vote__button svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
}

.dc-blog-vote__button:hover,
.dc-blog-vote__button:focus-visible {
	border-color: var(--dc-blog-navy);
	box-shadow: 0 0 0 3px rgba(4, 36, 83, .12);
}

.dc-blog-vote__button[disabled] {
	cursor: default;
	opacity: .68;
}

.dc-blog-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: sticky;
	top: 20px;
	min-width: 0;
}

.dc-blog-sidebar-box,
.dc-blog-product {
	border: 1px solid var(--dc-blog-line);
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(4, 36, 83, .07);
}

.dc-blog-sidebar-box {
	padding: 22px;
}

.dc-blog-sidebar-box h2,
.dc-blog-product h2 {
	margin: 0 0 16px;
	color: var(--dc-blog-navy);
	font-size: 20px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0;
}

.dc-blog-search form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 96px;
	gap: 8px;
}

.dc-blog-search input[type="search"] {
	width: 100%;
	min-width: 0;
	min-height: 43px;
	padding: 0 14px;
	border: 1px solid var(--dc-blog-line);
	border-radius: 6px;
	color: var(--dc-blog-ink);
	font: inherit;
	font-size: 14px;
}

.dc-blog-search button,
.dc-blog-product__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 43px;
	border: 1px solid var(--dc-blog-navy);
	border-radius: 6px;
	background: var(--dc-blog-navy);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

.dc-blog-categories ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dc-blog-categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #303a58;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.dc-blog-categories small {
	color: #8b93a8;
	font-size: 13px;
	font-weight: 800;
}

.dc-blog-recommended__list {
	display: grid;
	gap: 16px;
}

.dc-blog-recommended__item {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
	color: inherit;
	text-decoration: none;
}

.dc-blog-recommended__thumb {
	display: block;
	width: 76px;
	height: 76px;
	border-radius: 7px;
	background: var(--dc-blog-soft);
	overflow: hidden;
}

.dc-blog-recommended__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dc-blog-recommended__body strong {
	display: block;
	margin-bottom: 5px;
	color: var(--dc-blog-navy);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 800;
}

.dc-blog-recommended__body small {
	color: var(--dc-blog-muted);
	font-size: 12px;
	font-weight: 700;
}

.dc-blog-product {
	padding: 24px;
	overflow: hidden;
}

.dc-blog-product__eyebrow {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 4px 8px;
	border-radius: 5px;
	background: #fff0ee;
	color: var(--dc-blog-red);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.dc-blog-product__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px;
	gap: 16px;
	align-items: start;
}

.dc-blog-product__copy {
	min-width: 0;
}

.dc-blog-product__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 2px 0 12px;
	color: #f5b301;
	font-size: 13px;
	font-weight: 900;
}

.dc-blog-product__rating .star-rating {
	float: none;
	margin: 0;
}

.dc-blog-product__price {
	margin: 0 0 18px;
	color: var(--dc-blog-red);
	font-size: 28px;
	line-height: 1.15;
	font-weight: 900;
}

.dc-blog-product__price del {
	color: #8b93a8;
	font-size: 18px;
	font-weight: 700;
}

.dc-blog-product__price ins {
	text-decoration: none;
}

.dc-blog-product__price .iworks-omnibus {
	margin: 7px 0 0;
	color: #6e768c;
	font-size: 12px;
	line-height: 1.35;
	font-weight: 700;
}

.dc-blog-product__button {
	gap: 8px;
	width: min(100%, 190px);
}

.dc-blog-product__button svg {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.dc-blog-product__image {
	display: block;
	min-width: 0;
}

.dc-blog-product__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1.25;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.dc-blog-single__inner {
		grid-template-columns: minmax(0, 1fr);
		width: min(840px, calc(100% - 28px));
	}

	.dc-blog-sidebar {
		position: static;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dc-blog-product {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.dc-blog-single__inner {
		width: min(100% - 24px, 620px);
		padding-top: 20px;
	}

	.dc-blog-hero__title {
		font-size: 29px;
		line-height: 1.2;
	}

	.dc-blog-content {
		font-size: 16px;
		line-height: 1.68;
	}

	.dc-blog-card-grid,
	.dc-blog-sidebar {
		grid-template-columns: 1fr;
	}

	.dc-blog-search form {
		grid-template-columns: 1fr;
	}

	.dc-blog-vote {
		align-items: stretch;
	}

	.dc-blog-vote__actions,
	.dc-blog-vote__button {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.dc-blog-hero__title {
		font-size: 25px;
	}

	.dc-blog-product__layout {
		grid-template-columns: 1fr;
	}

	.dc-blog-product__image {
		max-width: 180px;
	}
}
