.ltrt-mag-wrap .sec-hd {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px;
}

.ltrt-mag-wrap .sec-lbl {
	font-size: 8.5px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #7b4fa6 !important;
	white-space: nowrap;
	font-weight: 400;
}

.ltrt-mag-wrap .sec-line {
	flex: 1;
	height: 0.5px;
	background: #DDD5C8 !important;
}

.ltrt-mag-wrap .sec-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 8.5px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7B4FA6 !important;
	white-space: nowrap;
	text-decoration: none;
}

.ltrt-mag-wrap .sec-more__icon {
	display: inline-flex;
	flex-shrink: 0;
	line-height: 0;
}

.ltrt-mag-wrap .sec-more__icon svg {
	display: block;
	width: 11px;
	height: 11px;
}

.ltrt-mag-wrap .g3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 32px;
}

.ltrt-mag-wrap .g2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 32px;
}

/* One selected post: don’t leave an empty column */
.ltrt-mag-wrap .g2:has(> .acard-row:only-child) {
	grid-template-columns: 1fr;
}

.ltrt-mag-wrap .acard {
	background: #fff !important;
	border: 0.5px solid #DDD5C8 !important;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.ltrt-mag-wrap .ltrt-link-cover {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit !important;
}

.ltrt-mag-wrap .ltrt-post-link {
	color: inherit !important;
	
	text-decoration: none;
}
.ltrt-mag-wrap .ltrt-post-link h2{
	font-size: 34px !important;
}
.ltrt-mag-wrap .acard-img {
	height: 300px;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}

.ltrt-mag-wrap .ltrt-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ltrt-mag-wrap .acard-body {
	padding: 7px 15px;	
}

.ltrt-mag-wrap .ac-cat a{
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #7B4FA6 !important;
	margin-bottom: 6px;
}

.ltrt-mag-wrap .ac-title {
	font-size: 16px;
	font-weight: 400;
	color: #0A0A0A !important;
}

.ltrt-mag-wrap .ac-meta {
	font-size: 12px;
	color: #7b4fa6 !important;
	font-weight: 300;
	margin-top: auto;
}

.ltrt-mag-wrap .feat-card {
	background: #fff !important;
	border: 0.5px solid #DDD5C8 !important;
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	margin-bottom: 32px;
}

.ltrt-mag-wrap .fc-img {
	background: #1A1A2E !important;
	min-height: 210px;
	position: relative;
	overflow: hidden;
}

.ltrt-mag-wrap .h-ov {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 10, 10, 0.85) 0%, rgba(10, 10, 10, 0.08) 60%, transparent 100%) !important;
}

.ltrt-mag-wrap .fc-body {
	padding: 26px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ltrt-mag-wrap .fc-cat {
	font-size: 8px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #7B4FA6 !important;
	margin-bottom: 9px;
}

.ltrt-mag-wrap .fc-ttl {
	font-size: 23px;
	font-style: italic;
	font-weight: 400;
	color: #0A0A0A !important;
	line-height: 1.3;
	margin-bottom: 12px;
}

.ltrt-mag-wrap .fc-exc {
	font-size: 12.5px;
	color: #3D2E52 !important;
	line-height: 1.72;
	margin-bottom: 14px;
	font-weight: 300;
}

.ltrt-mag-wrap .fc-read {
	font-size: 8.5px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #7B4FA6 !important;
}

.ltrt-mag-wrap .fc-read::after {
	content: " \2192";
}

/* More reads row cards: one horizontal row (image | text), like reference HTML */
.ltrt-mag-wrap .acard.acard-row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.ltrt-mag-wrap .acard-row > .ltrt-link-cover {
	flex-direction: row;
	flex-shrink: 0;
	align-self: stretch;
	height: 100%;
	width: 88px;
}

.ltrt-mag-wrap .acard-img-sm {
	width: 88px;
	height: 100%;
	min-height: 96px;
	flex-shrink: 0;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}

.ltrt-mag-wrap .acard-row .acard-img-sm .ltrt-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ltrt-mag-wrap .acard-row .ac-title-sm {
	font-size: 13.5px;
}

.ltrt-mag-wrap .acard-row .ac-title-sm .ltrt-post-link {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ltrt-post-link h3{
	font-size: 23px !important;
}
@media (max-width: 1024px) {
	.ltrt-mag-wrap .g3 {
		grid-template-columns: 1fr 1fr;
	}

	.ltrt-mag-wrap .feat-card,
	.ltrt-mag-wrap .feat-card > .ltrt-link-cover {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {

	.ltrt-mag-wrap .g3,
	.ltrt-mag-wrap .g2 {
		grid-template-columns: 1fr;
	}
	.ltrt-mag-wrap .fc-body{
		padding: 12px;
	}
}

/* Standalone More reads widget — editor hint when no posts */
.ltrt-more-reads-empty {
	margin: 0;
	padding: 12px 16px;
	font-size: 13px;
	color: #7b4fa6 !important;
	background: #f0ebe3 !important;
	border-radius: 8px;
}
.nl-form{display:flex;flex-direction:column;gap:8px;}
@media (min-width: 1248px) {
    .cs-container {
        max-width: 100% !important;
    }
}
