:root{--primary-color:#006EB7;--primary-hover:#004d85}.text-primary,.btn-primary,.border-primary{color:var(--primary-color) !important;border-color:var(--primary-color) !important;background-color:var(--primary-color) !important}.volumes-slider-section{background:linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);margin:20px 0;border-radius:10px;padding:30px 0;position:relative}.volumes-slider-section h3{color:#333;font-weight:600;margin-bottom:30px;font-size:1.8rem}.volume-card{transition:transform .3s ease,box-shadow .3s ease;height:300px;margin-bottom:20px;position:relative}.volume-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,0.2)}.volume-link{text-decoration:none !important;color:inherit;height:100%;display:block}.volume-link:hover{text-decoration:none !important;color:inherit}.volume-image-container{position:relative;height:100%;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1);background:#fff}.volume-image{width:100%;object-fit:cover;transition:transform .3s ease}.volume-card:hover .volume-image{transform:scale(1.05)}.volume-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:white;text-align:center;position:relative}.placeholder-content h4{margin:0;font-size:1.5rem;font-weight:bold;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.placeholder-content p{margin:5px 0;font-size:1.1rem;text-shadow:0 1px 2px rgba(0,0,0,0.3)}.placeholder-content small{font-size:0.9rem;opacity:0.8;text-shadow:0 1px 2px rgba(0,0,0,0.3)}.volume-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent, rgba(0,0,0,0.8));color:white;padding:20px;transform:translateY(100%);transition:transform .3s ease}.volume-card:hover .volume-overlay{transform:translateY(0)}.volume-info h5{margin:0 0 5px 0;font-size:1rem;font-weight:bold;line-height:1.2}.volume-info p{margin:0 0 10px 0;font-size:0.9rem;opacity:0.9}.view-issue-btn{background:#007bff;color:white;padding:5px 15px;border-radius:20px;font-size:0.8rem;font-weight:bold;display:inline-block;transition:background .3s ease;text-decoration:none}.view-issue-btn:hover{background:#0056b3;color:white;text-decoration:none}.custom-carousel-control{width:50px;height:50px;background:rgba(0,0,0,0.7);border:none;border-radius:50%;top:50%;transform:translateY(-50%);transition:all .3s ease;display:flex;align-items:center;justify-content:center;opacity:0.8}.custom-carousel-control:hover{background:rgba(0,0,0,0.9);transform:translateY(-50%) scale(1.1);opacity:1}.custom-carousel-control:focus{outline:2px solid #007bff;outline-offset:2px}.carousel-control-prev.custom-carousel-control{left:-25px}.carousel-control-next.custom-carousel-control{right:-25px}.custom-carousel-icon{color:white;font-size:24px;font-weight:bold;line-height:1}.custom-indicators{bottom:-40px;margin-bottom:0}.custom-indicators button{width:12px;height:12px;border-radius:50%;background:rgba(0,0,0,0.3);border:2px solid transparent;margin:0 5px;transition:all .3s ease;text-indent:0}.custom-indicators button.active{background:#007bff;transform:scale(1.2)}.custom-indicators button:hover{background:rgba(0,123,255,0.7)}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.carousel-item.active .volume-card{animation:slideInUp .6s ease forwards}.carousel-item.active .volume-card:nth-child(1){animation-delay:0.1s}.carousel-item.active .volume-card:nth-child(2){animation-delay:0.2s}.carousel-item.active .volume-card:nth-child(3){animation-delay:0.3s}.carousel-item.active .volume-card:nth-child(4){animation-delay:0.4s}.volume-link:focus{outline:2px solid #007bff;outline-offset:2px;border-radius:10px}@media (max-width:1200px){.volumes-slider-section{padding:25px 0}.volume-card{height:280px}}@media (max-width:992px){.carousel-control-prev.custom-carousel-control{left:-20px}.carousel-control-next.custom-carousel-control{right:-20px}.volume-card{height:260px}}@media (max-width:768px){.volumes-slider-section{margin:10px 0;padding:20px 0;border-radius:5px}.volumes-slider-section h3{font-size:1.5rem;margin-bottom:20px}.volume-card{height:250px;margin-bottom:15px}.custom-carousel-control{width:40px;height:40px}.carousel-control-prev.custom-carousel-control{left:-15px}.carousel-control-next.custom-carousel-control{right:-15px}.volume-overlay{position:static;transform:none;background:rgba(0,0,0,0.8);padding:10px;border-radius:0 0 10px 10px}.custom-indicators{bottom:-30px}}@media (max-width:576px){.volumes-slider-section{padding:15px 0}.volume-card{height:200px}.volume-info h5{font-size:0.9rem}.volume-info p{font-size:0.8rem}.placeholder-content h4{font-size:1.2rem}.placeholder-content p{font-size:1rem}.custom-carousel-control{width:35px;height:35px}.custom-carousel-icon{font-size:18px}}.volumes-slider-loading{display:flex;align-items:center;justify-content:center;height:300px;color:#666}.volumes-slider-loading::after{content:'';width:20px;height:20px;border:2px solid #666;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite;margin-left:10px}@keyframes spin{to{transform:rotate(360deg)}}.no-cssgridsupport .volume-card{float:left;width:25%}.no-cssgridsupport .volume-card:nth-child(4n+1){clear:left}.custom-indicators{bottom:-40px;margin-bottom:0;display:flex;justify-content:center;align-items:center;gap:10px}.custom-indicators button{width:30px;height:30px;border:none;border-radius:0;background:#e9ecef;margin:0 3px;transition:all .3s ease;text-indent:0;position:relative;clip-path:polygon(0 0, calc(92%) 0, 100% 50%, calc(92%) 100%, 0 100%, 8px 50%);display:flex;align-items:center;justify-content:center}.custom-indicators button::before{content:'';width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid currentColor;transform:rotate(90deg);color:#6c757d;transition:color .3s ease}.custom-indicators button.active{background:#0d6efd;transform:scale(1.1)}.custom-indicators button.active::before{color:white}.custom-indicators button:hover{background:#0d6efd;transform:scale(1.05)}.custom-indicators button:hover::before{color:white}.custom-indicators button:focus{outline:2px solid #0d6efd;outline-offset:2px}.custom-indicators.arrow-style button{width:35px;height:20px;background:#dee2e6;border-radius:0;position:relative;margin:0 2px;clip-path:polygon(0 0, calc(90%) 0, 100% 50%, calc(90%) 100%, 0 100%, 10px 50%)}.custom-indicators.arrow-style button::before{display:none}.custom-indicators.arrow-style button.active{background:#0d6efd}.custom-indicators.arrow-style button:hover{background:#0b5ed7}.custom-indicators.blue-dots button{width:12px;height:12px;border-radius:50%;background:#dee2e6;border:2px solid #dee2e6;margin:0 5px;clip-path:none}.custom-indicators.blue-dots button::before{display:none}.custom-indicators.blue-dots button.active{background:#0d6efd;border-color:#0d6efd;transform:scale(1.2)}.custom-indicators.blue-dots button:hover{background:#0b5ed7;border-color:#0b5ed7}@media (max-width:768px){.custom-indicators{bottom:-30px;gap:5px}.custom-indicators button{width:25px;height:25px}.custom-indicators.arrow-style button{width:30px;height:18px}.custom-indicators.blue-dots button{width:10px;height:10px}}@media (max-width:576px){.custom-indicators button{width:20px;height:20px}.custom-indicators.arrow-style button{width:25px;height:15px}.custom-indicators.blue-dots button{width:8px;height:8px}}.topbar{background:#d6d6d6;margin-bottom:0.5rem;font-weight:600}.topbar-left span{font-size:0.9rem}.topbar-right .pkp_navigation_user{margin:0;padding:0;list-style:none}.topbar-right .pkp_navigation_user>li{display:inline-block;margin-right:0.5rem}.topbar-right .pkp_navigation_user>li:last-child{margin-right:1rem}.language-selector .btn-link{color:#00588c;font-size:0.9rem;text-decoration:none}.language-selector .btn-link.active{font-weight:bold;text-decoration:underline}.language-selector .btn-link+.btn-link{margin-left:0.5rem}@media (max-width:768px){.pkp_navigation_mobile_container{background:#006EB7 !important}.pkp_navigation_primary_mobile,.pkp_navigation_user_mobile{background:#005a9e !important}.pkp_navigation_primary_mobile_list a,.pkp_navigation_user_mobile_list a{color:#ffffff !important}.pkp_navigation_primary_mobile_list a:hover,.pkp_navigation_user_mobile_list a:hover{color:#e0e0e0 !important;text-decoration:underline}.pkp_site_nav_toggle,.pkp_site_nav_toggle span,.pkp_site_nav_toggle::before{color:#0a47a9 !important}}@media (max-width:768px){.pkp_structure_head .container-xxl>a:last-child{display:none !important}}body{font-family:'Roboto',sans-serif !important}.pkp_structure_page>.topbar{padding:.5rem 1rem;margin-bottom:0.5rem;background:#d6d6d6;font-weight:600}.pkp_structure_head{margin-top:0.5rem}#google_translate_element select{font-size:0.85rem;padding:.1rem .3rem;border:none;background:transparent}