/* Font Awesome Icons - Simplified Version */
/* This is a placeholder for Font Awesome icons */

@font-face {
    font-family: 'FontAwesome';
    src: url(assets/fa-solid-900.mask_d9d7) format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.primary_b01d, .icon_6b06 {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Common Icons */
.search_stale_1d08::before { content: '\f015'; }
.link-9b50::before { content: '\f007'; }
.center-a836::before { content: '\f023'; }
.menu-d485::before { content: '\f0e0'; }
.shadow_north_89f6::before { content: '\f095'; }
.button-896e::before { content: '\f005'; }
.column-651c::before { content: '\f004'; }
.tabs_next_d256::before { content: '\f00c'; }
.wide_1cbf::before { content: '\f00d'; }
.text_down_7543::before { content: '\f002'; }
.pink-7e4f::before { content: '\f0c9'; }
.video-hard-92d8::before { content: '\f061'; }
.steel_272a::before { content: '\f060'; }
.status_tall_a764::before { content: '\f04b'; }
.new-5199::before { content: '\f04c'; }
.main_1dfb::before { content: '\f019'; }
.slow_9667::before { content: '\f093'; }
.notice_e39c::before { content: '\f132'; }
.paper_5f59::before { content: '\f091'; }
.link_c864::before { content: '\f06b'; }
.gradient-9e1d::before { content: '\f0d6'; }
.input_b876::before { content: '\f09d'; }
.badge-clean-7ddd::before { content: '\f10b'; }
.feature-11d3::before { content: '\f108'; }
.dynamic_52e6::before { content: '\f10a'; }

/* Gambling Specific Icons */
.cold_d14d::before { content: '\f522'; }
.sort_wide_8059::before { content: '\f327'; }
.wrapper-lower-cc03::before { content: '\f219'; }
.inner_b0aa::before { content: '\f21e'; }
.tabs_7751::before { content: '\f2f5'; }

/* Social Icons */
.section-narrow-4f65::before { content: '\f09a'; }
.table_stale_bdd7::before { content: '\f099'; }
.new-7994::before { content: '\f16d'; }
.tooltip-419f::before { content: '\f167'; }
.overlay_c007::before { content: '\f2c6'; }
.block-a7e0::before { content: '\f232'; }

/* Size Classes */
.detail_cade { font-size: 0.75em; }
.gas_cbbd { font-size: 0.875em; }
.narrow-95c4 { font-size: 1.33em; }
.warm_706f { font-size: 1.5em; }
.huge_ed79 { font-size: 2em; }
.narrow_d19e { font-size: 3em; }

/* Animation Classes */
.column-soft-eea8 {
    animation: fa-spin 2s infinite linear;
}

.dynamic-00dd {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* css-noise: c838 */
.ghost-box-s1 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
