.single-post .page-content .page-content-inner {
	max-width: 1120px;
	margin: 0 auto;
}

.ta-single-shell {
	display: block;
}

.ta-single-main {
	min-width: 0;
}

.ta-single-sidebar {
	margin-top: 40px;
}

.ta-single-sidebar .widget {
	margin-bottom: 24px;
	padding: 22px 22px 20px;
	border: 1px solid #e6edf4;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(18, 38, 63, 0.05);
}

.ta-single-sidebar .widget:last-child {
	margin-bottom: 0;
}

.ta-sidebar-post-item {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 14px 0;
	border-top: 1px solid #eef2f6;
}

.ta-sidebar-post-item:first-child {
	padding-top: 0;
	border-top: 0;
}

.ta-sidebar-post-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 1.15 / 1;
	object-fit: cover;
	border-radius: 14px;
}

.ta-sidebar-post-title,
.ta-sidebar-series-title {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
}

.ta-sidebar-post-title a,
.ta-sidebar-series-title a {
	color: #1f2937;
	text-decoration: none;
}

.ta-sidebar-series-card + .ta-sidebar-series-card {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #eef2f6;
}

.ta-sidebar-series-thumb img {
	display: block;
	width: 100%;
	border-radius: 16px;
	aspect-ratio: 1.5 / 1;
	object-fit: cover;
}

.ta-sidebar-series-copy {
	padding-top: 12px;
}

.single-post .site-main.col-sm-9 .page-content-inner,
.single-post .site-main.col-sm-12 .page-content-inner {
	max-width: 100%;
}

.ta-single-header {
	max-width: 840px;
	margin: 0 auto 24px;
}

.single-post .site-main.col-sm-9 .ta-single-header,
.single-post .site-main.col-sm-9 .ta-reading-body,
.single-post .site-main.col-sm-9 .ta-next-step,
.single-post .site-main.col-sm-9 .ta-related-section,
.single-post .site-main.col-sm-9 .entry-tag-share,
.single-post .site-main.col-sm-12 .ta-single-header,
.single-post .site-main.col-sm-12 .ta-reading-body,
.single-post .site-main.col-sm-12 .ta-next-step,
.single-post .site-main.col-sm-12 .ta-related-section,
.single-post .site-main.col-sm-12 .entry-tag-share {
	max-width: 100%;
}

.ta-mobile-summary {
	margin: 16px 0 0;
	font-size: 18px;
	line-height: 1.8;
	color: #4f5b66;
}

.ta-meta-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 20px 0 14px;
}

