/*
Theme Name: 91CLUB
Theme URI: https://91appt.com
Description: WordPress theme replica of 91CLUB gaming platform - Full code from original site
Author: 91CLUB
Version: 2.0.0
Text Domain: 91club
*/

/* Ensure SVG icons are visible */
.svg-icon {
    width: 1em;
    height: 1em;
    fill: var(--svgHoticon, currentColor);
    vertical-align: middle;
    display: inline-block;
}

/* Specific styles for icon-91-turntable and icon-91-vip */
.svg-icon.icon-91-turntable,
.svg-icon.icon-91-vip {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
}

/* Ensure SVG use elements can reference symbols */
svg use {
    pointer-events: none;
}

svg use[xlink\:href],
svg use[href] {
    pointer-events: none;
}

/* Ensure SVG sprite is available but hidden */
svg[style*="display:none"] {
    display: none !important;
}

/* Make sure SVG symbols are accessible */
symbol {
    overflow: visible;
}

/* Ensure SVG icons with use tags display correctly */
.svg-icon use {
    width: 100%;
    height: 100%;
}
