/**
 * FreeSlotz Providers SKE - Frontend Styles
 * Version: 1.2.0
 * 
 * Modern card system with full responsive design and mobile edge-to-edge layout
 */

/* SlotsJuice Brand Colors & Variables */
:root {
    /* SlotsJuice Brand Colors */
    --freeslotzproviderske-juice-orange: #FF6B35;
    --freeslotzproviderske-juice-orange-dark: #E55A2B;
    --freeslotzproviderske-juice-orange-light: #FF8A65;
    --freeslotzproviderske-juice-cream: #FFF8E1;
    --freeslotzproviderske-juice-green: #2E7D32;
    --freeslotzproviderske-juice-white: #FFFFFF;
    --freeslotzproviderske-juice-dark: #1A1A1A;
    --freeslotzproviderske-juice-gradient: linear-gradient(135deg, #FF6B35, #E55A2B);
    --freeslotzproviderske-juice-gradient-hero: linear-gradient(135deg, #FF6B35 0%, #E55A2B 50%, #FF8A65 100%);
    --freeslotzproviderske-juice-radius: 12px;
    --freeslotzproviderske-juice-radius-large: 20px;
    --freeslotzproviderske-juice-radius-drop: 50% 50% 50% 50% / 60% 60% 40% 40%;
    
    /* SlotsJuice Typography Standards */
    --freeslotzproviderske-section-title: 24px;  /* Title */
    --freeslotzproviderske-section-text: 15px;   /* Text */
    --freeslotzproviderske-provider-title: 20px; /* Promo subtitle */
    --freeslotzproviderske-provider-text: 15px;  /* Text */
    --freeslotzproviderske-header-text: 22px;    /* Subtitle */
    
    /* SlotsJuice Spacing System */
    --freeslotzproviderske-space-xs: 0.25rem;
    --freeslotzproviderske-space-sm: 0.5rem;
    --freeslotzproviderske-space-md: 0.75rem;
    --freeslotzproviderske-space-lg: 1rem;
    --freeslotzproviderske-space-xl: 1.5rem;
    --freeslotzproviderske-space-2xl: 2rem;
    --freeslotzproviderske-space-3xl: 3rem;
    
    /* Layout */
    --freeslotzproviderske-section-radius: var(--freeslotzproviderske-juice-radius-large);
    --freeslotzproviderske-card-radius: var(--freeslotzproviderske-juice-radius);
    --freeslotzproviderske-transition-smooth: 0.3s ease;
}

/* Widget Wrapper - Scoped Container */
.freeslotzproviderske-widget-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    background: var(--freeslotzproviderske-juice-white) !important;
    color: var(--freeslotzproviderske-juice-dark) !important;
    line-height: 1.6 !important;
    padding: var(--freeslotzproviderske-space-2xl) !important;
    position: relative !important;
    overflow: visible !important;
    
    /* Elementor Override Protection */
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Elementor Container Overrides */
.elementor-widget-freeslotzproviderske .freeslotzproviderske-widget-wrapper {
    background: var(--freeslotzproviderske-juice-white) !important;
    padding: var(--freeslotzproviderske-space-2xl) !important;
}

.elementor-widget-container .freeslotzproviderske-widget-wrapper {
    background: var(--freeslotzproviderske-juice-white) !important;
    padding: var(--freeslotzproviderske-space-2xl) !important;
}

/* Main Wrapper */
.freeslotzproviderske-main-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: var(--freeslotzproviderske-juice-white) !important;
    border: 2px solid rgba(255, 107, 53, 0.2) !important;
    border-radius: var(--freeslotzproviderske-section-radius) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.1) !important;
    overflow: hidden !important;
    position: relative !important;
}

.freeslotzproviderske-main-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: var(--freeslotzproviderske-juice-gradient) !important;
}

/* Header Section */
.freeslotzproviderske-header-section {
    background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,248,225,0.95) 100%) !important;
    padding: var(--freeslotzproviderske-space-lg) var(--freeslotzproviderske-space-xl) !important; /* Felső/alsó padding csökkentve */
    text-align: center !important;
    border-bottom: 1px solid rgba(255, 107, 53, 0.2) !important;
    position: relative !important;
}

.freeslotzproviderske-header-section::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 2px !important;
    background: var(--freeslotzproviderske-juice-orange) !important;
}

