.morena-weekly-news {
			--mwn-blue: #0068b7;
			--mwn-blue-dark: #00489b;
			--mwn-yellow: #ffc107;
			--mwn-border: #dce8f8;
			--mwn-border-strong: #cfe7ff;
			--mwn-text: #222222;
			--mwn-muted: #667985;
			--mwn-card: #ffffff;
			--mwn-mobile-toc-bottom: 75px;
			--mwn-mobile-toc-top: 74px;
			font-family: inherit;
			color: var(--mwn-text);
			line-height: 1.55;
			width: min(1348px, calc(100vw - 10px));
			max-width: none;
			margin: 0 auto 35px;
			position: relative;
			left: 50%;
			transform: translateX(-50%);
		}
		.morena-weekly-news * { box-sizing: border-box; }
		.morena-weekly-news a { text-decoration: none !important; }
		.morena-weekly-news .mwn-wrap { position: relative; padding: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; border-radius: 0 !important; }
		.morena-weekly-news .mwn-content { position: relative; z-index: 2; }
		.morena-weekly-news .mwn-hero { position: relative; overflow: hidden; border-radius: 22px; padding: 30px 32px; margin: 0 0 26px; background: #fff; border: 1px solid #e3eaf2; box-shadow: 0 8px 24px rgba(20,45,80,.06); }
		.morena-weekly-news .mwn-hero:before { content: ""; position: absolute; right: -58px; top: -64px; width: 160px; height: 160px; border-radius: 50%; background: rgba(0,104,183,.08); pointer-events: none; }
		.morena-weekly-news .mwn-hero:after { content: ""; position: absolute; left: -52px; bottom: -64px; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,193,7,.14); pointer-events: none; }
		.morena-weekly-news .mwn-hero-inner { position: relative; z-index: 2; max-width: 980px; }
		.morena-weekly-news .mwn-labels { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 14px; }
		.morena-weekly-news .mwn-label { display: inline-block; padding: 7px 14px; border-radius: 999px; background: #0068b7; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
		.morena-weekly-news .mwn-label-light { background: #eef7ff; color: #0068b7; border: 1px solid #cfe7ff; }
		.morena-weekly-news .mwn-title { margin: 0 0 16px; font-size: clamp(28px, 4vw, 42px); line-height: 1.18; font-weight: 800; color: #1b1b1b; }
		.morena-weekly-news .mwn-intro { max-width: 940px; margin: 0; font-size: 17px; color: #333; }
		.morena-weekly-news .mwn-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(270px,330px); gap: 24px; align-items: stretch; }
		.morena-weekly-news .mwn-main { min-width: 0; }
		.morena-weekly-news .mwn-aside { position: relative; min-width: 0; align-self: stretch; }
		.morena-weekly-news .mwn-toc { position: sticky; top: 90px; border-radius: 20px; background: #fff; border: 1px solid #e3eaf2; box-shadow: 0 8px 24px rgba(20,45,80,.07); overflow: visible; }
		.morena-weekly-news .mwn-toc-head { position: relative; overflow: hidden; padding: 14px 16px 13px; border-radius: 20px 20px 0 0; background: #0068b7; }
		.morena-weekly-news .mwn-toc-head:after { content: ""; position: absolute; right: -36px; top: -40px; width: 110px; height: 110px; border-radius: 50%; background: rgba(255,255,255,.12); pointer-events: none; }
		.morena-weekly-news .mwn-toc-subtitle { position: relative; z-index: 2; margin: 0; font-size: 14px; line-height: 1.3; font-weight: 800; color: #fff; }
		.morena-weekly-news .mwn-toc-body { padding: 10px; max-height: calc(100vh - 130px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
		.morena-weekly-news .mwn-toc-body::-webkit-scrollbar, .morena-weekly-news .mwn-toc-group-list::-webkit-scrollbar, .morena-weekly-news .mwn-mobile-toc .mwn-mobile-toc-body::-webkit-scrollbar { width: 6px; }
		.morena-weekly-news .mwn-toc-body::-webkit-scrollbar-thumb, .morena-weekly-news .mwn-toc-group-list::-webkit-scrollbar-thumb, .morena-weekly-news .mwn-mobile-toc .mwn-mobile-toc-body::-webkit-scrollbar-thumb { border-radius: 10px; background: #cfe7ff; }
		.morena-weekly-news .mwn-toc-fastlinks { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; margin-bottom: 8px; }
		.morena-weekly-news .mwn-toc-link { display: block; border-radius: 12px; padding: 9px 10px; font-size: 14px; line-height: 1.3; font-weight: 700; color: #333 !important; border: 1px solid transparent; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
		.morena-weekly-news .mwn-toc-fastlinks .mwn-toc-link { padding: 8px 6px; font-size: 12.5px; line-height: 1.2; text-align: center; }
		.morena-weekly-news .mwn-toc-link:hover { color: #0068b7 !important; background: #eef7ff; border-color: #cfe7ff; }
		.morena-weekly-news .mwn-toc-group { margin: 7px 0; border-radius: 14px; background: #f8fafc; border: 1px solid #e3eaf2; overflow: hidden; }
		.morena-weekly-news .mwn-toc-group summary { position: relative; cursor: pointer; list-style: none; padding: 11px 36px 11px 12px; font-size: 13px; line-height: 1.25; font-weight: 800; color: #0068b7; background: #eef7ff; }
		.morena-weekly-news .mwn-toc-group summary::-webkit-details-marker { display: none; }
		.morena-weekly-news .mwn-toc-group summary:after { content: "+"; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid #cfe7ff; color: #0068b7; font-size: 16px; line-height: 1; font-weight: 800; }
		.morena-weekly-news .mwn-toc-group[open] summary:after { content: "−"; background: #ffc107; border-color: #ffc107; color: #1b1b1b; }
		.morena-weekly-news .mwn-toc-group-list { padding: 7px; background: #fff; }
		.morena-weekly-news .mwn-toc-group[open] .mwn-toc-group-list { max-height: min(46vh, 430px); overflow-y: auto; overscroll-behavior: contain; }
		.morena-weekly-news .mwn-toc-group-list .mwn-toc-link { padding: 8px 9px; font-size: 13.5px; font-weight: 600; }
		.morena-weekly-news .mwn-mobile-toc { display: none; }
		.morena-weekly-news .mwn-summary, .morena-weekly-news .mwn-sources { padding: 20px 22px; border-radius: 20px; background: #fff; border: 1px solid #e3eaf2; box-shadow: 0 8px 24px rgba(20,45,80,.06); margin-bottom: 24px; scroll-margin-top: 100px; }
		.morena-weekly-news .mwn-block-title { margin: 0 0 14px; font-size: 24px; line-height: 1.25; font-weight: 800; color: #1b1b1b; }
		.morena-weekly-news .mwn-summary-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; list-style: none; margin: 0; padding: 0; }
		.morena-weekly-news .mwn-summary-list li { position: relative; min-height: 54px; padding: 16px 16px 16px 44px; border-radius: 16px; background: #f8fafc; border-left: 5px solid #0068b7; color: #333; font-size: 15.5px; line-height: 1.45; }
		.morena-weekly-news .mwn-summary-list li:before { content: ""; position: absolute; left: 18px; top: 22px; width: 10px; height: 10px; border-radius: 50%; background: #ffc107; box-shadow: 0 0 0 5px rgba(255,193,7,.18); }
		.morena-weekly-news .mwn-section { margin: 28px 0; scroll-margin-top: 100px; }
		.morena-weekly-news .mwn-section-head { position: relative; overflow: hidden; margin-bottom: 18px; padding: 22px 24px; border-radius: 20px; background: #0068b7; box-shadow: 0 10px 26px rgba(0,104,183,.18); }
		.morena-weekly-news .mwn-section-head:before { content: ""; position: absolute; top: -42px; right: -42px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.12); pointer-events: none; }
		.morena-weekly-news .mwn-section-head:after { content: ""; position: absolute; bottom: -46px; left: -46px; width: 130px; height: 130px; border-radius: 50%; background: rgba(255,193,7,.16); pointer-events: none; }
		.morena-weekly-news .mwn-section-title { position: relative; z-index: 2; margin: 0; font-size: 25px; line-height: 1.25; font-weight: 800; color: #fff; }
		.morena-weekly-news .mwn-section-desc { position: relative; z-index: 2; max-width: 820px; margin: 7px 0 0; font-size: 15px; line-height: 1.45; color: rgba(255,255,255,.88); }
		.morena-weekly-news .mwn-news-card { display: grid; grid-template-columns: minmax(220px,34%) minmax(0,1fr); gap: 0; overflow: hidden; border-radius: 22px; background: #fff; border: 1px solid #e3eaf2; box-shadow: 0 8px 24px rgba(20,45,80,.06); margin-bottom: 18px; scroll-margin-top: 100px; }
		.morena-weekly-news .mwn-news-media { position: relative; min-height: 230px; background: linear-gradient(135deg,rgba(0,104,183,.13),rgba(255,193,7,.10)),#eef7ff; overflow: hidden; }
		.morena-weekly-news .mwn-news-media img { position: absolute; display: block; width: auto; height: auto; min-width: 0; min-height: 0; max-width: none; max-height: none; border: 0; transform: none; }
		.morena-weekly-news .mwn-media-source { position: absolute; right: 14px; bottom: 14px; z-index: 3; display: inline-flex; align-items: center; justify-content: center; padding: 9px 13px; border-radius: 999px; background: #0068b7; color: #fff !important; font-size: 13px; line-height: 1.2; font-weight: 800; box-shadow: 0 8px 20px rgba(0,104,183,.25); transition: background-color .2s ease, color .2s ease, transform .2s ease; }
		.morena-weekly-news .mwn-media-source:hover { background: #ffc107; color: #1b1b1b !important; transform: translateY(-1px); }
		.morena-weekly-news .mwn-news-body { padding: 22px 24px; min-width: 0; }
		.morena-weekly-news .mwn-news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 12px; }
		.morena-weekly-news .mwn-news-tag { display: inline-flex; align-items: center; min-height: 26px; padding: 5px 10px; border-radius: 999px; background: #eef7ff; border: 1px solid #cfe7ff; color: #0068b7; font-size: 12px; font-weight: 800; line-height: 1.2; }
		.morena-weekly-news .mwn-news-date { font-size: 13px; line-height: 1.3; color: #667985; }
		.morena-weekly-news .mwn-news-title { margin: 0 0 12px; font-size: 22px; line-height: 1.28; font-weight: 800; color: #1b1b1b; }
		.morena-weekly-news .mwn-news-text { margin: 0; color: #333; font-size: 15.5px; line-height: 1.62; }
		.morena-weekly-news .mwn-news-text p { margin: 0 0 11px; }
		.morena-weekly-news .mwn-news-text p:last-child { margin-bottom: 0; }
		.morena-weekly-news .mwn-meaning { margin-top: 16px; padding: 16px 18px; border-radius: 16px; background: #f8fafc; border-left: 5px solid #0068b7; color: #333; font-size: 15px; line-height: 1.55; }
		.morena-weekly-news .mwn-meaning p { margin: 0; }
		.morena-weekly-news .mwn-sources { margin-top: 28px; margin-bottom: 0; }
		.morena-weekly-news .mwn-sources-list { margin: 0; padding-left: 20px; color: #333; }
		.morena-weekly-news .mwn-sources-list li { margin: 0 0 9px; padding-left: 3px; }
		.morena-weekly-news .mwn-sources-list a { color: #0068b7 !important; font-weight: 700; }
		.morena-weekly-news .mwn-sources-list a:hover { color: #00489b !important; }
		.morena-weekly-news .mwn-note { margin-top: 22px; padding: 18px 20px; border-radius: 16px; background: #f8fafc; border-left: 5px solid #0068b7; font-size: 15px; line-height: 1.55; color: #333; }
		@media (max-width:1100px) { .morena-weekly-news { width: min(100%, calc(100vw - 10px)); } .morena-weekly-news .mwn-layout { grid-template-columns: minmax(0,1fr) minmax(245px,290px); gap: 18px; } .morena-weekly-news .mwn-news-card { grid-template-columns: minmax(190px,32%) minmax(0,1fr); } }
		@media (max-width:900px) { .morena-weekly-news { width: 100%; left: auto; transform: none; margin-left: 0; margin-right: 0; } .morena-weekly-news .mwn-layout { display: block; } .morena-weekly-news .mwn-aside { display: none; } .morena-weekly-news .mwn-summary-list { grid-template-columns: 1fr; } .morena-weekly-news .mwn-news-card { grid-template-columns: 1fr; } .morena-weekly-news .mwn-news-media { min-height: 0; aspect-ratio: 16 / 9; } .morena-weekly-news .mwn-news-media img { max-width: none; max-height: none; transform: none; } .morena-weekly-news .mwn-mobile-toc { display: block !important; position: fixed; left: 10px; right: 10px; bottom: var(--mwn-mobile-toc-bottom); z-index: 9999; margin: 0; border-radius: 18px; background: #fff; border: 1px solid #e3eaf2; box-shadow: 0 12px 32px rgba(20,45,80,.22); overflow: hidden; } .morena-weekly-news .mwn-mobile-toc[open] { display: flex !important; flex-direction: column-reverse; max-height: calc(100vh - var(--mwn-mobile-toc-bottom) - var(--mwn-mobile-toc-top) - 12px); } .morena-weekly-news .mwn-mobile-toc > summary { position: relative; cursor: pointer; flex: 0 0 auto; padding: 14px 48px 14px 18px; font-size: 15px; line-height: 1.25; font-weight: 800; color: #fff; background: #0068b7; list-style: none; } .morena-weekly-news .mwn-mobile-toc > summary::-webkit-details-marker { display: none; } .morena-weekly-news .mwn-mobile-toc > summary:after { content: "+"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #ffc107; color: #1b1b1b; font-size: 18px; font-weight: 800; line-height: 1; } .morena-weekly-news .mwn-mobile-toc[open] > summary:after { content: "−"; } .morena-weekly-news .mwn-mobile-toc .mwn-mobile-toc-body { flex: 1 1 auto; max-height: calc(100vh - var(--mwn-mobile-toc-bottom) - var(--mwn-mobile-toc-top) - 72px); overflow-y: auto; overscroll-behavior: contain; padding: 10px; background: #fff; } .morena-weekly-news .mwn-mobile-toc .mwn-toc-group[open] .mwn-toc-group-list { max-height: 40vh; overflow-y: auto; overscroll-behavior: contain; } }
		@media (max-width:767px) { .morena-weekly-news .mwn-hero { padding: 24px 20px; border-radius: 18px; } .morena-weekly-news .mwn-title { font-size: 25px; } .morena-weekly-news .mwn-intro { font-size: 16px; } .morena-weekly-news .mwn-section-head, .morena-weekly-news .mwn-summary, .morena-weekly-news .mwn-sources { border-radius: 18px; } .morena-weekly-news .mwn-section-title { font-size: 22px; } .morena-weekly-news .mwn-news-card { border-radius: 18px; } .morena-weekly-news .mwn-news-body { padding: 18px; } .morena-weekly-news .mwn-news-title { font-size: 20px; } .morena-weekly-news .mwn-news-text { font-size: 15px; } .morena-weekly-news .mwn-media-source { right: 12px; bottom: 12px; padding: 8px 12px; font-size: 12.5px; } }
		@media (max-width:520px) { .morena-weekly-news .mwn-labels { gap: 7px; } .morena-weekly-news .mwn-label { font-size: 11px; padding: 6px 10px; } .morena-weekly-news .mwn-title { font-size: 23px; } .morena-weekly-news .mwn-summary, .morena-weekly-news .mwn-sources { padding: 18px; } .morena-weekly-news .mwn-section-head { padding: 18px; } .morena-weekly-news .mwn-mobile-toc { left: 8px; right: 8px; border-radius: 16px; } .morena-weekly-news .mwn-mobile-toc > summary { padding: 13px 46px 13px 16px; } }
