/**
 * CLAADSS — Article / Press chrome (ALL screens: phone, tablet, laptop, PC)
 * Multicolour tags · visible meta · always-on post-nav · modern recent posts
 * Hide recent comments · sidebar sponsor ad · read-more blogs grid
 */

/* Scope helpers */
body.claadss-single-article,
body.claadss-single-press,
body.single-format-standard,
body.single-post:not(.single-format-video):not(.single-format-link) {
	--cm-ar-line: linear-gradient(90deg, #6366f1, #a855f7, #ec4899, #f59e0b, #10b981);
}

/* =========================================================
   KEYWORDS / TAGS — multicolour borders (below article)
   ========================================================= */
body.claadss-single-article .tags-links,
body.claadss-single-press .tags-links,
body.single-format-standard .tags-links,
body.single-post:not(.single-format-video):not(.single-format-link) .tags-links,
body.single .entry-footer .tags-links {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	padding: 12px 0 8px !important;
	margin: 10px 0 16px !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.claadss-single-article .tags-links a,
body.claadss-single-press .tags-links a,
body.single-format-standard .tags-links a,
body.single-post:not(.single-format-video):not(.single-format-link) .tags-links a,
body.single .entry-footer .tags-links a {
	display: inline-flex !important;
	align-items: center !important;
	padding: 7px 14px !important;
	margin: 0 !important;
	border-radius: 999px !important;
	border-width: 2px !important;
	border-style: solid !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em !important;
	text-decoration: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	line-height: 1.2 !important;
	transition: transform 0.12s ease, box-shadow 0.12s ease !important;
}
body.single .entry-footer .tags-links a:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1);
}

body.single .tags-links a:nth-child(6n + 1),
body.claadss-single-article .tags-links a:nth-child(6n + 1),
body.claadss-single-press .tags-links a:nth-child(6n + 1) {
	color: #3730a3 !important;
	border-color: #818cf8 !important;
	background: #eef2ff !important;
}
body.single .tags-links a:nth-child(6n + 2),
body.claadss-single-article .tags-links a:nth-child(6n + 2),
body.claadss-single-press .tags-links a:nth-child(6n + 2) {
	color: #9d174d !important;
	border-color: #f472b6 !important;
	background: #fdf2f8 !important;
}
body.single .tags-links a:nth-child(6n + 3),
body.claadss-single-article .tags-links a:nth-child(6n + 3),
body.claadss-single-press .tags-links a:nth-child(6n + 3) {
	color: #c2410c !important;
	border-color: #fb923c !important;
	background: #fff7ed !important;
}
body.single .tags-links a:nth-child(6n + 4),
body.claadss-single-article .tags-links a:nth-child(6n + 4),
body.claadss-single-press .tags-links a:nth-child(6n + 4) {
	color: #047857 !important;
	border-color: #34d399 !important;
	background: #ecfdf5 !important;
}
body.single .tags-links a:nth-child(6n + 5),
body.claadss-single-article .tags-links a:nth-child(6n + 5),
body.claadss-single-press .tags-links a:nth-child(6n + 5) {
	color: #0e7490 !important;
	border-color: #22d3ee !important;
	background: #ecfeff !important;
}
body.single .tags-links a:nth-child(6n + 6),
body.claadss-single-article .tags-links a:nth-child(6n + 6),
body.claadss-single-press .tags-links a:nth-child(6n + 6) {
	color: #6d28d9 !important;
	border-color: #c084fc !important;
	background: #f5f3ff !important;
}

/* =========================================================
   VIEWS + COMMENT ICONS — always visible
   ========================================================= */
body.claadss-single-article .post-meta,
body.claadss-single-press .post-meta,
body.single-format-standard .post-meta,
body.single-post:not(.single-format-video):not(.single-format-link) .post-meta,
body.single .post-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 12px 16px !important;
	margin-top: 14px !important;
	background: linear-gradient(135deg, #f1f5f9, #eef2ff) !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 14px !important;
	color: #0f172a !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 0.92rem !important;
	font-weight: 700 !important;
}

