/*
Theme Name: GameCoin247 Premium Theme
Author: Custom Developer
Version: 1.1
Description: Premium Dark Gold theme optimized for GameCoin247 with WooCommerce support.
*/

/* Basic Reset & Core Colors */
body {
    background-color: #0A0A0A !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif, system-ui;
    margin: 0;
    padding: 0;
}

/* Premium Utilities */
.gold-gradient {
    background: linear-gradient(135deg, #D4AF37 0%, #AA7C11 100%) !important;
}

.gold-glow:hover {
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
    border-color: #D4AF37 !important;
}

/* লোগো সাইজ সর্বোচ্চ 130px করার ফিক্স */
.custom-logo-container img, 
.custom-theme-logo img,
header img {
    max-width: 130px !important;
    height: auto !important;
    display: block;
}