.ta-meta-chip {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	padding: 10px 14px;
	border-radius: 16px;
	background: linear-gradient(180deg, #f5f9ff 0%, #edf4ff 100%);
	border: 1px solid #d9e6fb;
	color: #23446a;
	font-size: 13px;
	line-height: 1.3;
	min-width: 118px;
}

.ta-meta-chip strong {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5d7391;
}

.ta-meta-chip span {
	font-size: 14px;
	font-weight: 600;
	color: #1c3553;
}

.ta-single-header .entry-meta {
	margin-top: 8px;
	color: #7d8995;
}

.ta-reading-body {
	max-width: 760px;
	margin: 0 auto;
	font-size: 17px;
	line-height: 1.9;
	color: #2d3741;
}

.ta-reading-body > * + * {
	margin-top: 1.2em;
}

.ta-reading-body h2,
.ta-reading-body h3,
.ta-reading-body h4 {
	margin-top: 1.8em;
	margin-bottom: 0.65em;
	line-height: 1.3;
}

.ta-reading-body ul,
.ta-reading-body ol {
	padding-left: 1.4em;
}

.ta-reading-body li + li {
	margin-top: 0.45em;
}

.ta-reading-body table {
	width: 100%;
	margin: 1.6em 0;
	border-collapse: collapse;
	border: 1px solid #dfe7ef;
	font-size: 15px;
}

.ta-reading-body th,
.ta-reading-body td {
	padding: 12px 14px;
	border: 1px solid #dfe7ef;
	vertical-align: top;
}

.ta-reading-body th {
	background: #f6f9fc;
	font-weight: 700;
	color: #1f2d3d;
}

.ta-reading-body blockquote {
	margin: 1.8em 0;
	padding: 20px 24px;
	border-left: 4px solid #0d63d6;
	background: #f7fbff;
	border-radius: 14px;
}

.ta-next-step,
.ta-related-section,
.entry-tag-share {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.ta-next-step,
.ta-related-section {
	margin-top: 52px;
}

.ta-next-step {
	padding: 24px 26px;
	border-radius: 22px;
	background: linear-gradient(135deg, #f7fbff 0%, #eef5ff 100%);
	border: 1px solid #dce8fb;
}

.single-title {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 1.2;
}

.ta-next-step-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ta-next-step-link {
	display: inline-block;
	padding: 12px 18px;
	border-radius: 999px;
	background: #0d63d6;
	color: #fff;
	font-weight: 600;
	box-shadow: 0 10px 24px rgba(13, 99, 214, 0.16);
}

.ta-next-step-link:hover {
	color: #fff;
	opacity: 0.92;
}

.ta-related-grid,
.ta-home-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.ta-related-card,
.ta-post-card {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 30px rgba(18, 38, 63, 0.08);
	height: 100%;
}

.ta-related-thumb img,
.ta-post-card-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 1.35 / 1;
	object-fit: cover;
}

.ta-related-content,
.ta-post-card-content {
	padding: 18px;
}

.ta-related-category,
.ta-post-card-category {
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0d63d6;
}

.ta-related-title,
.ta-post-card-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.35;
}

.ta-related-summary,
.ta-post-card-summary {
	margin: 0 0 14px;
	color: #566270;
	line-height: 1.7;
}

.ta-related-meta,
.ta-post-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
	color: #52606d;
}

.ta-related-meta span,
.ta-post-card-meta span {
	padding: 6px 10px;
	border-radius: 999px;
	background: #f3f5f7;
}

.entry-tag-share {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e5ecf3;
}

.entry-tag-share .post-tag {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.entry-tag-share .post-tag a {
	padding: 6px 12px;
	border-radius: 999px;
	background: #f3f5f7;
	font-size: 13px;
}

@media (min-width: 992px) {
	.ta-single-shell {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 320px;
		gap: 32px;
		align-items: start;
	}

	.ta-single-sidebar {
		margin-top: 0;
		position: sticky;
		top: 24px;
	}

	.single-post .site-main.col-sm-9 .ta-reading-body {
		font-size: 16.5px;
	}

	.single-post .sidebar-right .widget-area,
	.single-post .sidebar-left .widget-area {
		padding-top: 0;
	}

	.single-post .sidebar-right .widget-area .widget,
	.single-post .sidebar-left .widget-area .widget {
		border-radius: 18px;
	}
}

.single-post .widget-area .widget {
	margin-bottom: 24px;
	padding: 22px 22px 20px;
	border: 1px solid #e6edf4;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(18, 38, 63, 0.05);
}

.single-post .widget-area .widget:last-child {
	margin-bottom: 0;
}

.single-post .widget-area .widget-title,
.single-post .widget-area h5 {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #111827;
}

.single-post .widget-area .thim-list-posts .list-item,
.single-post .widget-area .sc-list-post .list-item,
.single-post .widget-area .feature-post .list-item,
.single-post .widget-area .last-post .list-item {
	padding: 14px 0;
	border-top: 1px solid #eef2f6;
}

.single-post .widget-area .thim-list-posts .list-item:first-child,
.single-post .widget-area .sc-list-post .list-item:first-child,
.single-post .widget-area .feature-post .list-item:first-child,
.single-post .widget-area .last-post .list-item:first-child {
	padding-top: 0;
	border-top: 0;
}

.single-post .widget-area .thim-list-posts .list-item:last-child,
.single-post .widget-area .sc-list-post .list-item:last-child,
.single-post .widget-area .feature-post .list-item:last-child,
.single-post .widget-area .last-post .list-item:last-child {
	padding-bottom: 0;
}

.single-post .widget-area .thim-list-posts .title,
.single-post .widget-area .sc-list-post .title,
.single-post .widget-area .feature-post .title,
.single-post .widget-area .thim-list-posts h6,
.single-post .widget-area .sc-list-post h6 {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
}

.single-post .widget-area .thim-list-posts .title a,
.single-post .widget-area .sc-list-post .title a,
.single-post .widget-area .feature-post .title a,
.single-post .widget-area .thim-list-posts h6 a,
.single-post .widget-area .sc-list-post h6 a {
	color: #1f2937;
	text-decoration: none;
}

.single-post .widget-area .thim-list-posts img,
.single-post .widget-area .sc-list-post img,
.single-post .widget-area .feature-post img {
	border-radius: 14px;
}

.single-post .widget-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-post .widget-area ul li {
	padding: 12px 0;
	border-top: 1px solid #eef2f6;
}

.single-post .widget-area ul li:first-child {
	padding-top: 0;
	border-top: 0;
}

.single-post .widget-area ul li:last-child {
	padding-bottom: 0;
}

.single-post .widget-area .cat-item,
.single-post .widget-area .widget_categories li,
.single-post .widget-area .widget_archive li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
}

