/* FilterLucky Desktop Styles */
/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Cinzel:wght@400;600&family=Orbitron:wght@400;700&display=swap');

/* Reset and Base Styles */
.filterlucky-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Remove any top decorations from body/html */
body::before,
body::after,
html::before, 
html::after,
.site-header::before,
.site-header::after,
header::before,
header::after {
    display: none !important;
}

/* Remove any gradients or borders from top */
body {
    border-top: none !important;
    background-image: none !important;
}

/* GLOBÁLIS HORIZONTAL SCROLL MEGELŐZÉS */
/* Ez megakadályozza a horizontális scrollbar megjelenését */
html,
body,
html.has-filterlucky,
body.has-filterlucky {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Root elemek stabilizálása */
html {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* VÉGLEGES HORIZONTAL SCROLL KIIKTATÁS */
/* Ez minden szinten megakadályozza a horizontális scrollbar megjelenését */
*, *::before, *::after {
    box-sizing: border-box !important;
}

/* Wrapper és konténerek overflow kontrollja */
.filterlucky-wrapper,
.filterlucky-main-container {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Elementor konténerek overflow kontrollja */
.elementor,
.elementor-page,
.elementor-section,
.elementor-container,
.elementor-widget-container {
    overflow-x: visible !important;
    max-width: 100% !important;
}

/* Hero szekció további biztonsági beállítások */
.filterlucky-hero {
    contain: layout !important;
    will-change: auto !important;
}

/* MODERN CSS VIEWPORT VARIABLES - SCROLLBAR SAFE */
:root {
    --vw-no-scrollbar: calc(100vw - (100vw - 100%));
    --vh-no-scrollbar: calc(100vh - (100vh - 100%));
}

/* Alternatív teljes szélességű megoldás CSS változókkal */
.filterlucky-hero-alternative {
    width: var(--vw-no-scrollbar) !important;
    max-width: var(--vw-no-scrollbar) !important;
    left: 50% !important;
    margin-left: calc(var(--vw-no-scrollbar) / -2) !important;
    margin-right: calc(var(--vw-no-scrollbar) / -2) !important;
    position: relative !important;
    overflow-x: hidden !important;
}

.filterlucky-wrapper {
    border-top: none !important;
}

/* BRUTÁLIS TELJES SZÉLESSÉGŰ BEÁLLÍTÁSOK - ELEMENTOR FELÜLÍRÁS */
/* Ez felülírja az Elementor összes idióta beállítását */

/* Hero section MINDEN esetben teljes szélességű */
/* SCROLLBAR-SAFE FULL WIDTH TECHNIKA */
.filterlucky-hero,
.elementor .filterlucky-hero,
.elementor-widget .filterlucky-hero,
.elementor-widget-container .filterlucky-hero,
.elementor-section .filterlucky-hero,
.elementor-column .filterlucky-hero,
.elementor-widget-wrap .filterlucky-hero,
.elementor-container .filterlucky-hero,
.elementor-row .filterlucky-hero,
.e-container .filterlucky-hero,
.e-con .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
    max-width: calc(100vw - (100vw - 100%)) !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
    transform: none !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

/* Elementor konténerek padding és margin eltávolítása hero esetén */
.elementor-section:has(.filterlucky-hero),
.elementor-section:has(.filterlucky-wrapper),
.elementor-container:has(.filterlucky-hero),
.elementor-widget-container:has(.filterlucky-hero),
.elementor-widget:has(.filterlucky-hero),
.elementor-column:has(.filterlucky-hero),
.e-container:has(.filterlucky-hero),
.e-con:has(.filterlucky-hero) {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    overflow: visible !important;
}

/* Elementor grid és flexbox felülírás */
.elementor-section:has(.filterlucky-hero) > .elementor-container,
.elementor-section:has(.filterlucky-wrapper) > .elementor-container,
.elementor-container:has(.filterlucky-hero),
.elementor-widget-container:has(.filterlucky-hero) {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
    display: block !important;
}

/* Elementor oszlopok felülírása */
.elementor-column:has(.filterlucky-hero),
.elementor-widget-wrap:has(.filterlucky-hero) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* EXTRA ERŐS SZELEKTOROK minden Elementor változathoz */
/* Boxed layout */
.elementor-section-boxed .elementor-container .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
}

/* Full width layout */
.elementor-section-full_width .elementor-container .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
}

/* Inner sections */
.elementor-inner-section .elementor-container .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
}

/* Container Pro felülírás */
.e-container .filterlucky-hero,
.e-con .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
}

/* VÉGLEGES BRUTÁLIS FELÜLÍRÁS - MINDEN KOMBINÁCIÓ */
/* Ez garantáltan felülírja az Elementor minden beállítását */
body .elementor .filterlucky-hero,
body .elementor-page .filterlucky-hero,
body .elementor-widget-container .filterlucky-hero,
html body .elementor .filterlucky-hero,
html body div .elementor .filterlucky-hero,
div.elementor div.elementor-widget-container .filterlucky-hero,
div.elementor-page div.elementor-widget-container .filterlucky-hero,
.elementor-location-header .filterlucky-hero,
.elementor-location-single .filterlucky-hero,
.elementor-kit-6 .filterlucky-hero,
#elementor .filterlucky-hero,
[data-elementor-type] .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
    max-width: calc(100vw - (100vw - 100%)) !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
    transform: none !important;
    box-sizing: border-box !important;
    background: linear-gradient(135deg, #6B46C1 0%, #9333EA 50%, #EC4899 100%) !important;
    padding: 2.5rem 0 5rem !important;
    overflow: hidden !important;
    margin-bottom: 2rem !important;
    z-index: 1 !important;
}

