.elementor-25026 .elementor-element.elementor-element-437af7b0{--display:flex;--border-radius:8px 8px 8px 8px;--padding-top:8px;--padding-bottom:8px;--padding-left:8px;--padding-right:8px;}.elementor-25026 .elementor-element.elementor-element-437af7b0:not(.elementor-motion-effects-element-type-background), .elementor-25026 .elementor-element.elementor-element-437af7b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-25026 .elementor-element.elementor-element-662ffbd0{--display:flex;--border-radius:8px 8px 8px 8px;--margin-top:0px;--margin-bottom:25px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-25026 .elementor-element.elementor-element-662ffbd0:not(.elementor-motion-effects-element-type-background), .elementor-25026 .elementor-element.elementor-element-662ffbd0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-25026 .elementor-element.elementor-element-092b58f.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-25026 .elementor-element.elementor-element-c2ac854{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25026 .elementor-element.elementor-element-de6686a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-092b58f *//* Browse Other TCG Stores Section */
.browse-section.game-type-links {
    background: linear-gradient(135deg, #f8f9fb 0%, #e8ecf1 100%);
    padding: 40px 30px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.browse-section.game-type-links::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255,255,255,.05) 10px,
            rgba(255,255,255,.05) 20px
        );
    pointer-events: none;
}

.game-type-links h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.game-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}

.game-pill {
    display: inline-flex;
    align-items: center;
    padding: 16px 30px;
    background: #ffffff;
    border: 2px solid #4A90E2;
    border-radius: 30px;
    color: #4A90E2 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    position: relative;
}

.game-emoji {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.game-name {
    display: inline-block;
    position: relative;
}

.game-pill:hover {
    background: #4A90E2;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(74, 144, 226, 0.4);
    border-color: #357ABD;
}

.game-pill:hover .game-emoji {
    transform: scale(1.15) rotate(5deg);
}

.game-pill:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(74, 144, 226, 0.3);
}

.game-pill:focus {
    outline: 3px solid rgba(74, 144, 226, 0.5);
    outline-offset: 2px;
}

.game-pill:nth-child(1),
.game-pill:nth-child(2) {
    border-width: 2.5px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .browse-section.game-type-links {
        padding: 35px 25px;
    }
    
    .game-pills {
        gap: 16px;
    }
    
    .game-pill {
        padding: 14px 26px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .browse-section.game-type-links {
        padding: 30px 20px;
        margin: 30px 0;
    }
    
    .game-type-links h3 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .game-pills {
        gap: 14px;
        justify-content: center;
    }
    
    .game-pill {
        padding: 14px 24px;
        font-size: 15px;
    }
    
    .game-emoji {
        font-size: 18px;
        margin-right: 8px;
    }
}

@media (max-width: 480px) {
    .browse-section.game-type-links {
        padding: 25px 15px;
    }
    
    .game-pills {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }
    
    .game-pill {
        width: 100%;
        justify-content: center;
        padding: 16px 20px;
    }
    
    .game-pill:hover {
        transform: translateY(-2px);
    }
}

@media print {
    .browse-section.game-type-links {
        box-shadow: none;
        background: #f5f5f5;
    }
    
    .game-pill {
        box-shadow: none;
    }
}

@media (prefers-contrast: high) {
    .game-pill {
        border-width: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .game-pill,
    .game-emoji {
        transition: none;
    }
    
    .game-pill:hover {
        transform: none;
    }
    
    .game-pill:hover .game-emoji {
        transform: scale(1.05);
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f95295c *//* ============================================
   Top Cities Section
   ============================================ */

.browse-section.top-cities {
    background: linear-gradient(135deg, #f8f9fb 0%, #e8ecf1 100%);
    padding: 35px 30px;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.browse-section.top-cities::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255,255,255,.05) 10px,
            rgba(255,255,255,.05) 20px
        );
    pointer-events: none;
}

.top-cities h3 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.top-cities .city-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.top-cities .city-pill {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #ffffff;
    border: 2px solid #4A90E2;
    border-radius: 25px;
    color: #4A90E2 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.top-cities .city-pill:hover {
    background: #4A90E2;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.top-cities .city-pill:active {
    transform: translateY(-1px);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-bda6461 */.city-footer {
    margin: 30px 0;
    padding: 20px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fb 0%, #e8ecf1 100%);
    border-radius: 12px;
}

.view-all-city-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    background: #ffffff;
    border: 2px solid #4A90E2;
    border-radius: 30px;
    color: #4A90E2 !important;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.view-all-city-btn:hover {
    background: #4A90E2;
    transform: translateY(-3px);
    color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.view-all-city-btn:active {
    transform: translateY(-1px);
}

/* ============================================
   Mobile Responsive
   ============================================ */

@media (max-width: 768px) {
    .browse-section.top-cities {
        padding: 30px 20px;
        margin: 25px 0;
    }
    
    .top-cities h3 {
        font-size: 18px;
        text-align: center;
    }
    
    .top-cities .city-pills {
        flex-direction: column;
        gap: 10px;
    }
    
    .top-cities .city-pill {
        width: 100%;
        justify-content: center;
        padding: 14px 20px;
    }
    
    .city-footer {
        padding: 15px;
        margin: 25px 0;
    }
    
    .view-all-city-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .browse-section.top-cities {
        padding: 25px 15px;
    }
    
    .top-cities .city-pill:hover {
        transform: translateY(-2px);
    }
    
    .view-all-city-btn:hover {
        transform: translateY(-2px);
    }
}/* End custom CSS */