.single-post .widget-area .cat-item a,
.single-post .widget-area .widget_categories a,
.single-post .widget-area .widget_archive a {
	color: #1f2937;
	font-weight: 500;
}

.single-post .widget-area .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.single-post .widget-area .tagcloud a {
	padding: 8px 14px;
	border-radius: 999px;
	background: #f4f7fa;
	border: 1px solid #e4ebf2;
	font-size: 13px !important;
	line-height: 1.2;
	color: #334155;
	text-decoration: none;
}

.single-post .widget-area .tagcloud a:hover {
	background: #0d63d6;
	border-color: #0d63d6;
	color: #fff;
}

.single-post .widget-area .feature-post-absolute .post-item,
.single-post .widget-area .series .post-item {
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}

.single-post .widget-area .feature-post-absolute .post-image img,
.single-post .widget-area .series .post-image img {
	border-radius: 16px;
}

.single-post .widget-area .feature-post-absolute .post-title,
.single-post .widget-area .series .post-title {
	font-size: 18px;
	line-height: 1.4;
}

@media (max-width: 991px) {
	.ta-single-sidebar {
		display: none;
	}

	.single-post .widget-area .widget {
		padding: 18px;
	}

	.single-post .widget-area .widget-title,
	.single-post .widget-area h5 {
		font-size: 22px;
	}
}

.home .thim-ekits-post__article {
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 12px 30px rgba(18, 38, 63, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 1px solid #edf2f7;
}

.home .thim-ekits-post__article:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 42px rgba(18, 38, 63, 0.1);
}

.home .thim-ekits-post__thumbnail .post-thumbnail,
.home .thim-ekits-post__thumbnail img {
	border-radius: 18px;
}

.home .thim-ekits-post__content {
	padding-top: 8px;
}

.home .thim-ekits-post__title {
	line-height: 1.28;
	letter-spacing: -0.01em;
}

.home .thim-ekits-post__excerpt {
	color: #566270;
	line-height: 1.7;
}

.home .thim-ekits-post__meta {
	color: #6d7a88;
}

.ta-home-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 15px 0 0;
}

.ta-home-chip {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.015em;
	border: 1px solid transparent;
}

