/* Mode Media Featured Comments Carousel - v2.3.1 */
.mmcc-carousel{
	--mmcc-accent:#0C3982;
	--mmcc-accent-2:#3E72C7;
	--mmcc-soft:#F4F7FC;
	--mmcc-card:#FFFFFF;
	--mmcc-text:#14233E;
	--mmcc-muted:#6D7890;
	--mmcc-border:#E4EAF4;
	--mmcc-gap:22px;
	--mmcc-radius:28px;
	width:100%;
	position:relative;
	font-family:inherit;
	color:var(--mmcc-text);
}
.mmcc-carousel *, .mmcc-carousel *::before, .mmcc-carousel *::after{box-sizing:border-box}

.mmcc-section-head,
.mmcc-section-foot{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin-bottom:20px;
}
.mmcc-section-foot{margin-top:18px;margin-bottom:0}
.mmcc-head-content{flex:1;min-width:0}
.mmcc-section-title{margin:0;font-size:clamp(24px,2vw,34px);line-height:1.35;font-weight:900;letter-spacing:-.02em;color:var(--mmcc-text)}
.mmcc-section-subtitle{margin:8px 0 0;font-size:14px;line-height:1.9;color:var(--mmcc-muted)}
.mmcc-inline-controls{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex-wrap:wrap}

.mmcc-viewport{overflow:hidden;width:100%;max-width:100%;touch-action:pan-y pinch-zoom;overscroll-behavior-x:contain;padding:2px;margin:-2px;transition:height .38s cubic-bezier(.22,.78,.22,1);will-change:height}
.mmcc-track{display:flex;direction:ltr;align-items:flex-start;gap:var(--mmcc-gap);transform:translate3d(0,0,0);transition:transform .55s cubic-bezier(.22,.78,.22,1);will-change:transform}
.mmcc-slide{flex:0 0 calc((100% - (var(--mmcc-gap) * (var(--mmcc-desktop) - 1))) / var(--mmcc-desktop));min-width:0;display:block;align-self:flex-start}