.freeslotzproviderske-header-title {
    font-size: var(--freeslotzproviderske-section-title) !important;
    font-weight: 700 !important;
    background: var(--freeslotzproviderske-juice-gradient-hero) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: var(--freeslotzproviderske-space-sm) !important; /* Csökkentett margin */
    letter-spacing: -0.3px !important;
    line-height: 1.1 !important;
    display: block !important;
}

.freeslotzproviderske-header-icon {
    display: block !important;
    font-size: 3rem !important;
    color: var(--freeslotzproviderske-juice-orange) !important;
    margin: 0 !important; /* Minden margin eltávolítva */
    padding: 0 !important;
    filter: drop-shadow(0 4px 8px rgba(255, 107, 53, 0.3)) !important;
    animation: freeslotzproviderske-float 3s ease-in-out infinite !important;
}

.freeslotzproviderske-header-icon svg {
    width: 3rem !important;
    height: 3rem !important;
    display: inline-block !important;
}

/* Ha nincs ikon, akkor a title-nek nincs felső marginja */
.freeslotzproviderske-header-title:first-child {
    margin-top: 0 !important;
}

.freeslotzproviderske-header-description {
    color: var(--freeslotzproviderske-juice-dark) !important;
    font-size: var(--freeslotzproviderske-header-text) !important;
    font-weight: 500 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

/* Providers Section */
.freeslotzproviderske-providers-section {
    background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(255,248,225,0.95) 100%) !important;
    padding: var(--freeslotzproviderske-space-xl) !important; /* Csökkentett padding */
    position: relative !important;
    overflow: hidden !important;
}

.freeslotzproviderske-providers-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(
        ellipse at 20% 30%, 
        rgba(255, 107, 53, 0.1) 0%, 
        transparent 50%
    ) !important;
    pointer-events: none !important;
}

.freeslotzproviderske-providers-section::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(
        ellipse at 80% 70%, 
        rgba(255, 139, 101, 0.08) 0%, 
        transparent 50%
    ) !important;
    pointer-events: none !important;
}

.freeslotzproviderske-providers-container {
    position: relative !important;
    z-index: 2 !important;
}

.freeslotzproviderske-providers-list {
    display: flex !important;
    flex-direction: column !important;
    gap: var(--freeslotzproviderske-space-md) !important; /* Kisebb gap a kártyák között */
}

/* Desktop Column Layouts */
@media (min-width: 1200px) {
    .freeslotzproviderske-desktop-columns-2 .freeslotzproviderske-providers-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: var(--freeslotzproviderske-space-xl) !important;
    }
    
    .freeslotzproviderske-desktop-columns-3 .freeslotzproviderske-providers-list {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        gap: var(--freeslotzproviderske-space-lg) !important;
    }
    
    /* Adjust card layout for multi-column */
    .freeslotzproviderske-desktop-columns-2 .freeslotzproviderske-provider-card,
    .freeslotzproviderske-desktop-columns-3 .freeslotzproviderske-provider-card {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        padding: var(--freeslotzproviderske-space-sm) !important; /* Kisebb padding multi-column-ban is */
    }
    
    .freeslotzproviderske-desktop-columns-2 .freeslotzproviderske-provider-content,
    .freeslotzproviderske-desktop-columns-3 .freeslotzproviderske-provider-content {
        text-align: center !important;
        padding-bottom: 0 !important; /* Minden space 0! */
    }
    
    .freeslotzproviderske-desktop-columns-2 .freeslotzproviderske-provider-logo {
        margin-bottom: 0 !important; /* 2-column space = 0 */
    }
    
    .freeslotzproviderske-desktop-columns-3 .freeslotzproviderske-provider-logo {
        margin-bottom: 12px !important; /* 3-column 12px üres hely */
    }
    
    /* 3-column specific adjustments */
    .freeslotzproviderske-desktop-columns-3 .freeslotzproviderske-provider-card {
        padding: var(--freeslotzproviderske-space-xs) var(--freeslotzproviderske-space-sm) !important; /* Ultra kompakt */
        min-height: 310px !important; /* Optimális magasság a 6 soros szöveghez */
    }
    
    .freeslotzproviderske-desktop-columns-3 .freeslotzproviderske-provider-logo {
        width: 100px !important;
        height: 70px !important;
    }
    
    .freeslotzproviderske-desktop-columns-3 .freeslotzproviderske-provider-description {
        font-size: 0.85rem !important;
        -webkit-line-clamp: 6 !important; /* 90 karakter a 3-column layout-ban */
        margin-top: 12px !important; /* 12px üres hely title és description között */
    }
}