/* VIEWPORT ÉS RESPONSIVE BIZTOSÍTÁS */
/* Ez biztosítja, hogy minden képernyőméreten teljes szélességű legyen */
@media screen and (min-width: 768px) {
    .filterlucky-hero,
    body .elementor .filterlucky-hero,
    html body .elementor .filterlucky-hero {
        width: calc(100vw - (100vw - 100%)) !important;
        max-width: calc(100vw - (100vw - 100%)) !important;
        position: relative !important;
        left: 50% !important;
        margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
        margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
        transform: none !important;
    }
    
    /* Elementor konténerek eltávolítása desktop módban */
    .elementor-section:has(.filterlucky-hero),
    .elementor-container:has(.filterlucky-hero),
    .elementor-widget-container:has(.filterlucky-hero) {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }
}

/* EXTRA BIZTOSÍTÉK - Minden body típushoz */
body,
body.elementor-default,
body.elementor-kit-6,
body.single,
body.page {
    .filterlucky-hero {
        width: calc(100vw - (100vw - 100%)) !important;
        max-width: calc(100vw - (100vw - 100%)) !important;
        position: relative !important;
        left: 50% !important;
        margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
        margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
        transform: none !important;
    }
}

/* Wrapper */
.filterlucky-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: var(--filterlucky-text-primary);
    line-height: 1.6;
    position: relative;
    background: #F9FAFB;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Main Container */
.filterlucky-main-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

/* Elementor compatibility - ensure full width */
.elementor-widget-container .filterlucky-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.elementor-widget-container {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* Elementor specific adjustments */
.elementor-section .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
}

.elementor-widget-filterlucky .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}

/* Force full width for hero in any container */
.elementor-widget-container .filterlucky-hero,
.elementor-column-wrap .filterlucky-hero,
.elementor-widget-wrap .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
    position: relative !important;
    left: 50% !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
}

/* Remove any section padding that might affect hero */
.elementor-section:has(.filterlucky-hero) {
    padding: 0 !important;
}

.elementor-column:has(.filterlucky-hero) {
    padding: 0 !important;
}

/* Ensure main container doesn't restrict width */
.filterlucky-main-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

/* Elementor-specific button layout fixes */
.elementor-widget-container .filterlucky-casino-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.75rem !important;
    align-items: center !important;
    min-width: 220px !important;
}

.elementor-widget-container .filterlucky-casino-actions .filterlucky-btn-visit,
.elementor-widget-container .filterlucky-casino-actions .filterlucky-btn-review {
    flex: 1 !important;
    min-width: 90px !important;
}

/* Elementor-specific available badge positioning */
.elementor-widget-container .filterlucky-casino-card {
    position: relative !important;
}

.elementor-widget-container .filterlucky-country-availability {
    position: absolute !important;
    top: 0 !important;
    right: 0.5rem !important;
    z-index: 10 !important;
}

/* Extra strong selectors for Elementor */
.elementor-widget-filterlucky .filterlucky-casino-actions,
.elementor-widget-container .filterlucky-elementor-widget .filterlucky-casino-actions,
.filterlucky-elementor-widget .filterlucky-casino-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 0.75rem !important;
    align-items: center !important;
}

.elementor-widget-filterlucky .filterlucky-casino-card,
.elementor-widget-container .filterlucky-elementor-widget .filterlucky-casino-card,
.filterlucky-elementor-widget .filterlucky-casino-card {
    position: relative !important;
}

.elementor-widget-filterlucky .filterlucky-country-availability,
.elementor-widget-container .filterlucky-elementor-widget .filterlucky-country-availability,
.filterlucky-elementor-widget .filterlucky-country-availability {
    position: absolute !important;
    top: 0 !important;
    right: 0.5rem !important;
    z-index: 10 !important;
}

/* CSS Variables */
.filterlucky-wrapper {
    /* Primary Colors */
    --filterlucky-purple-primary: #7C3AED;
    --filterlucky-purple-dark: #4C1D95;
    --filterlucky-purple-light: #A78BFA;
    
    /* Accent Colors */
    --filterlucky-pink: #EC4899;
    --filterlucky-orange: #F97316;
    --filterlucky-gold: #FFC107;
    
    /* Functional Colors */
    --filterlucky-green: #10B981;
    --filterlucky-green-bg: #D1FAE5;
    --filterlucky-red: #EF4444;
    --filterlucky-red-bg: #FEE2E2;
    --filterlucky-blue: #3B82F6;
    
    /* Neutral Colors */
    --filterlucky-dark-bg: #1F2937;
    --filterlucky-card-bg: #FFFFFF;
    --filterlucky-light-bg: #F9FAFB;
    --filterlucky-white: #FFFFFF;
    --filterlucky-gray-50: #F9FAFB;
    --filterlucky-gray-100: #F3F4F6;
    --filterlucky-gray-200: #E5E7EB;
    --filterlucky-gray-300: #D1D5DB;
    --filterlucky-gray-800: #1F2937;
    --filterlucky-gray-900: #111827;
    
    /* Text Colors */
    --filterlucky-text-primary: #111827;
    --filterlucky-text-secondary: #6B7280;
    --filterlucky-text-dark: #111827;
    --filterlucky-text-white: #FFFFFF;
}

/* Hero Section - BRUTÁLIS TELJES SZÉLESSÉGŰ BEÁLLÍTÁSOK */
.filterlucky-hero {
    background: linear-gradient(135deg, #6B46C1 0%, #9333EA 50%, #EC4899 100%) !important;
    padding: 2.5rem 0 5rem !important;
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 2rem !important;
    width: calc(100vw - (100vw - 100%)) !important;
    max-width: calc(100vw - (100vw - 100%)) !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
    transform: none !important;
    box-sizing: border-box !important;
    z-index: 1 !important;
}

/* Smooth curved bottom */
.filterlucky-hero::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 80px;
    background: white;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 1;
}