body.single .post-meta .post-views,
body.single .post-meta .post-comments,
body.single .post-meta .post-likes,
body.claadss-single-article .post-meta span,
body.claadss-single-press .post-meta span {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 0 6px 0 0 !important;
	color: #1e293b !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.single .post-meta .post-views i,
body.single .post-meta .post-comments i,
body.single .post-meta .post-likes i,
body.claadss-single-article .post-meta i,
body.claadss-single-press .post-meta i {
	display: inline-block !important;
	opacity: 1 !important;
	visibility: visible !important;
	font-size: 1.05rem !important;
	margin-right: 4px !important;
	width: auto !important;
	height: auto !important;
}
body.single .post-meta .post-views i {
	color: #4f46e5 !important;
}
body.single .post-meta .post-comments i {
	color: #db2777 !important;
}
body.single .post-meta .post-likes i {
	color: #ea580c !important;
}

/* =========================================================
   POST-NAV — always visible (no hover required)
   ========================================================= */
body.claadss-single-article .post-nav,
body.claadss-single-press .post-nav,
body.single-format-standard .post-nav,
body.single-post:not(.single-format-video):not(.single-format-link) .post-nav,
body.single .post-nav {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	padding: 10px 0 4px !important;
	overflow: visible !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.single .post-nav-np,
body.claadss-single-article .post-nav-np,
body.claadss-single-press .post-nav-np {
	position: relative !important;
	flex: 1 1 240px !important;
	min-height: 100px !important;
	padding: 16px 18px !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	background: linear-gradient(135deg, #312e81, #4f46e5 50%, #db2777) !important;
	border: 1px solid #c7d2fe !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.single .post-nav-np .post-nav-image {
	opacity: 0.42 !important;
	visibility: visible !important;
	filter: brightness(0.65) saturate(1.15);
}

body.single .post-nav-np a,
body.single .post-nav-np .next-link,
body.single .post-nav-np .prev-link,
body.claadss-single-article .post-nav-np a,
body.claadss-single-press .post-nav-np a {
	position: relative !important;
	z-index: 3 !important;
	color: #fff !important;
	font-weight: 800 !important;
	font-size: 0.95rem !important;
	line-height: 1.35 !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45) !important;
	opacity: 1 !important;
	visibility: visible !important;
	background: rgba(15, 23, 42, 0.4) !important;
	padding: 10px 14px !important;
	border-radius: 12px !important;
	display: inline-block !important;
}
body.single .post-nav-np a i {
	color: #fde68a !important;
	opacity: 1 !important;
}

/* =========================================================
   SIDEBAR — hide Recent Comments (classic + block widgets)
   ========================================================= */
body.claadss-single-article .widget_recent_comments,
body.claadss-single-press .widget_recent_comments,
body.single-format-standard .widget_recent_comments,
body.single-post:not(.single-format-video):not(.single-format-link) .widget_recent_comments,
body.single #secondary .widget_recent_comments,
body.single #secondary .wp-block-latest-comments,
body.single #secondary .widget_block:has(.wp-block-latest-comments),
body.single #secondary .widget_block:has(.no-comments) {
	display: none !important;
}

/* =========================================================
   SIDEBAR — modern Recent Posts (block widget replacement)
   ========================================================= */
body.single #secondary .claadss-recent-modern {
	background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%) !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 20px !important;
	padding: 14px 12px 12px !important;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08) !important;
	margin: 0 0 16px !important;
}
body.single #secondary .claadss-recent-modern__title {
	margin: 0 0 12px !important;
	padding: 10px 14px !important;
	border-radius: 12px !important;
	font-size: 0.95rem !important;
	font-weight: 900 !important;
	color: #fff !important;
	background: linear-gradient(105deg, #4f46e5, #a855f7 48%, #ec4899) !important;
	border: 0 !important;
	box-shadow: 0 8px 20px rgba(99, 102, 241, 0.28) !important;
}
body.single #secondary .claadss-recent-modern__list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.single #secondary .claadss-recent-modern__item {
	margin: 0 0 8px !important;
	padding: 0 !important;
	border: 0 !important;
}
body.single #secondary .claadss-recent-modern__link {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 8px !important;
	border-radius: 14px !important;
	border: 1px solid #e2e8f0 !important;
	background: #fff !important;
	text-decoration: none !important;
	transition: transform 0.12s ease, box-shadow 0.12s ease !important;
}
body.single #secondary .claadss-recent-modern__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(79, 70, 229, 0.12) !important;
}
body.single #secondary .claadss-recent-modern__item--1 .claadss-recent-modern__link {
	border-color: #c7d2fe !important;
	background: linear-gradient(90deg, #eef2ff, #fff) !important;
}
body.single #secondary .claadss-recent-modern__item--2 .claadss-recent-modern__link {
	border-color: #fbcfe8 !important;
	background: linear-gradient(90deg, #fdf2f8, #fff) !important;
}
body.single #secondary .claadss-recent-modern__item--3 .claadss-recent-modern__link {
	border-color: #fdba74 !important;
	background: linear-gradient(90deg, #fff7ed, #fff) !important;
}
body.single #secondary .claadss-recent-modern__item--4 .claadss-recent-modern__link {
	border-color: #6ee7b7 !important;
	background: linear-gradient(90deg, #ecfdf5, #fff) !important;
}
body.single #secondary .claadss-recent-modern__item--5 .claadss-recent-modern__link {
	border-color: #c4b5fd !important;
	background: linear-gradient(90deg, #f5f3ff, #fff) !important;
}
body.single #secondary .claadss-recent-modern__media {
	width: 64px !important;
	min-width: 64px !important;
	height: 64px !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	display: block !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1) !important;
}
body.single #secondary .claadss-recent-modern__media img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}
body.single #secondary .claadss-recent-modern__body {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}
body.single #secondary .claadss-recent-modern__num {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 22px !important;
	height: 22px !important;
	border-radius: 50% !important;
	font-size: 0.7rem !important;
	font-weight: 900 !important;
	color: #fff !important;
	background: linear-gradient(135deg, #6366f1, #db2777) !important;
}
body.single #secondary .claadss-recent-modern__name {
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	color: #0f172a !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
}