/* Provider Cards */
.freeslotzproviderske-provider-card {
    background: var(--freeslotzproviderske-juice-white) !important;
    border: 2px solid rgba(255, 107, 53, 0.15) !important;
    border-radius: var(--freeslotzproviderske-card-radius) !important;
    padding: var(--freeslotzproviderske-space-sm) var(--freeslotzproviderske-space-md) !important; /* Drasztikusan csökkentett padding */
    position: relative !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    display: flex !important;
    gap: var(--freeslotzproviderske-space-md) !important; /* Kisebb gap */
    align-items: flex-start !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.08) !important;
}

.freeslotzproviderske-provider-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, 
        rgba(255, 248, 225, 0.8) 0%, 
        rgba(255, 139, 101, 0.1) 100%
    ) !important;
    opacity: 0 !important;
    transition: var(--freeslotzproviderske-transition-smooth) !important;
}

.freeslotzproviderske-provider-card:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(255, 107, 53, 0.3) !important;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.12) !important;
    background: var(--freeslotzproviderske-juice-cream) !important;
}

.freeslotzproviderske-provider-card:hover::before {
    opacity: 1 !important;
}

/* Provider Logo */
.freeslotzproviderske-provider-logo {
    width: 80px !important; /* Kisebb logo */
    height: 60px !important; /* Kisebb logo */
    background: var(--freeslotzproviderske-juice-white) !important;
    border-radius: var(--freeslotzproviderske-juice-radius) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.08) !important;
    border: 2px solid rgba(255, 107, 53, 0.1) !important;
    transition: var(--freeslotzproviderske-transition-smooth) !important;
}

.freeslotzproviderske-provider-logo::after {
    content: '' !important;
    position: absolute !important;
    inset: -2px !important;
    border-radius: var(--freeslotzproviderske-juice-radius) !important;
    background: var(--freeslotzproviderske-juice-gradient) !important;
    z-index: -1 !important;
    opacity: 0 !important;
    transition: var(--freeslotzproviderske-transition-smooth) !important;
}

.freeslotzproviderske-provider-card:hover .freeslotzproviderske-provider-logo::after {
    opacity: 1 !important;
}

.freeslotzproviderske-logo-placeholder {
    font-size: 0.9rem !important; /* Kisebb font */
    font-weight: 700 !important;
    color: var(--freeslotzproviderske-juice-dark) !important;
    text-align: center !important;
}

/* Logo Image Styling */
.freeslotzproviderske-logo-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 4px !important;
    transition: var(--freeslotzproviderske-transition-smooth) !important;
}

.freeslotzproviderske-provider-card:hover .freeslotzproviderske-logo-image {
    transform: scale(1.05) !important;
}

/* Provider Content */
.freeslotzproviderske-provider-content {
    flex: 1 !important;
    position: relative !important;
    z-index: 2 !important;
    padding-bottom: 3.5rem !important; /* Hely a 6 soros szövegnek és gombnak */
}

.freeslotzproviderske-provider-header {
    display: block !important;
    margin-bottom: 0 !important; /* Minden space 0! */
}

.freeslotzproviderske-provider-name {
    font-size: var(--freeslotzproviderske-provider-title) !important;
    font-weight: 700 !important;
    background: var(--freeslotzproviderske-juice-gradient-hero) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 0.5rem !important; /* Üres hely a title és description között */
    margin-top: -8px !important; /* Intelligens title pozíció */
    line-height: 1.2 !important;
}

.freeslotzproviderske-provider-description {
    font-size: var(--freeslotzproviderske-provider-text) !important;
    color: var(--freeslotzproviderske-juice-dark) !important;
    line-height: 1.5 !important; /* Kompaktabb line-height */
    font-weight: 400 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important; /* 40%-kal több karakter */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-bottom: 0.5rem !important; /* Kis hely a description után */
    margin-top: -5px !important; /* Intelligens description pozíció */
}

.freeslotzproviderske-provider-description strong {
    color: var(--freeslotzproviderske-juice-dark) !important;
    font-weight: 700 !important;
}

.freeslotzproviderske-provider-description .freeslotzproviderske-highlight {
    color: var(--freeslotzproviderske-juice-orange) !important;
    font-weight: 600 !important;
}