/* Elementor Full Width Override */
.elementor-section-boxed .elementor-container .filterlucky-hero,
.elementor-section-full_width .elementor-container .filterlucky-hero,
.elementor-inner-section .elementor-container .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
    position: relative !important;
    left: 50% !important;
    transform: none !important;
    margin-left: calc(-50vw + (100vw - 100%) / 2) !important;
    margin-right: calc(-50vw + (100vw - 100%) / 2) !important;
}

/* Force Elementor containers to not restrict */
.elementor-widget-filterlucky {
    width: 100% !important;
    max-width: none !important;
}

.elementor-widget-filterlucky .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

/* Elementor specific overrides for different section types */
.elementor-section-boxed .filterlucky-hero,
.elementor-section-full_width .filterlucky-hero {
    width: 100%;
    position: relative;
    left: 0;
    transform: none;
    margin-left: 0;
    margin-right: 0;
}

/* Fix for inner sections */
.elementor-inner-section .filterlucky-hero {
    width: calc(100vw - (100vw - 100%)) !important;
}

/* Override any max-width restrictions */
.elementor-section .filterlucky-hero,
.elementor-column .filterlucky-hero,
.elementor-widget .filterlucky-hero {
    max-width: none !important;
}

/* Force full width on all Elementor layouts */
.elementor .filterlucky-hero,
.elementor-page .filterlucky-hero,
body.elementor-default .filterlucky-hero {
    width: 100%;
    position: relative;
    left: 0;
    transform: none;
    margin-left: 0;
    margin-right: 0;
}

/* Remove Elementor section padding for hero */
.elementor-section:has(.filterlucky-hero),
.elementor-section:has(.filterlucky-wrapper) {
    padding: 0 !important;
    margin: 0 !important;
}

.elementor-section:has(.filterlucky-hero) > .elementor-container,
.elementor-section:has(.filterlucky-wrapper) > .elementor-container {
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}

/* Main container adjustments */
.filterlucky-main-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible;
}

/* Ensure wrapper doesn't clip the curves */
.filterlucky-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: var(--filterlucky-text-primary);
    line-height: 1.6;
    position: relative;
    background: transparent;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.filterlucky-hero-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

.filterlucky-hero-badge-wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 1.5rem;
}

.filterlucky-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #F97316;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}

.filterlucky-hero-badge span {
    font-size: 1.2rem;
}

.filterlucky-hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.filterlucky-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.filterlucky-hero-title .filterlucky-highlight {
    color: #FFD700;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.filterlucky-hero-description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Search Bar */
.filterlucky-search-bar {
    display: flex;
    max-width: 500px;
    margin: 0 auto 1.5rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.4rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.filterlucky-search-input {
    flex: 1;
    background: transparent;
    border: none;
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
    color: white;
    outline: none;
}

.filterlucky-search-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.filterlucky-search-button {
    background: white;
    color: #6B46C1;
    border: none;
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.filterlucky-search-button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Hero Features */
.filterlucky-hero-features {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.filterlucky-feature-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
}

.filterlucky-feature-icon {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

/* Hero CTA Button */
.filterlucky-hero-cta {
    background: #F97316;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 20px rgba(249, 115, 22, 0.3);
    text-decoration: none;
    position: relative;
    /* animation: filterlucky-bounce 2s ease-in-out infinite; */
}

.filterlucky-hero-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(249, 115, 22, 0.4);
    background: #EA580C;
}

.filterlucky-hero-cta::after {
    content: '↓';
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

@keyframes filterlucky-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Filter Section */
.filterlucky-filter-section {
    margin-top: -3rem;
    position: relative;
    z-index: 10;
    padding: 0 2rem 3rem;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.filterlucky-filter-container {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(59, 130, 246, 0.1),
        0 0 40px rgba(59, 130, 246, 0.05);
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #e2e8f0;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Visual connection between filter and casino list */
.filterlucky-filter-container::after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    border-radius: 4px 4px 0 0;
    opacity: 0.8;
    z-index: 5;
}

.filterlucky-casino-list-section {
    margin-top: -1rem;
    position: relative;
    z-index: 4;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-radius: 24px 24px 0 0;
    padding-top: 3rem;
    border: 2px solid #e2e8f0;
    border-top: none;
}

/* Connection bridge between filter and casino list */
.filterlucky-casino-list-section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
    border-radius: 2px;
    opacity: 0.8;
    z-index: 6;
}

.filterlucky-casino-list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 5;
}

.filterlucky-filter-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
    opacity: 0.9;
    border-radius: 24px 24px 0 0;
    z-index: 1;
}

.filterlucky-filter-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
}

.filterlucky-filter-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filterlucky-filter-icon {
    font-size: 1.25rem;
    color: #3b82f6;
    background: rgba(59, 130, 246, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filterlucky-filter-subtitle {
    color: #64748b;
    font-size: 0.9rem;
    margin-left: auto;
}

/* Filter Controls */
.filterlucky-filter-controls {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 0.5rem 0;
    width: 100%;
}

/* Filter label structure fix */
.filterlucky-filter-label > span:first-child {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.filterlucky-filter-label > span:last-child {
    margin-left: auto;
}

.filterlucky-filter-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    padding: 1.25rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}

.filterlucky-filter-group:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Egyedi színek minden filter group-hoz */
.filterlucky-filter-group:nth-child(1) {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(239, 68, 68, 0.04) 100%);
    border: 1px solid rgba(239, 68, 68, 0.15);
}

.filterlucky-filter-group:nth-child(1):hover {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12) 0%, rgba(239, 68, 68, 0.08) 100%);
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 8px 32px rgba(239, 68, 68, 0.15);
}

.filterlucky-filter-group:nth-child(2) {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.08) 0%, rgba(34, 197, 94, 0.04) 100%);
    border: 1px solid rgba(34, 197, 94, 0.15);
}

.filterlucky-filter-group:nth-child(2):hover {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0.08) 100%);
    border-color: rgba(34, 197, 94, 0.3);
    box-shadow: 0 8px 32px rgba(34, 197, 94, 0.15);
}

