.other-series,.series{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.05)}.other-series__name:hover,.series__book-title:hover{text-decoration:underline}.series{margin:auto;padding:20px;border-radius:8px}.series__header{margin-bottom:30px}.series__title{font-size:1.8rem;margin-bottom:.5em}.series__meta{color:#666;margin-bottom:15px}.series__description{margin-top:10px;line-height:1.6}.series__list-title{font-size:1.4rem;margin-bottom:15px}.series__books{list-style:none;padding:0;margin:0}.series__book{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px dashed #ddd}.series__book-index{width:20px;font-weight:700;color:#555;padding-top:4px}.series__book-image{width:40px;height:60px;object-fit:cover;border-radius:4px;flex-shrink:0;transition:transform .2s}.series__book-image:hover{transform:scale(1.05)}.series__book-info{display:flex;flex-direction:column;flex:1}.series__book-title{font-weight:500;color:#07c;text-decoration:none}.series__book-year{font-size:.85rem;color:#666;margin-top:2px}.other-series{margin-top:40px;border-radius:8px;padding:20px}.other-series__title{font-size:1.4rem;margin-bottom:20px}.other-series__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:15px}.other-series__item{background-color:#f9f9f9;padding:10px;border-radius:6px;text-align:center;transition:box-shadow .2s}.other-series__item:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.other-series__image{width:60px;height:90px;object-fit:cover;border-radius:4px;margin-bottom:8px}.other-series__name{font-weight:700;font-size:.95rem;color:#07c;text-decoration:none;display:block;margin-bottom:4px}.other-series__count{font-size:.85rem;color:#555}@media (max-width:480px){.series__book{flex-wrap:wrap;align-items:flex-start}.series__book-year{width:100%;text-align:left;margin-top:2px}}