/* Also style plain WP block latest posts if filter misses */
body.single #secondary .wp-block-latest-posts {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
body.single #secondary .wp-block-latest-posts li {
	margin: 0 0 8px !important;
	padding: 10px 12px !important;
	border-radius: 12px !important;
	border: 1px solid #e2e8f0 !important;
	background: linear-gradient(90deg, #eef2ff, #fff) !important;
}
body.single #secondary .wp-block-latest-posts a {
	font-weight: 800 !important;
	color: #0f172a !important;
	text-decoration: none !important;
}
body.single #secondary .widget_block .wp-block-heading {
	margin: 0 0 12px !important;
	padding: 10px 14px !important;
	border-radius: 12px !important;
	font-size: 0.95rem !important;
	font-weight: 900 !important;
	color: #fff !important;
	background: linear-gradient(105deg, #4f46e5, #a855f7 48%, #ec4899) !important;
}

/* =========================================================
   SIDEBAR — Recent Posts modern colourful cards
   ========================================================= */
body.claadss-single-article #secondary .widget_latest_entries,
body.claadss-single-press #secondary .widget_latest_entries,
body.single-format-standard #secondary .widget_latest_entries,
body.single-post:not(.single-format-video):not(.single-format-link) #secondary .widget_latest_entries,
body.single #secondary .widget_latest_entries {
	background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%) !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 20px !important;
	padding: 16px 14px 14px !important;
	box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08) !important;
	margin-bottom: 18px !important;
	overflow: hidden !important;
}

body.single #secondary .widget_latest_entries .widget-title,
body.claadss-single-article #secondary .widget_latest_entries .widget-title,
body.claadss-single-press #secondary .widget_latest_entries .widget-title {
	font-size: 0.95rem !important;
	font-weight: 900 !important;
	margin: 0 0 14px !important;
	padding: 10px 14px !important;
	border-radius: 12px !important;
	color: #fff !important;
	background: linear-gradient(105deg, #4f46e5, #a855f7 48%, #ec4899) !important;
	border: 0 !important;
	box-shadow: 0 8px 20px rgba(99, 102, 241, 0.28) !important;
}

