.article-carousel{width:100%;margin:42px 0 48px;color:#fff;font-family:Inter,Arial,sans-serif}
.article-carousel-stage{position:relative;overflow:hidden;background:#090909;aspect-ratio:16/9;border-radius:4px}
.article-carousel-slide{position:absolute;inset:0;margin:0!important;display:grid!important;grid-template-rows:1fr auto;opacity:0;visibility:hidden;transform:translateX(18px);transition:opacity .28s ease,transform .28s ease,visibility .28s;pointer-events:none}
.article-carousel-slide.is-active{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.article-carousel-slide img{width:100%!important;height:100%!important;min-height:0;object-fit:contain;background:#090909}
.article-carousel-slide figcaption{position:absolute;left:0;right:0;bottom:0;margin:0!important;padding:34px 22px 15px!important;background:linear-gradient(transparent,rgba(0,0,0,.86));color:#fff!important;font-size:13px!important;line-height:1.45}
.article-carousel-arrow{position:absolute;z-index:3;top:50%;translate:0 -50%;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(0,0,0,.58);color:#fff;font:300 34px/1 Arial;cursor:pointer;backdrop-filter:blur(5px);transition:.2s}
.article-carousel-arrow:hover,.article-carousel-arrow:focus-visible{background:#b51218;border-color:#b51218;outline:none}.article-carousel-arrow.prev{left:16px}.article-carousel-arrow.next{right:16px}
.article-carousel-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 3px 0;color:#555;font-size:12px}.article-carousel-footer b{color:#b51218}
.article-carousel-dots{display:flex;align-items:center;gap:7px}.article-carousel-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#bdbdbd;cursor:pointer;transition:.2s}.article-carousel-dots button.is-active{width:22px;border-radius:5px;background:#b51218}
@media(max-width:640px){.article-carousel{margin:30px 0 38px}.article-carousel-stage{aspect-ratio:4/3;border-radius:0}.article-carousel-arrow{width:38px;height:38px;font-size:29px}.article-carousel-arrow.prev{left:9px}.article-carousel-arrow.next{right:9px}.article-carousel-slide figcaption{font-size:12px!important;padding:30px 14px 11px!important}}
@media(prefers-reduced-motion:reduce){.article-carousel-slide,.article-carousel-arrow,.article-carousel-dots button{transition:none}}