.mmcc-card{width:100%;border-radius:var(--mmcc-radius);background:var(--mmcc-card);border:1px solid var(--mmcc-border);box-shadow:0 22px 46px rgba(20,35,62,.08);overflow:hidden;position:relative;isolation:isolate}
.mmcc-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right, color-mix(in srgb, var(--mmcc-accent-2) 10%, transparent), transparent 30%);pointer-events:none}
.mmcc-card::after{content:"";position:absolute;left:-72px;bottom:-72px;width:170px;height:170px;border-radius:50%;border:26px solid color-mix(in srgb, var(--mmcc-accent-2) 5%, transparent);pointer-events:none}
.mmcc-card-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);min-height:100%}
.mmcc-card-grid.no-cover{grid-template-columns:1fr}
.mmcc-card-main{padding:30px;display:flex;flex-direction:column;min-width:0;direction:rtl}
.mmcc-cover-col{position:relative;min-width:0;display:flex;background:linear-gradient(135deg, color-mix(in srgb, var(--mmcc-accent) 7%, #fff), color-mix(in srgb, var(--mmcc-accent-2) 12%, #fff))}

.mmcc-card-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.mmcc-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:color-mix(in srgb, var(--mmcc-accent) 7%, #fff);border:1px solid color-mix(in srgb, var(--mmcc-accent) 10%, var(--mmcc-border));color:var(--mmcc-accent);font-size:11px;font-weight:800;white-space:nowrap}
.mmcc-article-link{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:100%;padding:8px 12px;border-radius:999px;background:var(--mmcc-soft);text-decoration:none!important;font-size:12px;font-weight:800;color:var(--mmcc-text)!important}
.mmcc-article-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.mmcc-article-link svg{width:16px;height:16px;flex:0 0 16px;color:var(--mmcc-accent)}
.mmcc-article-link.is-static{cursor:default}

.mmcc-user-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.mmcc-user{display:flex;align-items:center;gap:0;min-width:0}
.mmcc-user-meta{display:flex;flex-direction:column;gap:4px;min-width:0}
.mmcc-user-name{font-size:19px;font-weight:900;line-height:1.4;color:var(--mmcc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mmcc-user-label{font-size:12px;font-weight:600;color:var(--mmcc-muted)}
.mmcc-quote-icon{width:50px;height:50px;flex:0 0 50px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg, color-mix(in srgb, var(--mmcc-accent-2) 12%, #fff), #fff);border:1px solid var(--mmcc-border);color:var(--mmcc-accent)}
.mmcc-quote-icon svg{width:23px;height:23px}

.mmcc-comment{font-size:14px;font-weight:600;line-height:2;color:var(--mmcc-text);margin-bottom:24px;text-align:right}
.mmcc-comment p,.mmcc-reply-text p{margin:0}.mmcc-comment p + p,.mmcc-reply-text p + p{margin-top:10px}
.mmcc-reply{margin-top:auto;padding:18px 18px 18px 20px;border-radius:22px;background:linear-gradient(180deg, color-mix(in srgb, var(--mmcc-soft) 74%, #fff), var(--mmcc-soft));border:1px solid var(--mmcc-border);position:relative;z-index:1}
.mmcc-reply-head{display:flex;align-items:center;gap:10px;margin-bottom:9px}.mmcc-reply-head strong{font-size:13px;font-weight:900;color:var(--mmcc-accent)}
.mmcc-reply-icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:10px;background:#fff;border:1px solid var(--mmcc-border);color:var(--mmcc-accent)}
.mmcc-reply-icon svg{width:16px;height:16px}.mmcc-reply-text{font-size:14px;font-weight:600;line-height:2;color:#536078;text-align:right}

.mmcc-cover{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;min-height:100%;padding:18px;text-decoration:none!important;background:linear-gradient(135deg, color-mix(in srgb, var(--mmcc-accent) 8%, #fff), color-mix(in srgb, var(--mmcc-accent-2) 12%, #fff));overflow:hidden}
.mmcc-cover img{position:absolute;top:22px;right:22px;bottom:110px;left:22px;display:block;width:calc(100% - 44px);height:calc(100% - 132px);object-fit:contain;object-position:center center;transition:transform .45s cubic-bezier(.22,.78,.22,1);filter:drop-shadow(0 16px 26px rgba(20,35,62,.12));border-radius:8px}
.mmcc-cover:hover img{transform:translateY(-2px) scale(1.01)}
.mmcc-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg, rgba(10,24,51,.02), rgba(10,24,51,.08));pointer-events:none}
.mmcc-cover-caption{position:relative;right:auto;left:auto;bottom:auto;display:block;padding:15px 16px;border-radius:20px;background:rgba(255,255,255,.84);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--mmcc-text);font-size:16px;font-weight:800;line-height:1.8;text-shadow:none;box-shadow:0 10px 24px rgba(20,35,62,.08);text-align:center}
.mmcc-cover-fallback{display:flex;align-items:flex-end;justify-content:flex-start;padding:20px}.mmcc-cover-fallback-inner{display:flex;flex-direction:column;gap:8px;max-width:100%}
.mmcc-fallback-label{display:inline-flex;align-self:flex-start;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.78);font-size:11px;font-weight:800;color:var(--mmcc-accent)}
.mmcc-cover-fallback strong{font-size:20px;line-height:1.7;color:var(--mmcc-text)}

.mmcc-arrows{display:flex;align-items:center;gap:8px;direction:ltr}
.mmcc-arrow{appearance:none;width:46px;height:46px;padding:0;border-radius:15px;border:1px solid var(--mmcc-border);background:#fff;color:var(--mmcc-text);display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 25px rgba(20,35,62,.06);transition:all .2s ease}
.mmcc-arrow:hover,.mmcc-arrow:focus-visible{background:var(--mmcc-accent);border-color:var(--mmcc-accent);color:#fff;transform:translateY(-1px);outline:none}
.mmcc-arrow:disabled{opacity:.35;cursor:not-allowed;transform:none}.mmcc-arrow svg{width:20px;height:20px}

.mmcc-dots{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;min-width:0}
.mmcc-dot{appearance:none;width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#D4DBE8;cursor:pointer;transition:width .25s ease,background .25s ease;flex:0 0 auto}.mmcc-dot.is-active{width:26px;background:linear-gradient(90deg,var(--mmcc-accent),var(--mmcc-accent-2))}.mmcc-dot:focus-visible{outline:2px solid color-mix(in srgb, var(--mmcc-accent) 35%, transparent);outline-offset:3px}

.mmcc-mobile-hint{display:none;margin-top:12px;color:var(--mmcc-muted);font-size:11px;line-height:1.8;text-align:center}

@media (max-width:1200px){
	.mmcc-card-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.82fr)}
}
@media (max-width:1024px){
	.mmcc-slide{flex-basis:calc((100% - (var(--mmcc-gap) * (var(--mmcc-tablet) - 1))) / var(--mmcc-tablet))}
	.mmcc-card-grid{grid-template-columns:minmax(0,1fr)}
	.mmcc-cover-col{min-height:340px;order:-1}
	.mmcc-cover img{bottom:98px;height:calc(100% - 120px)}
}
@media (max-width:767px){
	.mmcc-carousel{--mmcc-gap:14px;--mmcc-radius:24px;overflow-x:clip}
	.mmcc-track{will-change:auto}
	.mmcc-card,.mmcc-cover,.mmcc-cover img,.mmcc-cover-caption,.mmcc-comment,.mmcc-reply{will-change:auto!important}
	.mmcc-slide{flex-basis:calc((100% - (var(--mmcc-gap) * (var(--mmcc-mobile) - 1))) / var(--mmcc-mobile))}
	.mmcc-section-head{flex-direction:column;align-items:stretch;gap:14px;margin-bottom:14px}
	.mmcc-section-foot{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:16px 0 0;padding:0 12px;min-height:44px}
	.mmcc-section-foot .mmcc-dots{grid-column:2;grid-row:1;justify-self:center;padding:8px 12px;min-height:28px}
	.mmcc-section-foot .mmcc-arrows{grid-column:1;grid-row:1;justify-self:start}
	.mmcc-inline-controls{justify-content:space-between;width:100%;padding:0 8px}
	.mmcc-inline-controls .mmcc-dots{padding:8px 12px}
	.mmcc-section-title{font-size:22px}
	.mmcc-section-subtitle{font-size:13px;line-height:1.85}
	.mmcc-card-main{padding:18px}
	.mmcc-card-meta{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:14px}
	.mmcc-user-row{margin-bottom:14px}
		.mmcc-user-name{font-size:16px}
	.mmcc-quote-icon{width:42px;height:42px;flex-basis:42px;border-radius:14px}
	.mmcc-comment{font-size:14px;line-height:2;margin-bottom:16px}
	.mmcc-reply{padding:14px 14px 15px}
	.mmcc-reply-text{font-size:13px;line-height:2}
	.mmcc-cover-col{min-height:250px}
	.mmcc-cover{padding:14px}
	.mmcc-cover-caption{backdrop-filter:none;-webkit-backdrop-filter:none}
	.mmcc-cover img{top:18px;right:18px;left:18px;bottom:82px;width:calc(100% - 36px);height:calc(100% - 100px);filter:none}
	.mmcc-cover-caption{font-size:16px;padding:12px 14px;border-radius:16px}
	.mmcc-arrow{width:40px;height:40px;border-radius:12px}
	.mmcc-mobile-hint{display:block}
}
@media (prefers-reduced-motion:reduce){.mmcc-track,.mmcc-viewport,.mmcc-arrow,.mmcc-dot,.mmcc-cover img{transition:none!important}}
