/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://xstyle.online/
 Description:  Custom Premium Theme for XStyle Footwear
 Author:       XStyle Developer
 Template:     hello-elementor
 Version:      1.0.0
*/

/* --- GLOBAL CUSTOM STYLES --- */

body {
    background-color: #000 !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif;
}

/* Red accents for links and buttons */
a {
    color: #e11d48;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #ffffff;
}

/* Scrollbar styling for a premium feel */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #000;
}
::-webkit-scrollbar-thumb {
    background: #e11d48;
    border-radius: 10px;
}

/* Elementor container padding fix */
.elementor-section {
    padding: 0;
}

/* Custom Status Badges for Admin */
.status-badge {
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
}