.filterlucky-filter-group:nth-child(3) {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.08) 0%, rgba(6, 182, 212, 0.04) 100%);
    border: 1px solid rgba(6, 182, 212, 0.15);
}

.filterlucky-filter-group:nth-child(3):hover {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.12) 0%, rgba(6, 182, 212, 0.08) 100%);
    border-color: rgba(6, 182, 212, 0.3);
    box-shadow: 0 8px 32px rgba(6, 182, 212, 0.15);
}

.filterlucky-filter-group:nth-child(4) {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(99, 102, 241, 0.04) 100%);
    border: 1px solid rgba(99, 102, 241, 0.15);
}

.filterlucky-filter-group:nth-child(4):hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(99, 102, 241, 0.08) 100%);
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 8px 32px rgba(99, 102, 241, 0.15);
}

.filterlucky-filter-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-weight: 500;
    color: #475569;
    font-size: 0.875rem;
    transition: color 0.3s ease;
    margin-bottom: 0.25rem;
}

.filterlucky-filter-group:hover .filterlucky-filter-label {
    color: #1e293b;
}

.filterlucky-label-icon {
    font-size: 1.25rem;
    color: #3b82f6;
    transition: transform 0.3s ease;
    margin-right: 0.4rem;
}

.filterlucky-filter-group:hover .filterlucky-label-icon {
    transform: scale(1.1);
}

/* Animate current value changes */
.filterlucky-filter-label .current-value {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 130, 246, 0.2);
    background-color: rgba(59, 130, 246, 0.05);
    transition: all 0.3s ease;
}

.filterlucky-filter-group:hover .current-value {
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: valuePulse 2s infinite;
    border-color: rgba(59, 130, 246, 0.4);
    background-color: rgba(59, 130, 246, 0.1);
}

/* Pulse animation on value change */
@keyframes valuePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.filterlucky-filter-label .current-value.updating {
    animation: valuePulse 0.3s ease;
}

/* Range Sliders */
.filterlucky-range-slider {
    position: relative;
    padding: 0.5rem 0;
    height: 40px;
}

/* Add focus styles */
.filterlucky-slider:focus {
    outline: none;
}

.filterlucky-slider:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(107, 70, 193, 0.2);
}

.filterlucky-slider:focus::-moz-range-thumb {
    box-shadow: 0 0 0 4px rgba(107, 70, 193, 0.2);
}

/* Slider track background and progress */
.filterlucky-slider-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transform: translateY(-50%);
    overflow: hidden;
    pointer-events: none;
}

.filterlucky-slider-track::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%);
    border-radius: 10px;
    width: var(--progress, 0%);
    transition: width 0.3s ease;
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.3);
}

.filterlucky-slider {
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    margin: 1rem 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

/* Track styles - make transparent */
.filterlucky-slider::-webkit-slider-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border-radius: 10px;
}

.filterlucky-slider::-moz-range-track {
    width: 100%;
    height: 8px;
    background: transparent;
    border-radius: 10px;
}

/* Thumb styles */
.filterlucky-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border: 2px solid rgba(255, 255, 255, 0.9);
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
    margin-top: -8px;
}

.filterlucky-slider::-webkit-slider-thumb:hover {
    transform: scale(1.3);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.4);
    border-color: rgba(255, 255, 255, 1);
}

.filterlucky-slider::-webkit-slider-thumb:active {
    transform: scale(1.2);
}

.filterlucky-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    border: 2px solid rgba(255, 255, 255, 0.9);
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
}

.filterlucky-slider::-moz-range-thumb:hover {
    transform: scale(1.3);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.4);
    border-color: rgba(255, 255, 255, 1);
}

.filterlucky-slider::-moz-range-thumb:active {
    transform: scale(1.2);
}

/* Custom progress bar overlay - remove duplicate */
.filterlucky-range-slider::before {
    display: none;
}

.filterlucky-range-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    color: #64748b;
    opacity: 0.9;
}

.filterlucky-range-values span {
    padding: 0.25rem 0.5rem;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filterlucky-filter-group:hover .filterlucky-range-values span {
    color: #1e293b;
    background: rgba(59, 130, 246, 0.1);
    transform: translateY(-1px);
}

.filterlucky-range-values .current-value {
    font-weight: 600;
    color: #6B46C1;
    font-size: 1rem;
}

/* Filter Dropdowns */
.filterlucky-filter-dropdowns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #E5E7EB;
    width: 100%;
}

.filterlucky-custom-dropdown {
    position: relative;
    min-width: 200px;
}

.filterlucky-dropdown-selected {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    padding: 0.875rem 1rem;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 0.875rem;
    color: #6B7280;
    font-weight: 500;
}

.filterlucky-dropdown-selected:hover {
    border-color: #6B46C1;
    background: white;
    color: #374151;
}

.filterlucky-dropdown-selected.active {
    border-color: #6B46C1;
    background: white;
    box-shadow: 0 0 0 3px rgba(107, 70, 193, 0.1);
    color: #374151;
}

.filterlucky-dropdown-arrow {
    transition: transform 0.3s ease;
    color: #9CA3AF;
}

.filterlucky-dropdown-selected:hover .filterlucky-dropdown-arrow {
    color: #6B46C1;
}

.filterlucky-dropdown-selected.active .filterlucky-dropdown-arrow {
    transform: rotate(180deg);
    color: #6B46C1;
}

.filterlucky-dropdown-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    margin-top: 0;
    padding: 0.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 9999;
    max-height: 280px;
    overflow-y: auto;
    min-width: 100%;
    width: 100%;
}

.filterlucky-dropdown-options.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.filterlucky-custom-dropdown.open .filterlucky-dropdown-selected {
    border-color: #6B46C1;
    background: white;
    box-shadow: 0 0 0 3px rgba(107, 70, 193, 0.1);
    color: #374151;
}

