.pc-f9127e05-wrapper {\n    position: relative;\n    width: 100%;\n}\n\n.pc-f9127e05-wrapper .swiper-container {\n    overflow: hidden;\n    position: relative;\n    padding-bottom: 40px; /* Space for pagination */\n}\n\n.pc-f9127e05-wrapper .swiper-wrapper {\n    display: flex !important;\n    align-items: stretch !important; /* Ensure stretch heights */\n}\n\n.pc-f9127e05-wrapper .swiper-slide {\n    height: auto !important;\n    display: flex !important;\n}\n\n.pc-f9127e05-item {\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    align-items: flex-start;\n    position: relative;\n    width: 100%;\n    height: 100% !important; /* Take full height of swiper-slide container */\n    min-height: 450px; /* Base minimum height */\n    box-sizing: border-box;\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    text-decoration: none !important;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.pc-f9127e05-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 25px rgba(0,0,0,0.3);\n}\n\n.pc-f9127e05-item::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);\n    z-index: 1;\n}\n\n.pc-f9127e05-content {\n    position: relative;\n    z-index: 2;\n    padding: 20px;\n    width: 100%;\n    box-sizing: border-box;\n}\n\n.pc-f9127e05-title {\n    margin: 0;\n    font-size: 1.25rem;\n    font-weight: 700;\n    line-height: 1.3;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.5);\n    word-break: break-word;\n}\n\n.pc-f9127e05-empty {\n    padding: 30px;\n    text-align: center;\n    background: #f5f5f5;\n    border: 1px dashed #ccc;\n    border-radius: 6px;\n    font-style: italic;\n    color: #666;\n}\n\n/* Swiper navigation buttons customization */\n.pc-f9127e05-wrapper .swiper-button-next,\n.pc-f9127e05-wrapper .swiper-button-prev {\n    color: #fff;\n    background: rgba(0,0,0,0.5);\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    transition: background 0.3s ease;\n}\n\n.pc-f9127e05-wrapper .swiper-button-next:hover,\n.pc-f9127e05-wrapper .swiper-button-prev:hover {\n    background: rgba(0,0,0,0.8);\n}\n\n.pc-f9127e05-wrapper .swiper-button-next::after,\n.pc-f9127e05-wrapper .swiper-button-prev::after {\n    font-size: 16px;\n}\n\n.pc-f9127e05-wrapper .swiper-pagination-bullet-active {\n    background: #fff;\n}\n