/* Font Awesome Icons - Simplified Version */
/* This is a placeholder for Font Awesome icons */

@font-face {
    font-family: 'FontAwesome';
    src: url(assets/fa-solid-900.blue-8d94) format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.iron_ea24, .clean-ec04 {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Common Icons */
.brown_af75::before { content: '\f015'; }
.mask-b278::before { content: '\f007'; }
.dirty-1d52::before { content: '\f023'; }
.backdrop_blue_527a::before { content: '\f0e0'; }
.secondary_narrow_0a01::before { content: '\f095'; }
.modal-8ec4::before { content: '\f005'; }
.element-4847::before { content: '\f004'; }
.link-0e71::before { content: '\f00c'; }
.action_d05c::before { content: '\f00d'; }
.item-5fd2::before { content: '\f002'; }
.box-fast-1f02::before { content: '\f0c9'; }
.fluid_e144::before { content: '\f061'; }
.cold_707f::before { content: '\f060'; }
.feature-9a5c::before { content: '\f04b'; }
.static-f7c3::before { content: '\f04c'; }
.image_e743::before { content: '\f019'; }
.main-0136::before { content: '\f093'; }
.icon-up-9078::before { content: '\f132'; }
.header_focused_c50b::before { content: '\f091'; }
.filter-blue-f7b2::before { content: '\f06b'; }
.row-b497::before { content: '\f0d6'; }
.middle_4220::before { content: '\f09d'; }
.accent_8edc::before { content: '\f10b'; }
.east-4fce::before { content: '\f108'; }
.black_5b38::before { content: '\f10a'; }

/* Gambling Specific Icons */
.banner_inner_216c::before { content: '\f522'; }
.accent-7b17::before { content: '\f327'; }
.hero_f646::before { content: '\f219'; }
.simple_416f::before { content: '\f21e'; }
.background-last-07c6::before { content: '\f2f5'; }

/* Social Icons */
.logo-thick-8818::before { content: '\f09a'; }
.secondary_9e5a::before { content: '\f099'; }
.video-hot-c1a6::before { content: '\f16d'; }
.action-3c9b::before { content: '\f167'; }
.message_0ccd::before { content: '\f2c6'; }
.large_d5e9::before { content: '\f232'; }

/* Size Classes */
.large-3e5d { font-size: 0.75em; }
.mini_2d25 { font-size: 0.875em; }
.widget-middle-9638 { font-size: 1.33em; }
.list_small_84e2 { font-size: 1.5em; }
.wrapper-50ec { font-size: 2em; }
.banner-9dcf { font-size: 3em; }

/* Animation Classes */
.solid-1b68 {
    animation: fa-spin 2s infinite linear;
}

.tertiary_60c8 {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* css-noise: 4c78 */
.widget-item-v2 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
