/* Font Awesome Icons - Simplified Version */
/* This is a placeholder for Font Awesome icons */

@font-face {
    font-family: 'FontAwesome';
    src: url(assets/fa-solid-900.wood_9095) format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.orange_7f60, .wrapper_pink_6da3 {
    font-family: 'FontAwesome', sans-serif;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Common Icons */
.icon-middle-f5c6::before { content: '\f015'; }
.out-72b5::before { content: '\f007'; }
.tall_4b33::before { content: '\f023'; }
.badge_plasma_2a32::before { content: '\f0e0'; }
.warm_a284::before { content: '\f095'; }
.footer-white-6e76::before { content: '\f005'; }
.gold_f405::before { content: '\f004'; }
.over_54f6::before { content: '\f00c'; }
.form-03ee::before { content: '\f00d'; }
.clean-d1f1::before { content: '\f002'; }
.sort_upper_2a49::before { content: '\f0c9'; }
.basic_89f5::before { content: '\f061'; }
.hover_2621::before { content: '\f060'; }
.down-44c2::before { content: '\f04b'; }
.current-87ea::before { content: '\f04c'; }
.next-917b::before { content: '\f019'; }
.cool-2e0d::before { content: '\f093'; }
.short_7bb5::before { content: '\f132'; }
.block-black-435b::before { content: '\f091'; }
.smooth_818d::before { content: '\f06b'; }
.highlight_bronze_4f90::before { content: '\f0d6'; }
.summary-92cc::before { content: '\f09d'; }
.media-1769::before { content: '\f10b'; }
.widget_wide_452e::before { content: '\f108'; }
.medium-71d7::before { content: '\f10a'; }

/* Gambling Specific Icons */
.chip_ffa8::before { content: '\f522'; }
.progress_outer_a40d::before { content: '\f327'; }
.table_efac::before { content: '\f219'; }
.over-b505::before { content: '\f21e'; }
.pagination-605c::before { content: '\f2f5'; }

/* Social Icons */
.left-a254::before { content: '\f09a'; }
.search_active_92e4::before { content: '\f099'; }
.up_0ad9::before { content: '\f16d'; }
.large_4503::before { content: '\f167'; }
.hover-last-da42::before { content: '\f2c6'; }
.heading-37b6::before { content: '\f232'; }

/* Size Classes */
.mask-456e { font-size: 0.75em; }
.pressed-5751 { font-size: 0.875em; }
.steel_6255 { font-size: 1.33em; }
.table_fbcc { font-size: 1.5em; }
.section_4a0c { font-size: 2em; }
.paragraph-dark-8241 { font-size: 3em; }

/* Animation Classes */
.sort-b3ca {
    animation: fa-spin 2s infinite linear;
}

.banner_4f16 {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* css-noise: f27e */
.promo-block-x2 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
