.outer-container-ranking{max-width:1200px;margin:auto;padding-bottom:20px;color:#222}.outer-container-ranking .header{padding:32px 21px 12px;border-bottom:1px solid #c7517f;border-radius:12%}.outer-container-ranking .header,.outer-container-ranking .header .wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.outer-container-ranking .header .wrapper{width:100%}.outer-container-ranking .header .wrapper .title{color:#c7517f;font-family:Playfair Display,serif;font-size:28px;font-weight:700;line-height:30px;text-transform:capitalize;opacity:0;transform:translateY(-20px);animation:bounceInOut 2s ease-in-out forwards;position:relative;display:inline-block;overflow:hidden}.outer-container-ranking .header .wrapper .title:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.8));transform:rotate(0deg);animation:shimmer 3s linear infinite;pointer-events:none}.outer-container-ranking .header .wrapper .more{transition:margin-right .3s ease;color:#841ed2}.outer-container-ranking .inner-container{display:flex;flex-direction:row;align-items:center}.outer-container-ranking .inner-container .left-arrow{margin-right:12px}.outer-container-ranking .inner-container .body{display:flex;align-items:flex-start;justify-content:space-between;margin-top:24px}.outer-container-ranking .inner-container .body .section-wrapper{width:360px}.outer-container-ranking .inner-container .body .section-wrapper .heading{width:100%;color:transparent;font-family:Playfair Display,serif;font-size:28px;font-weight:700;line-height:30px;text-transform:capitalize;position:relative;display:inline-block;padding-bottom:15px;margin:20px;text-align:center;background:linear-gradient(90deg,#792445,#c6819d);background-clip:text}.outer-container-ranking .inner-container .body .section-wrapper .heading:hover{background:linear-gradient(90deg,#f3a1c2,#c7517f);background-clip:text}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories{display:flex;align-items:flex-start;justify-content:space-between;height:120px}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .story-cover{display:flex;align-items:center;justify-content:space-between;position:relative}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .story-cover .story-image{width:72px;height:96px;overflow:hidden;border-radius:8px;background-image:url(/assets/images/nova-default.png);background-size:cover;background-position:50%}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .story-cover .story-image img{width:100%;height:100%;transition:transform .3s ease;object-fit:fill}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .story-cover .story-image img:hover{transform:scale(1.1)}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .story-cover .no{align-self:flex-start;width:28px;height:28px;margin:12px 8px 0 4px}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .book-info{flex:1 1;margin:3px 0}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .book-info .book-title{display:flex;overflow:hidden;word-break:break-word;margin-bottom:12px;color:#222;font-size:18px;font-weight:500;line-height:20px}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .book-info .book-title:hover{color:#c7517f}.outer-container-ranking .inner-container .body .section-wrapper .stories-wrapper .stories .book-info .book-blurb{display:flex;color:rgba(34,34,34,.7);font-size:14px;font-weight:500;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.outer-container-ranking .inner-container .right-arrow{margin-left:12px}@media(max-width:1189px){.outer-container-ranking .inner-container{overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.outer-container-ranking .inner-container .body{display:flex;align-items:flex-start;justify-content:space-between;margin-top:24px}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes shimmer{0%{transform:translateX(-100%) rotate(45deg)}to{transform:translateX(100%) rotate(45deg)}}@keyframes horizontalFlip{0%{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}to{transform:rotateY(1turn)}}.loading-container{display:flex;justify-content:center;align-items:center;height:100vh}.loading-container .rotating-image{width:80px;height:80px;animation:horizontalFlip 2s linear infinite;transform-origin:center}