.afs-post-carousel{--afs-primary:#151568;--afs-text:#17103d;--afs-gap:28px;--afs-radius:22px;position:relative;width:100%;box-sizing:border-box}.afs-post-carousel *,.afs-post-carousel *:before,.afs-post-carousel *:after{box-sizing:border-box}.afs-post-carousel__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.afs-post-carousel__heading{margin:0;font-size:clamp(32px,3vw,48px);line-height:1.1;font-weight:800;color:var(--afs-primary)}.afs-post-carousel__controls{display:flex;gap:8px;margin-left:auto}.afs-post-carousel__arrow{width:56px;height:50px;padding:0;border:0;background:var(--afs-primary);color:#fff;cursor:pointer;display:grid;place-items:center;font-size:42px;line-height:1;font-family:Arial,sans-serif;transition:transform .18s ease,opacity .18s ease}.afs-post-carousel__arrow:hover{transform:translateY(-1px);opacity:.9}.afs-post-carousel__arrow:focus-visible,.afs-post-carousel a:focus-visible{outline:3px solid currentColor;outline-offset:3px}.afs-post-carousel__viewport{overflow:hidden;width:100%}.afs-post-carousel__track{display:flex;gap:var(--afs-gap);transform:translate3d(0,0,0);transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.afs-post-carousel__slide{flex:0 0 100%;min-width:0}.afs-post-carousel--cards{--afs-card-width:calc((100% - (var(--afs-gap)*2))/3)}.afs-post-carousel--cards .afs-post-carousel__slide{flex-basis:var(--afs-card-width)}.afs-post-carousel__card{height:100%;background:#fff;border-radius:var(--afs-radius);overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.05)}.afs-post-carousel__card-media{display:block;aspect-ratio:1.75/1;overflow:hidden;background:#e9ebee}.afs-post-carousel__image{display:block;width:100%;height:100%;object-fit:cover}.afs-post-carousel__card-media .afs-post-carousel__image{transition:transform .35s ease}.afs-post-carousel__card-media:hover .afs-post-carousel__image{transform:scale(1.025)}.afs-post-carousel__card-body{padding:24px 18px 28px}.afs-post-carousel__categories{display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:12px}.afs-post-carousel__category{display:inline-block;padding:7px 10px;background:var(--afs-primary);color:#fff;font-size:12px;line-height:1;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.afs-post-carousel__date{display:block;margin:0 0 12px;color:var(--afs-primary);font-size:16px;line-height:1.4}.afs-post-carousel__date span{font-size:11px}.afs-post-carousel__title{margin:0;color:var(--afs-text);font-size:22px;line-height:1.25;font-weight:800}.afs-post-carousel__title a{color:inherit;text-decoration:none}.afs-post-carousel__title a:hover{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.afs-post-carousel__dots{display:flex;justify-content:center;align-items:center;gap:9px;margin-top:26px}.afs-post-carousel__dot{width:18px;height:18px;border-radius:50%;border:1px solid var(--afs-primary);background:#fff;padding:0;cursor:pointer}.afs-post-carousel__dot.is-active{background:var(--afs-primary)}.afs-post-carousel--highlight{color:#fff}.afs-post-carousel--highlight .afs-post-carousel__heading{color:#fff}.afs-post-carousel--highlight .afs-post-carousel__slide{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.15fr);gap:clamp(28px,5vw,60px);align-items:center}.afs-post-carousel__highlight-media{overflow:hidden;border-radius:22px;aspect-ratio:1.55/1;background:rgba(255,255,255,.08)}.afs-post-carousel__highlight-media a{display:block;width:100%;height:100%}.afs-post-carousel__highlight-content{min-width:0}.afs-post-carousel--highlight .afs-post-carousel__category{background:#fff;color:var(--afs-primary)}.afs-post-carousel--highlight .afs-post-carousel__title{margin-top:22px;color:#fff;font-size:clamp(24px,2.1vw,34px)}.afs-post-carousel--highlight .afs-post-carousel__title a{color:#fff}.afs-post-carousel__excerpt{margin:22px 0 28px;color:rgba(255,255,255,.94);font-size:18px;line-height:1.75}.afs-post-carousel__button{display:inline-flex;align-items:center;min-height:46px;padding:10px 16px;border:1px solid currentColor;color:inherit;text-decoration:none;font-weight:600;transition:background .2s ease,color .2s ease}.afs-post-carousel__button:hover{background:#fff;color:var(--afs-primary)}.afs-post-carousel__placeholder{width:100%;height:100%;min-height:180px;background:#e9ebee}.afs-post-carousel--highlight .afs-post-carousel__placeholder{background:rgba(255,255,255,.08)}@media(max-width:1024px){.afs-post-carousel--cards .afs-post-carousel__slide{flex-basis:calc((100% - var(--afs-gap))/2)}.afs-post-carousel--highlight .afs-post-carousel__slide{grid-template-columns:1fr 1fr;gap:32px}.afs-post-carousel__excerpt{font-size:16px;line-height:1.6}}@media(max-width:767px){.afs-post-carousel{--afs-gap:18px}.afs-post-carousel__header{margin-bottom:20px}.afs-post-carousel__heading{font-size:32px}.afs-post-carousel__controls{gap:5px}.afs-post-carousel__arrow{width:44px;height:42px;font-size:34px}.afs-post-carousel--cards .afs-post-carousel__slide{flex-basis:100%}.afs-post-carousel--highlight .afs-post-carousel__slide{grid-template-columns:1fr;gap:22px}.afs-post-carousel__highlight-media{aspect-ratio:1.5/1}.afs-post-carousel--highlight .afs-post-carousel__title{margin-top:16px;font-size:26px}.afs-post-carousel__excerpt{margin:16px 0 22px;font-size:16px}}@media(prefers-reduced-motion:reduce){.afs-post-carousel__track,.afs-post-carousel__card-media .afs-post-carousel__image,.afs-post-carousel__arrow{transition:none}}