body.single #secondary .widget_latest_entries .king-simple-post,
body.claadss-single-article #secondary .king-simple-post,
body.claadss-single-press #secondary .king-simple-post {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 12px !important;
	padding: 10px !important;
	margin: 0 0 10px !important;
	border-radius: 14px !important;
	border: 1px solid #e2e8f0 !important;
	background: #fff !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04) !important;
	transition: transform 0.12s ease, box-shadow 0.12s ease !important;
}
body.single #secondary .widget_latest_entries .king-simple-post:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(79, 70, 229, 0.12) !important;
}
body.single #secondary .widget_latest_entries .king-simple-post:nth-child(6n + 2) {
	border-color: #c7d2fe !important;
	background: linear-gradient(90deg, #eef2ff, #fff) !important;
}
body.single #secondary .widget_latest_entries .king-simple-post:nth-child(6n + 3) {
	border-color: #fbcfe8 !important;
	background: linear-gradient(90deg, #fdf2f8, #fff) !important;
}
body.single #secondary .widget_latest_entries .king-simple-post:nth-child(6n + 4) {
	border-color: #fdba74 !important;
	background: linear-gradient(90deg, #fff7ed, #fff) !important;
}
body.single #secondary .widget_latest_entries .king-simple-post:nth-child(6n + 5) {
	border-color: #6ee7b7 !important;
	background: linear-gradient(90deg, #ecfdf5, #fff) !important;
}
body.single #secondary .widget_latest_entries .king-simple-post:nth-child(6n + 6) {
	border-color: #c4b5fd !important;
	background: linear-gradient(90deg, #f5f3ff, #fff) !important;
}

body.single #secondary .simple-post-thumb,
body.single #secondary .simple-post-image {
	width: 76px !important;
	min-width: 76px !important;
	height: 76px !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	margin: 0 !important;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1) !important;
}
body.single #secondary .simple-post-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}
body.single #secondary .simple-post-header {
	flex: 1 1 auto !important;
	min-width: 0 !important;
}
body.single #secondary .simple-post-header .entry-title,
body.single #secondary .simple-post-header .entry-title a {
	font-size: 0.9rem !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	color: #0f172a !important;
	text-decoration: none !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
}
body.single #secondary .king-simple-post .entry-meta {
	display: flex !important;
	gap: 10px !important;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	color: #64748b !important;
	margin-top: 5px !important;
	opacity: 1 !important;
}
body.single #secondary .king-simple-post .entry-meta i {
	opacity: 1 !important;
	visibility: visible !important;
	color: #6366f1 !important;
}

/* =========================================================
   SIDEBAR — Google / sponsor ad
   ========================================================= */
body.single #secondary .claadss-sidebar-ad,
body.claadss-single-article #secondary .claadss-sidebar-ad,
body.claadss-single-press #secondary .claadss-sidebar-ad {
	display: block !important;
	margin: 0 0 18px !important;
	padding: 14px !important;
	border-radius: 18px !important;
	background: linear-gradient(160deg, #fff7ed, #eef2ff 55%, #fdf2f8) !important;
	border: 1px dashed #a5b4fc !important;
	text-align: center !important;
	box-shadow: 0 10px 28px rgba(99, 102, 241, 0.08) !important;
}
body.single #secondary .claadss-sidebar-ad__label {
	display: block;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 10px;
}
body.single #secondary .claadss-sidebar-ad.is-sticky-slot,
body.single #secondary .sidebar-ad,
body.single #secondary .sidebar-adarea {
	position: sticky !important;
	top: 88px !important;
	z-index: 4 !important;
}

/* =========================================================
   BELOW ARTICLE — Read other blogs (modern small grid)
   ========================================================= */
.claadss-more-blogs,
.entry-content .claadss-more-blogs,
body.single .claadss-more-blogs--below {
	margin: 1.75rem 0 1.5rem !important;
	padding: 1.35rem 1.25rem 1.4rem !important;
	border-radius: 22px !important;
	background:
		radial-gradient(ellipse 70% 80% at 0% 0%, rgba(99, 102, 241, 0.14), transparent 55%),
		radial-gradient(ellipse 60% 70% at 100% 100%, rgba(236, 72, 153, 0.12), transparent 50%),
		linear-gradient(180deg, #ffffff, #f8fafc) !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08) !important;
	clear: both !important;
}

.claadss-more-blogs__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}
.claadss-more-blogs__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6366f1;
}
.claadss-more-blogs__label::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, #6366f1, #ec4899);
	box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
}
.claadss-more-blogs__title {
	margin: 4px 0 0 !important;
	font-size: 1.25rem !important;
	font-weight: 900 !important;
	color: #0f172a !important;
	background: none !important;
	-webkit-text-fill-color: #0f172a !important;
	border: 0 !important;
	padding: 0 !important;
}
.claadss-more-blogs__title::before,
.claadss-more-blogs__title::after {
	display: none !important;
}

.claadss-more-blogs__grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 12px !important;
}