.filterlucky-custom-dropdown.open .filterlucky-dropdown-arrow {
    transform: rotate(180deg);
    color: #6B46C1;
}

/* Custom scrollbar for dropdown */
.filterlucky-dropdown-options::-webkit-scrollbar {
    width: 6px;
}

.filterlucky-dropdown-options::-webkit-scrollbar-track {
    background: #F3F4F6;
    border-radius: 3px;
}

.filterlucky-dropdown-options::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 3px;
}

.filterlucky-dropdown-options::-webkit-scrollbar-thumb:hover {
    background: #9CA3AF;
}

.filterlucky-dropdown-option {
    padding: 0.625rem 0.875rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: #374151;
    margin: 0.125rem 0;
    position: relative;
}

.filterlucky-dropdown-option:first-child {
    margin-top: 0;
}

.filterlucky-dropdown-option:last-child {
    margin-bottom: 0;
}

.filterlucky-dropdown-option:hover {
    background: #F3F4F6;
    color: #6B46C1;
}

.filterlucky-dropdown-option.selected {
    background: rgba(107, 70, 193, 0.08);
    color: #6B46C1;
    font-weight: 600;
}

.filterlucky-dropdown-option.selected::before {
    content: '✓';
    position: absolute;
    right: 1rem;
    color: #6B46C1;
}

.filterlucky-option-icon {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

/* Filter Actions */
.filterlucky-filter-actions {
    margin-top: 2rem;
    text-align: center;
    width: 100%;
    animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filterlucky-btn-reset-filters {
    background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);
    color: #DC2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
    padding: 0.75rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem auto 0;
    position: relative;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filterlucky-btn-reset-filters::before {
    content: '↻';
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.filterlucky-btn-reset-filters:hover {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.3);
}

.filterlucky-btn-reset-filters:hover::before {
    transform: rotate(180deg);
}

.filterlucky-btn-reset-filters:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.2);
}

/* Casino List Section */
.filterlucky-casino-list-section {
    padding: 3rem 2rem;
    background: #F9FAFB;
    width: 100%;
    max-width: 100%;
}

.filterlucky-casino-list-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.filterlucky-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.filterlucky-list-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--filterlucky-text-primary);
}

