/* KOVCHEG Portal Media Widgets 1.0.0 */
.pmw-carousel{position:relative;min-width:0;overflow:hidden;border:1px solid var(--portal-line,#dfe5ec);border-radius:18px;background:var(--portal-surface,#fff);box-shadow:0 14px 38px rgba(15,23,42,.08)}
.pmw-carousel>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--portal-line,#dfe5ec)}
.pmw-carousel>header h2{margin:0;font-size:18px;letter-spacing:-.02em}.pmw-controls{display:flex;gap:6px}.pmw-controls button{width:34px;height:34px;border:1px solid var(--portal-line,#dfe5ec);border-radius:10px;background:#fff;color:#0f172a;cursor:pointer}.pmw-controls button:hover{border-color:#9eb7e9;background:#edf4ff;color:#2563eb}
.pmw-track{display:flex;overflow:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth}.pmw-slide{flex:0 0 100%;min-width:0;scroll-snap-align:start}.pmw-photo-slide{position:relative;height:var(--pmw-height,420px);background:#dce4ef}.pmw-photo-slide>a,.pmw-photo-slide>img{display:block;width:100%;height:100%}.pmw-photo-slide img{width:100%;height:100%;display:block;object-fit:cover}.pmw-caption{position:absolute;left:14px;right:14px;bottom:14px;padding:10px 12px;border-radius:12px;background:rgba(15,23,42,.78);color:#fff;font-size:13px;backdrop-filter:blur(10px)}
.pmw-video-slide{position:relative;padding:14px;background:#0f172a}.pmw-video{aspect-ratio:16/9;overflow:hidden;border-radius:14px;background:#020617}.pmw-video iframe{width:100%;height:100%;border:0}.pmw-video-slide .pmw-caption{position:static;margin-top:10px;background:#1e293b}
.pmw-content-slide{display:grid;grid-template-columns:minmax(220px,.95fr) minmax(0,1.2fr);min-height:320px}.pmw-content-cover{display:block;min-height:280px;background:#dce4ef}.pmw-content-cover img{width:100%;height:100%;display:block;object-fit:cover}.pmw-content-body{display:flex;flex-direction:column;justify-content:center;padding:26px}.pmw-content-body>span{color:#2563eb;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.pmw-content-body h3{margin:8px 0 10px;font-size:clamp(26px,3.2vw,42px);line-height:1.05;letter-spacing:-.04em}.pmw-content-body p{margin:0;color:#667085;line-height:1.6}.pmw-more{margin-top:18px;color:#2563eb;font-weight:900}
.pmw-dots{display:flex;justify-content:center;gap:6px;padding:10px 14px}.pmw-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#c9d2df;cursor:pointer;transition:width .2s ease,background .2s ease}.pmw-dots button.is-active{width:24px;background:#2563eb}
.portal-sidebar .pmw-carousel{border-radius:15px}.portal-sidebar .pmw-carousel>header{padding:11px 12px}.portal-sidebar .pmw-carousel>header h2{font-size:15px}.portal-sidebar .pmw-photo-slide{height:220px!important}.portal-sidebar .pmw-content-slide{grid-template-columns:1fr;min-height:0}.portal-sidebar .pmw-content-cover{min-height:150px;max-height:180px}.portal-sidebar .pmw-content-body{padding:14px}.portal-sidebar .pmw-content-body h3{font-size:20px}.portal-sidebar .pmw-content-body p{display:none}.portal-sidebar .pmw-controls button{width:30px;height:30px}
@media(max-width:700px){.pmw-photo-slide{height:min(62vw,var(--pmw-height,420px))}.pmw-content-slide{grid-template-columns:1fr}.pmw-content-cover{min-height:210px;max-height:260px}.pmw-content-body{padding:18px}.pmw-content-body h3{font-size:28px}}