/* Read More Button */
.freeslotzproviderske-read-more-btn {
    background: var(--freeslotzproviderske-juice-gradient) !important;
    color: var(--freeslotzproviderske-juice-white) !important;
    border: none !important;
    border-radius: 8px !important; /* Arany középút border-radius */
    padding: 0.4rem 0.8rem !important; /* Arany középút padding */
    font-size: 0.8rem !important; /* Arany középút font size */
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: var(--freeslotzproviderske-transition-smooth) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.3rem !important; /* Arany középút gap */
    position: absolute !important;
    bottom: 0.3rem !important; /* Intelligens Read More pozíció */
    right: 0.4rem !important; /* Arany középút right */
    z-index: 10 !important;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3) !important;
}

.freeslotzproviderske-read-more-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4) !important;
    filter: brightness(1.1) !important;
}

.freeslotzproviderske-read-more-btn:active {
    transform: translateY(0) !important;
}

.freeslotzproviderske-arrow-icon {
    display: inline-flex !important;
    align-items: center !important;
    width: 10px !important; /* Arany középút ikon méret */
    height: 10px !important; /* Arany középút ikon méret */
}

.freeslotzproviderske-arrow-icon svg {
    width: 10px !important; /* Arany középút ikon méret */
    height: 10px !important; /* Arany középút ikon méret */
    fill: currentColor !important;
}

/* Floating Drops */
.freeslotzproviderske-floating-drop {
    position: fixed !important;
    font-size: 1.2rem !important;
    color: var(--freeslotzproviderske-juice-orange-light) !important;
    animation: freeslotzproviderske-dropFloat 6s ease-in-out infinite !important;
    opacity: 0.4 !important;
    z-index: -1 !important;
    pointer-events: none !important;
}

/* Animations */
@keyframes freeslotzproviderske-float {
    0%, 100% { 
        transform: translateY(0px) !important;
    }
    50% { 
        transform: translateY(-10px) !important;
    }
}

@keyframes freeslotzproviderske-dropFloat {
    0%, 100% { 
        transform: translateY(0px) scale(1) !important;
        filter: drop-shadow(0 0 5px rgba(255, 107, 53, 0.3)) !important;
    }
    50% { 
        transform: translateY(-20px) scale(1.1) !important;
        filter: drop-shadow(0 0 10px rgba(255, 107, 53, 0.5)) !important;
    }
}

/* Responsive Design - Tablet Large (1024px and below) */
@media (max-width: 1024px) {
    :root {
        --freeslotzproviderske-section-title: 1.6rem;
        --freeslotzproviderske-provider-title: 1.1rem;
        --freeslotzproviderske-provider-text: 0.75rem;
        --freeslotzproviderske-header-text: 0.85rem;
    }
    
    .freeslotzproviderske-providers-section {
        padding: var(--freeslotzproviderske-space-xl) !important;
    }
    
    .freeslotzproviderske-providers-list {
        gap: var(--freeslotzproviderske-space-lg) !important;
    }
    
    .freeslotzproviderske-provider-card {
        padding: var(--freeslotzproviderske-space-lg) !important;
        gap: var(--freeslotzproviderske-space-lg) !important;
    }
    
    .freeslotzproviderske-provider-logo {
        width: 100px !important;
        height: 70px !important;
    }
}

