.afn-mag-archive { width: 100%; }
.afn-mag-year-section { margin: 0 0 42px; }
.afn-mag-year-heading { position: relative; margin: 0 0 22px; border-bottom: 2px solid #bc2227; }
.afn-mag-year-heading:after { content: ""; display: block; width: 72px; height: 3px; background: #bc2227; margin-top: 8px; }
.afn-mag-year-title { margin: 0; line-height: 1.2; }
.afn-mag-year-title span { color: #bc2227; font-weight: 700; }
.afn-mag-carousel-wrap { position: relative; display: flex; align-items: center; gap: 12px; }
.afn-mag-carousel { display: flex; gap: 18px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; width: 100%; padding: 4px 0 12px; }
.afn-mag-carousel::-webkit-scrollbar { display: none; }
.afn-mag-card { flex: 0 0 calc((100% - (18px * (var(--afn-per-view) - 1))) / var(--afn-per-view)); scroll-snap-align: start; text-align: center; }
.afn-mag-card a { display: block; color: inherit; text-decoration: none; }
.afn-mag-card img { display: block; width: 100%; height: auto; aspect-ratio: 791 / 1024; object-fit: cover; box-shadow: 0 5px 18px rgba(0,0,0,.16); transition: transform .2s ease, box-shadow .2s ease; background: #f5f5f5; }
.afn-mag-card a:hover img { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.afn-mag-title { display: block; margin-top: 10px; font-size: 14px; line-height: 1.35; }
.afn-mag-nav { flex: 0 0 36px; width: 36px; height: 36px; border: 1px solid #bc2227; border-radius: 50%; background: #fff; color: #bc2227; font-size: 26px; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.afn-mag-nav:hover { background: #f7f7f7; }
.afn-mag-nav[disabled] { opacity: .35; cursor: default; }
@media (max-width: 1024px) { .afn-mag-carousel-wrap { --afn-per-view: 3 !important; } }
@media (max-width: 767px) { .afn-mag-carousel-wrap { --afn-per-view: 2 !important; gap: 8px; } .afn-mag-nav { width: 32px; height: 32px; flex-basis: 32px; } }
@media (max-width: 480px) { .afn-mag-carousel-wrap { --afn-per-view: 1 !important; } }