.ta-home-chip-category {
	background: linear-gradient(180deg, #e7f0ff 0%, #dce9ff 100%);
	color: #1f4f98;
	border-color: #c8dbff;
	box-shadow: 0 10px 22px rgba(36, 87, 166, 0.11);
}

.ta-home-chip-tag {
	background: #f8fafc;
	color: #334155;
	border-color: #dde6ef;
}

.home .thim-ekits-post__article .thim-ekits-blog__categories a,
.home .thim-ekits-post__article .loop-item-term {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(6px);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #2457a6;
	box-shadow: 0 8px 20px rgba(18, 38, 63, 0.12);
}

.home .thim-ekits-post__article .thim-ekits-post__date {
	border-radius: 999px;
	padding: 6px 10px;
	background: rgba(17, 24, 39, 0.78);
	color: #fff;
	backdrop-filter: blur(6px);
}

.home .sc_heading .title,
.home .elementor-heading-title,
.home .widget-title {
	letter-spacing: -0.024em;
}

.home .sc_heading {
	margin-bottom: 18px;
}

.home .sc_heading .title {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.home .sc_heading .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 64px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #2f6df6 0%, #8ab2ff 100%);
}

.home .elementor-element[data-widget_type="thim-ekits-post.default"],
.home .elementor-element[data-widget_type="thim-ekits-list-blog.default"],
.home .elementor-element[data-widget_type="thim-ekits-tabs-post.default"] {
	margin-bottom: 6px;
}

.home .sc-list-post.thim-list-posts .list-item,
.home .thim-list-posts .list-item {
	padding-top: 18px;
	padding-bottom: 18px;
	border-top-color: #edf2f7;
}

.home .sc-list-post.thim-list-posts .article-image img,
.home .thim-list-posts .article-image img {
	border-radius: 14px;
}

.home .sc-list-post.thim-list-posts .article-wrapper,
.home .thim-list-posts .article-wrapper {
	padding-top: 2px;
}

.home .sc-list-post.thim-list-posts .title,
.home .thim-list-posts .title {
	line-height: 1.38;
}

.home #sidebar .widget,
.home .widget-area .widget {
	border-radius: 18px;
}

.home .widget-area .widget + .widget {
	margin-top: 6px;
}

.home .e-n-tab-title,
.home .e-n-tab-title-text {
	letter-spacing: 0.01em;
}

.ta-home-block {
	margin: 36px 0;
}

.ta-home-block-title {
	margin-bottom: 18px;
	font-size: 28px;
}

.ta-front-page {
	padding-bottom: 40px;
}

.ta-home-hero {
	padding: 24px 0 8px;
}

.ta-home-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 36px;
	align-items: center;
}

.ta-home-eyebrow {
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #0d63d6;
}

.ta-home-hero-title {
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.08;
}

.ta-home-hero-summary {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.8;
	color: #566270;
}

.ta-home-hero-media img {
	width: 100%;
	border-radius: 24px;
	display: block;
	box-shadow: 0 20px 50px rgba(18, 38, 63, 0.12);
}

.ta-home-cta {
	display: inline-block;
	margin-top: 10px;
	padding: 14px 22px;
	border-radius: 999px;
	background: #0d63d6;
	color: #fff;
	font-weight: 700;
}

.ta-home-cta:hover {
	color: #fff;
	opacity: 0.92;
}

.ta-start-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ta-start-card {
	display: block;
	padding: 24px;
	border-radius: 22px;
	background: linear-gradient(135deg, #f5f8fc 0%, #e8f1ff 100%);
	box-shadow: 0 12px 30px rgba(18, 38, 63, 0.06);
}

.ta-start-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
}

.ta-start-card p {
	margin: 0;
	color: #566270;
	line-height: 1.7;
}

.ta-goal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ta-goal-link {
	display: inline-flex;
	align-items: center;
	padding: 11px 16px;
	border-radius: 999px;
	background: #f2f5f8;
	font-weight: 600;
	color: #1f2d3d;
}

.ta-goal-link:hover {
	background: #0d63d6;
	color: #fff;
}

@media (max-width: 991px) {
	.ta-home-hero-grid,
	.ta-start-grid,
	.ta-related-grid,
	.ta-home-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ta-mobile-summary {
		font-size: 16px;
	}

	.ta-single-header,
	.ta-reading-body,
	.ta-next-step,
	.ta-related-section,
	.entry-tag-share {
		max-width: 100%;
	}

	.ta-meta-chip {
		min-width: 0;
		flex: 1 1 calc(50% - 12px);
	}

	.ta-home-hero-grid,
	.ta-start-grid,
	.ta-related-grid,
	.ta-home-grid {
		grid-template-columns: 1fr;
	}

	.ta-related-title,
	.ta-post-card-title {
		font-size: 18px;
	}

	.single-title {
		font-size: 24px;
	}

	.ta-home-hero-title {
		font-size: 34px;
	}
}