/* Mobile Full-Width Layout - 768px and below */
@media (max-width: 768px) {
    :root {
        --freeslotzproviderske-section-title: 1.8rem;
        --freeslotzproviderske-provider-title: 1.2rem;
        --freeslotzproviderske-provider-text: 0.9rem;
        --freeslotzproviderske-header-text: 1rem;
    }
    
    /* Mobile Full-Width Container Override */
    .freeslotzproviderske-mobile-full-width {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(-50vw + 50%) !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
    }
    
    /* Elementor Container Override for Mobile */
    .elementor-widget-freeslotzproviderske .freeslotzproviderske-mobile-full-width,
    .elementor-widget-container .freeslotzproviderske-mobile-full-width,
    .elementor-element .freeslotzproviderske-mobile-full-width {
        width: 100vw !important;
        max-width: none !important;
        margin-left: calc(-50vw + 50%) !important;
        position: relative !important;
    }
    
    .freeslotzproviderske-widget-wrapper {
        padding: 0 !important;
        background: var(--freeslotzproviderske-juice-white) !important;
    }
    
    .freeslotzproviderske-main-wrapper {
        width: 100vw !important;
        max-width: none !important;
        margin: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    
    .freeslotzproviderske-main-wrapper::before {
        display: none !important;
    }
    
    /* Mobile Header - Floating Card Style */
    .freeslotzproviderske-header-section {
        background: rgba(255, 255, 255, 0.95) !important;
        backdrop-filter: blur(10px) !important;
        margin: 1rem !important;
        border-radius: 20px !important;
        padding: 2rem 1.5rem !important;
        text-align: center !important;
        border: none !important;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
        position: relative !important;
        overflow: hidden !important;
    }
    
    .freeslotzproviderske-header-section::before {
        content: '' !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        height: 4px !important;
        background: linear-gradient(90deg, #FF6B35, #FF8A65, #E55A2B) !important;
    }
    
    .freeslotzproviderske-header-section::after {
        display: none !important;
    }
    
    .freeslotzproviderske-header-title {
        display: block !important;
        text-align: center !important;
        margin-bottom: 1.5rem !important;
        font-size: var(--freeslotzproviderske-section-title) !important;
        font-weight: 800 !important;
        position: relative !important;
    }
    
    .freeslotzproviderske-header-icon {
        display: block !important;
        font-size: 3rem !important;
        background: none !important;
        -webkit-text-fill-color: var(--freeslotzproviderske-juice-orange) !important;
        color: var(--freeslotzproviderske-juice-orange) !important;
        margin-bottom: 1rem !important;
        filter: drop-shadow(0 4px 8px rgba(255, 107, 53, 0.3)) !important;
        animation: freeslotzproviderske-float 3s ease-in-out infinite !important;
    }
    
    .freeslotzproviderske-header-description {
        font-size: var(--freeslotzproviderske-header-text) !important;
        color: var(--freeslotzproviderske-juice-dark) !important;
        line-height: 1.6 !important;
        margin: 0 !important;
        opacity: 0.8 !important;
    }
    
    /* Mobile Providers - Vertical Cards */
    .freeslotzproviderske-providers-section {
        background: transparent !important;
        padding: 0 !important;
        overflow-x: hidden !important;
    }
    
    .freeslotzproviderske-providers-section::before,
    .freeslotzproviderske-providers-section::after {
        display: none !important;
    }
    
    .freeslotzproviderske-providers-container {
        padding: 0 1rem !important;
    }
    
    .freeslotzproviderske-providers-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
        padding-bottom: 2rem !important;
    }
    
    .freeslotzproviderske-provider-card {
        background: var(--freeslotzproviderske-juice-white) !important;
        border: 2px solid rgba(255, 107, 53, 0.15) !important;
        border-radius: 20px !important;
        padding: 1.5rem !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        position: relative !important;
        box-shadow: 0 4px 15px rgba(255, 107, 53, 0.08) !important;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
        overflow: hidden !important;
        min-height: 180px !important;
        gap: 1.5rem !important;
    }
    
    .freeslotzproviderske-provider-card:hover {
        transform: translateY(-4px) scale(1.02) !important;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
    }
    
    .freeslotzproviderske-provider-card::before {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 6px !important;
        background: var(--freeslotzproviderske-juice-gradient) !important;
        opacity: 1 !important;
    }
    
    /* Mobile Logo - Left Side Circle */
    .freeslotzproviderske-provider-logo {
        width: 80px !important;
        height: 80px !important;
        margin: 0 !important;
        display: flex !important;
        border-radius: 50% !important;
        border: 3px solid var(--freeslotzproviderske-juice-orange) !important;
        box-shadow: 0 4px 16px rgba(255, 107, 53, 0.2) !important;
        flex-shrink: 0 !important;
    }
    
    /* Mobile Content - Right Side */
    .freeslotzproviderske-provider-content {
        flex: 1 !important;
        padding: 0 !important;
        text-align: left !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        min-height: 120px !important;
        position: relative !important;
        padding-bottom: 50px !important;
    }
    
    .freeslotzproviderske-provider-header {
        display: block !important;
        margin-bottom: 0.75rem !important;
    }
    
    .freeslotzproviderske-provider-name {
        display: none !important;
    }
    
    .freeslotzproviderske-provider-description {
        font-size: var(--freeslotzproviderske-provider-text) !important;
        line-height: 1.5 !important;
        margin: 0 !important;
        color: rgba(26, 26, 26, 0.8) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 5 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    
    /* Mobile Button - Bottom Right */
    .freeslotzproviderske-read-more-btn {
        position: absolute !important;
        bottom: 0.5rem !important;
        right: 0.5rem !important;
        padding: 0.4rem 1rem !important;
        font-size: 0.75rem !important;
        border-radius: 25px !important;
        box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3) !important;
        margin: 0 !important;
        z-index: 10 !important;
    }
}

/* Small Mobile - Ultra Compact (480px and below) */
@media (max-width: 480px) {
    :root {
        --freeslotzproviderske-section-title: 1.6rem;
        --freeslotzproviderske-provider-title: 1.1rem;
        --freeslotzproviderske-provider-text: 0.85rem;
        --freeslotzproviderske-header-text: 0.9rem;
    }
    
    /* Small Mobile - Ultra Compact */
    .freeslotzproviderske-header-section {
        margin: 0.75rem !important;
        padding: 1.5rem 1rem !important;
    }
    
    .freeslotzproviderske-header-title {
        font-size: var(--freeslotzproviderske-section-title) !important;
    }
    
    .freeslotzproviderske-header-icon {
        font-size: 2.5rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    .freeslotzproviderske-providers-container {
        padding: 0 0.75rem !important;
    }
    
    .freeslotzproviderske-providers-list {
        gap: 1.25rem !important;
    }
    
    .freeslotzproviderske-provider-card {
        min-height: 160px !important;
        flex-direction: row !important;
        text-align: left !important;
        padding: 1.25rem !important;
        gap: 1rem !important;
    }
    
    .freeslotzproviderske-provider-card::before {
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        width: auto !important;
        height: 4px !important;
    }
    
    .freeslotzproviderske-provider-logo {
        width: 60px !important;
        height: 60px !important;
        margin: 0 !important;
    }
    
    .freeslotzproviderske-provider-content {
        padding: 0 !important;
        text-align: left !important;
        flex: 1 !important;
        position: relative !important;
        padding-bottom: 45px !important;
        min-height: 100px !important;
    }
    
    .freeslotzproviderske-provider-header {
        display: block !important;
        margin-bottom: 0.5rem !important;
    }
    
    .freeslotzproviderske-provider-name {
        display: none !important;
    }
    
    .freeslotzproviderske-provider-description {
        font-size: var(--freeslotzproviderske-provider-text) !important;
        text-align: left !important;
        -webkit-line-clamp: 5 !important;
        margin-bottom: 0 !important;
    }
    
    .freeslotzproviderske-read-more-btn {
        position: absolute !important;
        bottom: 0.5rem !important;
        right: 0.5rem !important;
        padding: 0.35rem 0.8rem !important;
        font-size: 0.7rem !important;
        margin: 0 !important;
        z-index: 10 !important;
    }
}

/* Large Screens - 32" Display Optimization (1600px and above) */
@media (min-width: 1600px) {
    :root {
        --freeslotzproviderske-section-title: 2.2rem;
        --freeslotzproviderske-provider-title: 1.4rem;
        --freeslotzproviderske-provider-text: 1.1rem;
        --freeslotzproviderske-header-text: 1.3rem;
    }
    
    .freeslotzproviderske-main-wrapper {
        max-width: 1400px !important;
    }
    
    .freeslotzproviderske-provider-card {
        padding: var(--freeslotzproviderske-space-2xl) !important;
    }
    
    .freeslotzproviderske-provider-logo {
        width: 140px !important;
        height: 100px !important;
    }
    
    .freeslotzproviderske-header-icon {
        font-size: 4rem !important;
    }
    
    .freeslotzproviderske-providers-list {
        gap: var(--freeslotzproviderske-space-2xl) !important;
    }
}

/* Ultra-Wide Screens - 32"+ Display (2000px and above) */
@media (min-width: 2000px) {
    :root {
        --freeslotzproviderske-section-title: 2.6rem;
        --freeslotzproviderske-provider-title: 1.6rem;
        --freeslotzproviderske-provider-text: 1.2rem;
        --freeslotzproviderske-header-text: 1.5rem;
    }
    
    .freeslotzproviderske-main-wrapper {
        max-width: 1600px !important;
    }
    
    .freeslotzproviderske-provider-card {
        padding: var(--freeslotzproviderske-space-3xl) !important;
    }
    
    .freeslotzproviderske-provider-logo {
        width: 160px !important;
        height: 120px !important;
    }
    
    .freeslotzproviderske-header-icon {
        font-size: 5rem !important;
    }
}