a.cm-more-card {
	display: flex !important;
	flex-direction: column !important;
	text-decoration: none !important;
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 14px !important;
	overflow: hidden !important;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05) !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease !important;
	color: inherit !important;
	padding: 0 !important;
	font-weight: 600 !important;
	min-width: 0 !important;
}
a.cm-more-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px rgba(79, 70, 229, 0.14) !important;
	background: #fff !important;
}
a.cm-more-card:nth-child(4n + 1) {
	border-color: #c7d2fe !important;
}
a.cm-more-card:nth-child(4n + 2) {
	border-color: #fbcfe8 !important;
}
a.cm-more-card:nth-child(4n + 3) {
	border-color: #fdba74 !important;
}
a.cm-more-card:nth-child(4n + 4) {
	border-color: #6ee7b7 !important;
}

.cm-more-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #e0e7ff, #fce7f3);
	overflow: hidden;
}
.cm-more-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cm-more-card__body {
	padding: 10px 12px 12px;
}
.cm-more-card__cat {
	display: inline-block;
	font-size: 0.62rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #7c3aed;
	margin-bottom: 4px;
}
.cm-more-card__title {
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.3;
	color: #0f172a;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* =========================================================
   MOBILE-ONLY extras (action bar move + bottom float ad)
   ========================================================= */
@media screen and (max-width: 1100px) {
	body.claadss-single-article .post-page .king-post-out,
	body.claadss-single-press .post-page .king-post-out,
	body.single-format-standard .post-page .king-post-out,
	body.single-post:not(.single-format-video):not(.single-format-link) .post-page .king-post-out {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		width: 100% !important;
		gap: 12px !important;
	}
	body.claadss-single-article .king-post-in,
	body.claadss-single-press .king-post-in,
	body.single-format-standard .king-post-in {
		order: 1 !important;
		width: 100% !important;
	}
	body.claadss-single-article .post-page-ft.flex-columns,
	body.claadss-single-press .post-page-ft.flex-columns,
	body.single-format-standard .post-page-ft.flex-columns,
	body.single .post-page-ft.cm-ft-below {
		order: 2 !important;
		position: static !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 10px !important;
		width: 100% !important;
		margin: 8px 0 16px !important;
		padding: 10px 12px !important;
		background: linear-gradient(135deg, #eef2ff, #fdf2f8 50%, #fff7ed) !important;
		border: 1px solid #e2e8f0 !important;
		border-radius: 16px !important;
		box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06) !important;
	}
	body.single .post-page-ft.flex-columns .ft-right,
	body.single .post-page-ft.flex-columns .post-like {
		flex-direction: row !important;
		display: flex !important;
		align-items: center !important;
		gap: 6px !important;
	}

	body.single .post-nav {
		flex-direction: column !important;
	}

	.claadss-more-blogs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.claadss-single-article,
	body.claadss-single-press,
	body.single-format-standard,
	body.single-post:not(.single-format-video):not(.single-format-link) {
		padding-bottom: 110px !important;
	}

	.claadss-float-ad {
		display: block !important;
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		z-index: 99980 !important;
		padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)) !important;
		background: rgba(15, 23, 42, 0.92) !important;
		backdrop-filter: blur(10px);
		border-top: 2px solid transparent !important;
		border-image: linear-gradient(90deg, #6366f1, #a855f7, #ec4899, #f59e0b) 1 !important;
		box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.25) !important;
		text-align: center !important;
	}
	.claadss-float-ad__inner {
		max-width: 420px;
		margin: 0 auto;
		min-height: 50px;
	}
	.claadss-float-ad__label {
		display: block;
		font-size: 0.62rem;
		font-weight: 800;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: #94a3b8;
		margin-bottom: 4px;
	}
	.claadss-float-ad__close {
		position: absolute;
		top: 4px;
		right: 8px;
		width: 28px;
		height: 28px;
		border: 0;
		border-radius: 50%;
		background: #334155;
		color: #fff;
		font-size: 1rem;
		cursor: pointer;
		z-index: 2;
	}
	.claadss-float-ad.is-hidden {
		display: none !important;
	}
}

@media screen and (max-width: 560px) {
	.claadss-more-blogs__grid {
		grid-template-columns: 1fr 1fr !important;
		gap: 8px !important;
	}
	.cm-more-card__title {
		font-size: 0.78rem;
	}
}

/* Desktop: no float bar */
@media screen and (min-width: 1101px) {
	.claadss-float-ad {
		display: none !important;
	}
	.claadss-more-blogs__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1400px) {
	.claadss-more-blogs__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}