.filterlucky-list-info {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.filterlucky-list-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.filterlucky-layout-switcher {
    display: flex;
    background: var(--filterlucky-white);
    border-radius: 8px;
    padding: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.filterlucky-layout-btn {
    background: none;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--filterlucky-text-secondary);
}

.filterlucky-layout-btn:hover {
    background: var(--filterlucky-gray-100);
    color: var(--filterlucky-text-primary);
}

.filterlucky-layout-btn.active {
    background: var(--filterlucky-purple-primary);
    color: var(--filterlucky-white);
    box-shadow: 0 2px 4px rgba(124, 58, 237, 0.3);
}

.filterlucky-layout-btn svg {
    width: 18px;
    height: 18px;
}

.filterlucky-results-count {
    color: var(--filterlucky-text-secondary);
    font-weight: 500;
}

.filterlucky-results-count strong {
    color: var(--filterlucky-purple-primary);
}

.filterlucky-sort-dropdown {
    padding: 8px 12px;
    border: 2px solid var(--filterlucky-gray-200);
    border-radius: 8px;
    background: var(--filterlucky-white);
    color: var(--filterlucky-text-primary);
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.filterlucky-sort-dropdown:hover {
    border-color: var(--filterlucky-purple-primary);
}

.filterlucky-sort-dropdown:focus {
    outline: none;
    border-color: var(--filterlucky-purple-primary);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

/* Casino Cards */
.filterlucky-casino-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.filterlucky-casino-card {
    background: var(--filterlucky-white);
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    flex-wrap: nowrap;
}



.filterlucky-casino-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(124, 58, 237, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.filterlucky-casino-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    border-color: var(--filterlucky-purple-primary);
}

.filterlucky-casino-card:hover::before {
    opacity: 1;
}

.filterlucky-casino-rank {
    background: linear-gradient(135deg, var(--filterlucky-purple-primary) 0%, var(--filterlucky-pink) 100%);
    color: var(--filterlucky-white);
    font-weight: 700;
    font-size: 1rem;
    padding: 8px 12px;
    border-radius: 6px;
    min-width: 45px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(124, 58, 237, 0.3);
    flex-shrink: 0;
}

.filterlucky-casino-logo {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 16px;
}

.filterlucky-casino-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Modern Glass-morphism Logo Design */
.filterlucky-casino-logo-modern {
    width: 64px;
    height: 64px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.filterlucky-logo-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 18px;
    opacity: 0.9;
    transition: all 0.4s ease;
}

.filterlucky-logo-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.filterlucky-logo-text {
    color: white;
    font-size: 16px;
    font-weight: 900;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    transition: all 0.3s ease;
}

.filterlucky-logo-shine {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    transition: transform 0.6s ease;
    z-index: 3;
}

/* Hover Effects */
.filterlucky-casino-card:hover .filterlucky-casino-logo-modern {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.filterlucky-casino-card:hover .filterlucky-logo-bg {
    opacity: 1;
    transform: scale(1.02);
}

.filterlucky-casino-card:hover .filterlucky-logo-text {
    transform: translateY(-1px) scale(1.05);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.filterlucky-casino-card:hover .filterlucky-logo-shine {
    transform: translateX(100%) translateY(100%) rotate(45deg);
}

/* Specific Casino Styles */
.filterlucky-casino-logo-modern[data-casino*="luxury"] .filterlucky-logo-text {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.filterlucky-casino-logo-modern[data-casino*="royal"] .filterlucky-logo-text {
    font-family: 'Cinzel', serif;
    font-weight: 600;
}

.filterlucky-casino-logo-modern[data-casino*="cyber"] .filterlucky-logo-text,
.filterlucky-casino-logo-modern[data-casino*="neon"] .filterlucky-logo-text {
    font-family: 'Orbitron', monospace;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Active/Focus States */
.filterlucky-casino-logo-modern:active {
    transform: translateY(-2px) scale(1.02);
    transition: all 0.1s ease;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .filterlucky-casino-logo {
        width: 56px;
        height: 56px;
    }
    
    .filterlucky-casino-logo-modern {
        width: 56px;
        height: 56px;
        border-radius: 16px;
    }
    
    .filterlucky-logo-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .filterlucky-casino-logo {
        width: 48px;
        height: 48px;
    }
    
    .filterlucky-casino-logo-modern {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }
    
    .filterlucky-logo-text {
        font-size: 12px;
    }
}

.filterlucky-casino-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 180px;
    flex: 1;
}

.filterlucky-casino-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--filterlucky-text-primary);
    margin: 0;
}

.filterlucky-casino-rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.filterlucky-stars {
    font-size: 0.9rem;
    color: #fbbf24;
}

.filterlucky-rating-value {
    font-weight: 600;
    color: var(--filterlucky-text-secondary);
    font-size: 0.8rem;
}

.filterlucky-casino-bonus {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    text-align: center;
    flex: 1.5;
    max-width: 260px;
}

.filterlucky-bonus-amount {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--filterlucky-purple-primary);
    line-height: 1;
}

.filterlucky-bonus-details {
    color: var(--filterlucky-text-secondary);
    font-size: 0.8rem;
    line-height: 1.2;
}

.filterlucky-casino-features {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 80px;
    max-width: 140px;
    flex: 1;
}

.filterlucky-feature-tag {
    background: none;
    color: var(--filterlucky-green);
    padding: 0;
    border-radius: 0;
    font-size: 0.65rem;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filterlucky-casino-deposit {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.125rem;
    min-width: 90px;
}

.filterlucky-deposit-label {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--filterlucky-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filterlucky-deposit-amount {
    font-size: 1rem;
    font-weight: 700;
    color: var(--filterlucky-text-primary);
}

.filterlucky-casino-actions {
    display: flex;
    flex-direction: row;
    gap: 0.4rem;
    min-width: 140px;
    max-width: 160px;
    align-items: center;
    flex-shrink: 0;
}

.filterlucky-btn-visit {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: var(--filterlucky-white);
    border: none;
    padding: 8px 10px;
    border-radius: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 0.7rem;
    min-width: 65px;
    white-space: nowrap;
}

.filterlucky-btn-visit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(249, 115, 22, 0.3);
}

.filterlucky-btn-review {
    background: var(--filterlucky-white);
    color: var(--filterlucky-purple-primary);
    border: 2px solid var(--filterlucky-purple-primary);
    padding: 6px 10px;
    border-radius: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: 0.7rem;
    min-width: 55px;
    white-space: nowrap;
}

.filterlucky-btn-review:hover {
    background: var(--filterlucky-purple-primary);
    color: var(--filterlucky-white);
    transform: translateY(-2px);
}

/* Show More/Less Buttons */
.filterlucky-show-more-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.filterlucky-btn-show-more,
.filterlucky-btn-show-less,
.filterlucky-btn-load-more {
    background: var(--filterlucky-white);
    color: var(--filterlucky-purple-primary);
    border: 2px solid var(--filterlucky-purple-primary);
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.filterlucky-btn-show-more:hover,
.filterlucky-btn-show-less:hover,
.filterlucky-btn-load-more:hover {
    background: var(--filterlucky-purple-primary);
    color: var(--filterlucky-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(124, 58, 237, 0.3);
}

.filterlucky-btn-show-more:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    background: var(--filterlucky-gray-200);
    color: var(--filterlucky-text-secondary);
    border-color: var(--filterlucky-gray-200);
}

.filterlucky-btn-show-more:disabled:hover {
    background: var(--filterlucky-gray-200);
    color: var(--filterlucky-text-secondary);
    transform: none;
    box-shadow: none;
}

/* Show Less mode styling */
.filterlucky-btn-load-more.show-less-mode {
    background: var(--filterlucky-orange);
    color: var(--filterlucky-white);
    border-color: var(--filterlucky-orange);
}

.filterlucky-btn-load-more.show-less-mode:hover {
    background: #ea580c;
    border-color: #ea580c;
    box-shadow: 0 8px 16px rgba(249, 115, 22, 0.3);
}

/* Disabled state for load more button */
.filterlucky-btn-load-more:disabled,
.filterlucky-btn-show-more:disabled,
.filterlucky-btn-show-less:disabled {
    background: var(--filterlucky-gray-200);
    color: var(--filterlucky-text-secondary);
    border-color: var(--filterlucky-gray-200);
    cursor: not-allowed;
    opacity: 0.6;
}

.filterlucky-btn-load-more:disabled:hover,
.filterlucky-btn-show-more:disabled:hover,
.filterlucky-btn-show-less:disabled:hover {
    background: var(--filterlucky-gray-200);
    color: var(--filterlucky-text-secondary);
    border-color: var(--filterlucky-gray-200);
    transform: none;
    box-shadow: none;
}

/* Hide cards after 5th by default - DISABLED for now */
/* .filterlucky-casino-card:nth-child(n+6) {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
} */

/* Removed - no longer needed with new load more logic */

/* Smooth animation for card appearance */
.filterlucky-casino-card {
    animation: filterLuckyFadeIn 0.3s ease forwards;
}

/* Force horizontal layout for ALL casino cards on desktop (above 900px) */
@media (min-width: 901px) {
    .filterlucky-casino-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 1.5rem !important;
    }
}

@keyframes filterLuckyFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hidden cards animation */
.filterlucky-casino-card.hidden {
    display: none !important;
}

/* No results message */
.filterlucky-no-results-message {
    text-align: center;
    padding: 3rem;
    color: var(--filterlucky-text-secondary);
}

.filterlucky-no-results-message p {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

/* Responsive Design */
@media (max-width: 1400px) {
    .filterlucky-casino-card {
        padding: 1.25rem;
        gap: 1.25rem;
    }
    
    .filterlucky-casino-info {
        gap: 0.75rem;
    }
    
    .filterlucky-bonus-amount {
        font-size: 1.5rem;
    }
    
    .filterlucky-bonus-details {
        font-size: 0.8rem;
    }
}

@media (max-width: 900px) {
    .filterlucky-casino-card {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .filterlucky-casino-info {
        width: 100%;
        align-items: center;
    }
    
    .filterlucky-casino-info > div:first-child {
        justify-content: center;
    }
    
    .filterlucky-casino-features {
        justify-content: center;
        min-width: 70px;
        max-width: 120px;
    }
    
    .filterlucky-feature-tag {
        font-size: 0.6rem;
        padding: 2px 4px;
        gap: 0.15rem;
    }
}

@media (max-width: 768px) {
    .filterlucky-hero {
        padding: 2rem 0 3rem;
        margin-left: calc(-50vw + (100vw - 100%) / 2);
        margin-right: calc(-50vw + (100vw - 100%) / 2);
        width: calc(100vw - (100vw - 100%));
        max-width: calc(100vw - (100vw - 100%));
    }
    
    .filterlucky-hero-container {
        padding: 0 1rem;
    }
    
    .filterlucky-hero-badge {
        font-size: 0.8rem;
        padding: 0.4rem 1rem;
    }
    
    .filterlucky-hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    
    .filterlucky-hero-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .filterlucky-search-bar {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .filterlucky-search-input {
        text-align: center;
        padding: 1rem;
    }
    
    .filterlucky-search-button {
        padding: 1rem;
        font-size: 1rem;
    }
    
    .filterlucky-hero-features {
        flex-direction: column;
        gap: 1rem;
    }
    
    .filterlucky-feature-item {
        justify-content: center;
    }
    
    .filterlucky-hero-cta {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .filterlucky-filter-section {
        margin-top: -2rem;
        padding: 0 1rem;
    }
    
    .filterlucky-filter-container {
        padding: 1.5rem;
    }
    
    .filterlucky-filter-controls {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .filterlucky-filter-dropdowns {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .filterlucky-btn-reset-filters {
        padding: 8px 16px;
        font-size: 0.85rem;
    }
    
    .filterlucky-casino-list-section {
        padding: 1.5rem 1rem;
    }
    
    .filterlucky-list-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .filterlucky-list-title {
        font-size: 1.5rem;
    }
    
    .filterlucky-list-info {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .filterlucky-list-controls {
        width: 100%;
        justify-content: space-between;
    }
    
    .filterlucky-casino-cards {
        gap: 1rem;
    }
    
    .filterlucky-casino-card {
        padding: 1rem;
        gap: 1rem;
    }
    
    .filterlucky-casino-rank {
        font-size: 1rem;
        padding: 8px 12px;
        min-width: 50px;
    }
    
    .filterlucky-casino-logo {
        width: 60px;
        height: 60px;
    }
    
    .filterlucky-casino-name {
        font-size: 1.25rem;
    }
    
    .filterlucky-casino-rating {
        flex-direction: column;
        gap: 0.25rem;
    }
    
    .filterlucky-stars {
        font-size: 0.9rem;
    }
    
    .filterlucky-rating-value {
        font-size: 0.8rem;
    }
    
    .filterlucky-bonus-amount {
        font-size: 1.5rem;
    }
    
    .filterlucky-bonus-details {
        font-size: 0.8rem;
        line-height: 1.3;
    }
    
    .filterlucky-casino-deposit {
        min-width: 80px;
    }
    
    .filterlucky-deposit-amount {
        font-size: 1rem;
    }
    
    .filterlucky-casino-actions {
        min-width: 60px;
        gap: 0.3rem;
        flex-direction: row;
    }
    
    .filterlucky-casino-actions .filterlucky-btn-visit,
    .filterlucky-casino-actions .filterlucky-btn-review {
        padding: 6px 8px;
        font-size: 0.65rem;
        min-width: 50px;
    }
    
    .filterlucky-show-more-container {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .filterlucky-btn-show-more,
    .filterlucky-btn-show-less {
        padding: 10px 20px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .filterlucky-hero-title {
        font-size: 1.75rem;
    }
    
    .filterlucky-hero-badge {
        font-size: 0.75rem;
    }
    
    .filterlucky-hero-description {
        font-size: 0.9rem;
    }
    
    .filterlucky-filter-container {
        padding: 1rem;
    }
    
    .filterlucky-filter-title {
        font-size: 1.25rem;
    }
    
    .filterlucky-casino-card {
        padding: 0.75rem;
    }
    
    .filterlucky-casino-name {
        font-size: 1.1rem;
    }
    
    .filterlucky-bonus-amount {
        font-size: 1.25rem;
    }
    
    .filterlucky-casino-features {
        min-width: 60px;
        max-width: 100px;
    }
    
    .filterlucky-casino-actions {
        min-width: 50px;
        gap: 0.25rem;
    }
    
    .filterlucky-casino-actions .filterlucky-btn-visit,
    .filterlucky-casino-actions .filterlucky-btn-review {
        padding: 5px 6px;
        font-size: 0.6rem;
        min-width: 45px;
    }
}

/* Country-specific styles */
.filterlucky-country-availability {
    position: absolute;
    top: 0;
    right: 0.5rem;
    z-index: 10;
}

.filterlucky-available-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.15rem 0.35rem;
    border-radius: 10px;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.filterlucky-available-badge.filterlucky-available {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25);
}

.filterlucky-available-badge.filterlucky-not-available {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    box-shadow: 0 2px 6px rgba(239, 68, 68, 0.25);
    opacity: 0.9;
}

.filterlucky-country-bonus-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background: linear-gradient(135deg, #ff6b35 0%, #f59e0b 25%, #d97706 75%, #ff4444 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    /* animation: specialOfferPulse 2s ease-in-out infinite; */
    transform: translateZ(0);
    backface-visibility: hidden;
}

.filterlucky-country-bonus-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: specialOfferShine 2.5s ease-in-out infinite;
}

.filterlucky-country-bonus-badge::after {
    content: '✨';
    position: absolute;
    right: 0.5rem;
    font-size: 1rem;
    animation: specialOfferSparkle 1.5s ease-in-out infinite;
}

@keyframes specialOfferPulse {
    0%, 100% { 
        transform: scale(1) translateZ(0); 
        box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.1);
    }
    50% { 
        transform: scale(1.05) translateZ(0); 
        box-shadow: 0 12px 35px rgba(255, 107, 53, 0.6), 0 0 0 3px rgba(255, 255, 255, 0.2);
    }
}

@keyframes specialOfferGlow {
    0% { 
        background: linear-gradient(135deg, #ff6b35 0%, #f59e0b 25%, #d97706 75%, #ff4444 100%);
    }
    100% { 
        background: linear-gradient(135deg, #ff4444 0%, #ff6b35 25%, #f59e0b 75%, #d97706 100%);
    }
}

@keyframes specialOfferShine {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

@keyframes specialOfferSparkle {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1) rotate(0deg); 
    }
    50% { 
        opacity: 0.7; 
        transform: scale(1.2) rotate(180deg); 
    }
}

.filterlucky-casino-card:hover .filterlucky-country-bonus-badge {
    transform: scale(1.08) translateZ(0);
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.7), 0 0 0 4px rgba(255, 255, 255, 0.3);
    animation-duration: 1s;
}

/* Mobile country-specific styles */
.filterlucky-mobile-country-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2);
}

.filterlucky-mobile-country-bonus-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, #ff6b35 0%, #f59e0b 25%, #d97706 75%, #ff4444 100%);
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 0.6rem;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4), 0 0 0 2px rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    min-width: 140px;
    /* animation: specialOfferPulse 2s ease-in-out infinite, specialOfferGlow 3s ease-in-out infinite alternate; */
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Enhanced hero badge for country */
.filterlucky-hero-badge {
    /* animation: countryPulse 2s ease-in-out infinite; */
}

@keyframes countryPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Country indicator in cards */

.filterlucky-casino-card:hover .filterlucky-available-badge {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(16, 185, 129, 0.3);
}

.filterlucky-casino-card:hover .filterlucky-country-bonus-badge {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(245, 158, 11, 0.3);
}

/* Responsive country styles */
@media (max-width: 768px) {
    .filterlucky-available-badge {
        font-size: 0.55rem;
        padding: 0.1rem 0.25rem;
    }
    
    .filterlucky-country-availability {
        top: 0;
        right: 0.3rem;
    }
    
    .filterlucky-country-bonus-badge {
        font-size: 0.75rem;
        padding: 0.5rem 1.5rem;
        margin-bottom: 0.5rem;
        min-width: 140px;
        border-radius: 20px;
    }
    
    .filterlucky-mobile-country-badge {
        font-size: 0.7rem;
        padding: 0.2rem 0.4rem;
    }
    
    .filterlucky-mobile-country-bonus-badge {
        font-size: 0.75rem;
        padding: 0.5rem 1.5rem;
        margin-bottom: 0.5rem;
        min-width: 140px;
        border-radius: 20px;
    }
    
    /* Elementor mobile button fixes */
    .elementor-widget-container .filterlucky-casino-actions,
    .filterlucky-elementor-widget .filterlucky-casino-actions {
        flex-direction: row !important;
        gap: 0.5rem !important;
        min-width: 100px !important;
    }
    
    .elementor-widget-container .filterlucky-casino-actions .filterlucky-btn-visit,
    .elementor-widget-container .filterlucky-casino-actions .filterlucky-btn-review,
    .filterlucky-elementor-widget .filterlucky-casino-actions .filterlucky-btn-visit,
    .filterlucky-elementor-widget .filterlucky-casino-actions .filterlucky-btn-review {
        padding: 8px 12px !important;
        font-size: 0.8rem !important;
        min-width: 70px !important;
    }
    
    /* Elementor mobile available badge */
    .elementor-widget-container .filterlucky-country-availability,
    .filterlucky-elementor-widget .filterlucky-country-availability {
        top: 0 !important;
        right: 0.3rem !important;
    }
} 

/* Slider tooltip */
.filterlucky-slider-tooltip {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #1F2937;
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.filterlucky-slider-tooltip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1F2937;
}

.filterlucky-slider:hover ~ .filterlucky-slider-tooltip {
    opacity: 0.9;
    transform: translateX(-50%) translateY(-2px);
}

.filterlucky-slider:active ~ .filterlucky-slider-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px);
}

/* Slider active state */
.filterlucky-slider:active::-webkit-slider-thumb {
    transform: scale(1.25);
    box-shadow: 0 0 0 12px rgba(107, 70, 193, 0.15);
}

.filterlucky-slider:active::-moz-range-thumb {
    transform: scale(1.25);
    box-shadow: 0 0 0 12px rgba(107, 70, 193, 0.15);
} 

/* Hero wave effect at bottom */
.filterlucky-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #F9FAFB;
    clip-path: ellipse(100% 100% at 50% 100%);
}

/* Responsive adjustments for smaller header */
@media (max-width: 1400px) {
    .filterlucky-hero {
        padding: 2rem 0 3.5rem;
    }
    
    .filterlucky-hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .filterlucky-hero {
        padding: 1.5rem 0 3rem;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    
    .filterlucky-hero-title {
        font-size: 1.8rem;
    }
    
    .filterlucky-hero-description {
        font-size: 1rem;
    }
} 