/* Lucky Top Content Widget Styles */

/* Override Elementor Font Awesome - Force CSS icons */
.elementor-widget-luckytopcontent .fa, 
.elementor-widget-luckytopcontent .fas,
.elementor-widget-luckytopcontent .far,
.elementor-widget-luckytopcontent .fab,
.elementor-widget-luckytopcontent [class*="fa-"] {
    font-family: Arial, sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-rendering: auto !important;
    line-height: 1 !important;
    speak: none !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Primary Icon Solution - CSS Icons */
.elementor-widget-luckytopcontent .fa,
.elementor-widget-luckytopcontent [class*="fa-"] {
    font-family: Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
}

.elementor-widget-luckytopcontent .fa-fire::before,
.elementor-widget-luckytopcontent .fa-fire {
    content: "🔥" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-gem::before,
.elementor-widget-luckytopcontent .fa-gem {
    content: "💎" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-user-secret::before,
.elementor-widget-luckytopcontent .fa-user-secret {
    content: "🕵️" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-exclamation-triangle::before,
.elementor-widget-luckytopcontent .fa-exclamation-triangle {
    content: "⚠️" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-bitcoin::before,
.elementor-widget-luckytopcontent .fa-bitcoin {
    content: "₿" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-trophy::before,
.elementor-widget-luckytopcontent .fa-trophy {
    content: "🏆" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-heart::before,
.elementor-widget-luckytopcontent .fa-heart {
    content: "❤️" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-star::before,
.elementor-widget-luckytopcontent .fa-star {
    content: "⭐" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-comment::before,
.elementor-widget-luckytopcontent .far.fa-comment::before,
.elementor-widget-luckytopcontent .fa-comment {
    content: "💬" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-arrow-right::before,
.elementor-widget-luckytopcontent .fa-arrow-right {
    content: "→" !important;
    font-family: Arial, sans-serif !important;
}

.elementor-widget-luckytopcontent .fa-chevron-left::before,
.elementor-widget-luckytopcontent .fa-chevron-left {
    content: "‹" !important;
    font-family: Arial, sans-serif !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
}

.elementor-widget-luckytopcontent .fa-chevron-right::before,
.elementor-widget-luckytopcontent .fa-chevron-right {
    content: "›" !important;
    font-family: Arial, sans-serif !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
}

/* Top Content Section Styles */
.elementor-widget-luckytopcontent .top-content-wrapper {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 24px;
    padding: 0;
    margin: 40px auto;
    max-width: 1125px;
    width: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.elementor-widget-luckytopcontent .top-content-wrapper:hover {
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 184, 0, 0.2);
}

.elementor-widget-luckytopcontent .top-content-wrapper::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c, #f39c12, #3498db, #9b59b6);
    border-radius: 24px 24px 0 0;
    z-index: 1;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.elementor-widget-luckytopcontent .top-content-wrapper:hover::before {
    opacity: 1;
}

.elementor-widget-luckytopcontent .top-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.elementor-widget-luckytopcontent .top-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 15% 75%, rgba(255, 184, 0, 0.04) 0%, transparent 60%),
        radial-gradient(circle at 85% 25%, rgba(255, 142, 83, 0.03) 0%, transparent 60%),
        radial-gradient(circle at 45% 45%, rgba(52, 152, 219, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.elementor-widget-luckytopcontent .container {
    max-width: 975px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elementor-widget-luckytopcontent .content-container {
    position: relative;
    overflow: visible;
}

.elementor-widget-luckytopcontent .content-wrapper {
    position: relative;
    overflow: hidden;
    margin-right: -105px; /* Cut off last card partially - exact copy from original HTML */
}

.elementor-widget-luckytopcontent .content-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(248, 249, 250, 0.8) 50%, rgba(248, 249, 250, 1) 100%);
    pointer-events: none;
    z-index: 5;
}

.elementor-widget-luckytopcontent .scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #FFB800 0%, #FF8E53 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(255, 184, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 9999;
    animation: pulseArrow 2s ease-in-out infinite;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.elementor-widget-luckytopcontent .scroll-arrow.right {
    right: -8px;
}

.elementor-widget-luckytopcontent .scroll-arrow.left {
    left: -8px;
}

.elementor-widget-luckytopcontent .scroll-arrow:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 12px 32px rgba(255, 184, 0, 0.4);
}

.elementor-widget-luckytopcontent .scroll-arrow i {
    color: #ffffff;
    font-size: 1.125rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

@keyframes pulseArrow {
    0%, 100% {
        box-shadow: 0 8px 24px rgba(255, 184, 0, 0.3);
    }
    50% {
        box-shadow: 0 12px 36px rgba(255, 184, 0, 0.5);
    }
}

.elementor-widget-luckytopcontent .scroll-arrow.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(0.8);
}

.elementor-widget-luckytopcontent .top-content-header {
    text-align: center !important;
    margin-bottom: 40px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.9) 100%);
    border: 2px solid rgba(255, 184, 0, 0.15);
    border-radius: 24px;
    padding: 24px 32px 28px 32px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(15px);
    overflow: visible;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.elementor-widget-luckytopcontent .top-content-header:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 184, 0, 0.3);
}

.elementor-widget-luckytopcontent .top-content-header::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 184, 0, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.elementor-widget-luckytopcontent .header-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFB800 0%, #FF8E53 50%, #FF6B35 100%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-bottom: 16px;
    box-shadow: 
        0 8px 32px rgba(255, 184, 0, 0.3),
        0 4px 16px rgba(255, 107, 53, 0.2),
        inset 0 2px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.elementor-widget-luckytopcontent .header-badge:hover {
    box-shadow: 
        0 16px 50px rgba(255, 184, 0, 0.4),
        0 8px 25px rgba(255, 107, 53, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.4);
}

.elementor-widget-luckytopcontent .header-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
}

.elementor-widget-luckytopcontent .header-badge i {
    font-size: 1.75rem;
    color: #ffffff;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,0.3));
    z-index: 2;
    position: relative;
}

.elementor-widget-luckytopcontent .title-container {
    margin-bottom: 8px;
    width: 100%;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.elementor-widget-luckytopcontent .description-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    visibility: visible;
    padding: 0 20px;
    width: 100%;
}

/* Mobile styles for header */
@media (max-width: 600px) {
    .elementor-widget-luckytopcontent .title-container {
        margin-bottom: 4px;
        width: 100%;
        box-sizing: border-box;
    }

    .elementor-widget-luckytopcontent .section-title::after {
        width: 40px;
        height: 3px;
        bottom: -4px;
    }

    .elementor-widget-luckytopcontent .description-container {
        padding: 0;
        max-width: 100%;
        overflow: visible;
        width: 100%;
        box-sizing: border-box;
    }

    .elementor-widget-luckytopcontent .section-subtitle {
        background-color: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }
}





.elementor-widget-luckytopcontent .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 auto;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    letter-spacing: -0.3px;
    position: relative;
    text-align: center !important;
    display: block;
    width: 100%;
}

.elementor-widget-luckytopcontent .section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #FFB800, #FF8E53);
    border-radius: 2px;
    opacity: 1;
}



.elementor-widget-luckytopcontent .section-title .highlight {
    background: linear-gradient(135deg, #FFB800 0%, #ffd700 50%, #FFB800 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(255,215,0,0.3));
    position: relative;
}

.elementor-widget-luckytopcontent .section-title .highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 184, 0, 0.1) 0%, rgba(255, 215, 0, 0.1) 100%);
    border-radius: 8px;
    z-index: -1;
    transform: skew(-5deg);
    margin: -2px -4px;
}



.elementor-widget-luckytopcontent .section-subtitle {
    font-size: 1.125rem !important;
    color: rgba(44, 62, 80, 0.8) !important;
    line-height: 1.5 !important;
    text-shadow: none !important;
    margin: 0 auto !important;
    padding: 4px 12px !important;
    text-align: center !important;
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
    font-weight: 400 !important;
    position: relative !important;
    z-index: 10 !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    border-radius: 6px !important;
    width: auto !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-widget-luckytopcontent .content-grid {
    display: flex;
    gap: 16px;
    margin-top: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
    padding-bottom: 10px;
    width: 100%;
}

.elementor-widget-luckytopcontent .content-grid:active {
    cursor: grabbing;
}

.elementor-widget-luckytopcontent .content-grid::-webkit-scrollbar {
    display: none;
}

.elementor-widget-luckytopcontent .content-grid {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.elementor-widget-luckytopcontent .content-grid.dragging .content-card {
    pointer-events: none;
    transform: scale(0.98);
}

.elementor-widget-luckytopcontent .content-grid.dragging {
    scroll-snap-type: none;
}

.elementor-widget-luckytopcontent .content-card {
    background: #ffffff;
    backdrop-filter: none;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    flex: 0 0 210px;
    min-width: 210px;
}

.elementor-widget-luckytopcontent .content-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(255, 184, 0, 0.4);
    background: #ffffff;
}

.elementor-widget-luckytopcontent .content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FFB800, #FF8E53, #e74c3c, #3498db);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.elementor-widget-luckytopcontent .content-card:hover::before {
    opacity: 1;
}

.elementor-widget-luckytopcontent .card-image {
    position: relative;
    height: 140px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.elementor-widget-luckytopcontent .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.elementor-widget-luckytopcontent .content-card:hover .card-image img {
    transform: scale(1.05);
}

.elementor-widget-luckytopcontent .image-placeholder {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.elementor-widget-luckytopcontent .image-placeholder i {
    font-size: 1.625rem;
    color: rgba(255, 255, 255, 0.9);
}

.elementor-widget-luckytopcontent .comments-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(44, 62, 80, 0.9);
    backdrop-filter: blur(10px);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 18px;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(44, 62, 80, 0.2);
}

.elementor-widget-luckytopcontent .comments-badge i {
    font-size: 0.75rem;
    color: #FFB800;
}

.elementor-widget-luckytopcontent .card-content {
    padding: 17px;
}

.elementor-widget-luckytopcontent .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    margin-bottom: 14px;
    text-shadow: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.elementor-widget-luckytopcontent .card-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.elementor-widget-luckytopcontent .read-more {
    color: #FFB800;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.elementor-widget-luckytopcontent .read-more:hover {
    color: #ffd700;
    transform: translateX(4px);
}

.elementor-widget-luckytopcontent .read-more i {
    font-size: 1.125rem;
    transition: transform 0.3s ease;
}

.elementor-widget-luckytopcontent .read-more:hover i {
    transform: translateX(2px);
}

/* Animation delays for staggered effect */
.elementor-widget-luckytopcontent .content-card:nth-child(1) {
    animation-delay: 0.1s;
}

.elementor-widget-luckytopcontent .content-card:nth-child(2) {
    animation-delay: 0.2s;
}

.elementor-widget-luckytopcontent .content-card:nth-child(3) {
    animation-delay: 0.3s;
}

.elementor-widget-luckytopcontent .content-card:nth-child(4) {
    animation-delay: 0.4s;
}

.elementor-widget-luckytopcontent .content-card:nth-child(5) {
    animation-delay: 0.5s;
}

.elementor-widget-luckytopcontent .content-card:nth-child(6) {
    animation-delay: 0.6s;
}

.elementor-widget-luckytopcontent .content-card:nth-child(7) {
    animation-delay: 0.7s;
}

.elementor-widget-luckytopcontent .content-card:nth-child(8) {
    animation-delay: 0.8s;
}

/* Card entrance animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-widget-luckytopcontent .content-card {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .elementor-widget-luckytopcontent .top-content-wrapper {
        max-width: 95%;
        margin: 30px auto;
        border-radius: 20px;
        aspect-ratio: 16 / 10;
    }

    .elementor-widget-luckytopcontent .top-content-wrapper::before {
        border-radius: 20px 20px 0 0;
    }

    .elementor-widget-luckytopcontent .top-content {
        border-radius: 18px;
        padding: 35px 0;
    }

         .elementor-widget-luckytopcontent .container {
         max-width: 875px;
         padding: 0 18px 0 18px;
     }

    .elementor-widget-luckytopcontent .top-content-header {
        margin-bottom: 28px;
        padding: 28px;
        border-radius: 20px;
    }

    .elementor-widget-luckytopcontent .header-badge {
        width: 70px;
        height: 70px;
        margin-bottom: 18px;
    }

    .elementor-widget-luckytopcontent .header-badge i {
        font-size: 1.75rem;
    }

    .elementor-widget-luckytopcontent .section-title {
        font-size: 1.875rem;
    }

    .elementor-widget-luckytopcontent .section-subtitle {
        font-size: 1rem !important;
    }

    .elementor-widget-luckytopcontent .content-grid {
        gap: 14px;
    }

    .elementor-widget-luckytopcontent .content-card {
        flex: 0 0 193px;
        min-width: 193px;
    }

         .elementor-widget-luckytopcontent .content-wrapper {
         margin-right: -85px;
     }

    .elementor-widget-luckytopcontent .scroll-arrow {
        width: 42px;
        height: 42px;
    }

         .elementor-widget-luckytopcontent .scroll-arrow.right {
         right: -6px;
     }

     .elementor-widget-luckytopcontent .scroll-arrow.left {
         left: -6px;
     }

    .elementor-widget-luckytopcontent .scroll-arrow i {
        font-size: 1rem;
    }
}

@media (max-width: 900px) {
    .elementor-widget-luckytopcontent .top-content-wrapper {
        max-width: 90%;
        margin: 25px auto;
        border-radius: 18px;
        aspect-ratio: 16 / 11;
    }

    .elementor-widget-luckytopcontent .top-content-wrapper::before {
        border-radius: 18px 18px 0 0;
    }

    .elementor-widget-luckytopcontent .top-content {
        border-radius: 16px;
        padding: 30px 0;
    }

         .elementor-widget-luckytopcontent .container {
         padding: 0 16px 0 8px;
     }

    .elementor-widget-luckytopcontent .top-content-header {
        margin-bottom: 24px;
        padding: 24px;
        border-radius: 18px;
    }

    .elementor-widget-luckytopcontent .header-badge {
        width: 64px;
        height: 64px;
        margin-bottom: 16px;
    }

    .elementor-widget-luckytopcontent .header-badge i {
        font-size: 1.5rem;
    }

    .elementor-widget-luckytopcontent .section-title {
        font-size: 1.75rem;
    }

    .elementor-widget-luckytopcontent .section-subtitle {
        font-size: 0.9375rem !important;
    }

    .elementor-widget-luckytopcontent .content-grid {
        gap: 14px;
    }

    .elementor-widget-luckytopcontent .content-card {
        flex: 0 0 196px;
        min-width: 196px;
    }

    .elementor-widget-luckytopcontent .card-image {
        height: 123px;
    }

    .elementor-widget-luckytopcontent .card-content {
        padding: 14px;
    }

    .elementor-widget-luckytopcontent .card-title {
        font-size: 1.0625rem;
    }

         .elementor-widget-luckytopcontent .content-wrapper {
         margin-right: -75px;
     }

    .elementor-widget-luckytopcontent .scroll-arrow {
        width: 40px;
        height: 40px;
    }

    .elementor-widget-luckytopcontent .scroll-arrow.right {
        right: -5px;
    }

    .elementor-widget-luckytopcontent .scroll-arrow.left {
        left: -5px;
    }

    .elementor-widget-luckytopcontent .scroll-arrow i {
        font-size: 1rem;
    }
}

@media (max-width: 680px) {
    .elementor-widget-luckytopcontent .top-content {
        padding: 32px 0;
    }

    .elementor-widget-luckytopcontent .container {
        padding: 0 16px 0 8px;
    }

    .elementor-widget-luckytopcontent .top-content-header {
        margin-bottom: 32px;
        padding: 20px;
        border-radius: 16px;
    }

    .elementor-widget-luckytopcontent .header-badge {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .elementor-widget-luckytopcontent .header-badge i {
        font-size: 1.375rem;
    }

    .elementor-widget-luckytopcontent .section-title {
        font-size: 2rem;
        margin-bottom: 16px;
    }

    .elementor-widget-luckytopcontent .section-subtitle {
        font-size: 1.0625rem !important;
        margin-bottom: 14px !important;
    }

    .elementor-widget-luckytopcontent .content-grid {
        gap: 18px;
    }

    .elementor-widget-luckytopcontent .content-card {
        flex: 0 0 182px;
        min-width: 182px;
    }

    .elementor-widget-luckytopcontent .card-image {
        height: 190px;
    }

    .elementor-widget-luckytopcontent .card-content {
        padding: 22px;
    }

    .elementor-widget-luckytopcontent .card-title {
        font-size: 1.1875rem;
        margin-bottom: 14px;
    }

    .elementor-widget-luckytopcontent .card-meta {
        margin-top: 18px;
        padding-top: 18px;
    }

         .elementor-widget-luckytopcontent .content-wrapper {
         margin-right: -120px;
     }

    .elementor-widget-luckytopcontent .scroll-arrow {
        width: 44px;
        height: 44px;
    }

    .elementor-widget-luckytopcontent .scroll-arrow.right {
        right: 16px;
    }

    .elementor-widget-luckytopcontent .scroll-arrow.left {
        left: 16px;
    }

    .elementor-widget-luckytopcontent .scroll-arrow i {
        font-size: 1.0625rem;
    }
}

@media (max-width: 600px) {
    .elementor-widget-luckytopcontent .top-content-wrapper {
        max-width: 100%;
        margin: 0;
        border-radius: 0;
        border-width: 0;
        box-shadow: none;
        aspect-ratio: unset;
        min-height: unset;
    }

    .elementor-widget-luckytopcontent .top-content-wrapper:hover {
        box-shadow: none;
    }

    .elementor-widget-luckytopcontent .top-content-wrapper::before {
        display: none;
    }

    .elementor-widget-luckytopcontent .top-content {
        border-radius: 0;
        padding: 8px 0 6px 0;
        min-height: unset;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        display: flex;
        align-items: stretch;
    }

    .elementor-widget-luckytopcontent .container {
        padding: 0 8px;
        min-height: unset;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        box-sizing: border-box;
    }

    .elementor-widget-luckytopcontent .top-content-header {
        margin-bottom: 12px;
        padding: 8px 8px;
        border-radius: 8px;
        border-width: 1px;
        min-height: auto;
        overflow: visible;
        width: 100%;
        box-sizing: border-box;
        max-width: 100%;
    }

    .elementor-widget-luckytopcontent .title-container {
        margin-bottom: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .elementor-widget-luckytopcontent .section-title::after {
        width: 40px;
        height: 3px;
        bottom: -4px;
    }

    .elementor-widget-luckytopcontent .description-container {
        padding: 0;
        max-width: 100%;
        overflow: visible;
        width: 100%;
        box-sizing: border-box;
    }

    .elementor-widget-luckytopcontent .section-subtitle {
        background-color: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
        width: 100%;
        box-sizing: border-box;
    }

    .elementor-widget-luckytopcontent .header-badge {
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
    }

    .elementor-widget-luckytopcontent .header-badge i {
        font-size: 1rem;
    }

    .elementor-widget-luckytopcontent .section-title {
        font-size: 1.25rem;
        margin-bottom: 0;
        line-height: 1.2;
        font-weight: 700;
        white-space: normal;
        text-align: center;
    }

    .elementor-widget-luckytopcontent .section-subtitle {
        font-size: 0.875rem !important;
        margin: 0 !important;
        line-height: 1.4 !important;
        padding: 2px 4px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        overflow: visible !important;
    }

    .elementor-widget-luckytopcontent .content-grid {
        gap: 6px;
        padding-bottom: 6px;
    }

    .elementor-widget-luckytopcontent .content-card {
        flex: 0 0 155px;
        min-width: 155px;
        border-radius: 12px;
        min-height: 190px;
    }

    .elementor-widget-luckytopcontent .card-image {
        height: 90px;
        border-radius: 12px 12px 0 0;
    }

    .elementor-widget-luckytopcontent .image-placeholder {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .elementor-widget-luckytopcontent .image-placeholder i {
        font-size: 1.25rem;
    }

    .elementor-widget-luckytopcontent .card-content {
        padding: 8px;
    }

    .elementor-widget-luckytopcontent .card-title {
        font-size: 0.875rem;
        margin-bottom: 8px;
        line-height: 1.25;
        font-weight: 600;
    }

    .elementor-widget-luckytopcontent .card-meta {
        margin-top: 10px;
        padding-top: 10px;
    }

    .elementor-widget-luckytopcontent .read-more {
        font-size: 0.75rem;
        gap: 4px;
        font-weight: 700;
    }

    .elementor-widget-luckytopcontent .read-more i {
        font-size: 0.75rem;
    }

    .elementor-widget-luckytopcontent .comments-badge {
        top: 6px;
        right: 6px;
        padding: 2px 5px;
        font-size: 0.625rem;
        border-radius: 6px;
    }

         .elementor-widget-luckytopcontent .content-wrapper {
         margin-right: -25px;
     }

         .elementor-widget-luckytopcontent .content-wrapper::after {
         width: 25px;
     }

    .elementor-widget-luckytopcontent .scroll-arrow {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
        border-radius: 50%;
        background: linear-gradient(135deg, #FFB800 0%, #FF8E53 100%);
        box-shadow: 0 2px 8px rgba(255, 184, 0, 0.3);
        z-index: 9999;
        border: 1px solid white;
    }

    .elementor-widget-luckytopcontent .scroll-arrow.right {
        right: 2px;
    }

    .elementor-widget-luckytopcontent .scroll-arrow.left {
        left: 2px;
    }

    .elementor-widget-luckytopcontent .scroll-arrow i {
        font-size: 0.875rem;
        color: #ffffff;
    }
} 