/**handles:theme-style,casinosenlignev4**/

/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/sass/styles.scss ***!
  \******************************************************************************************************************/
@charset "UTF-8";
/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

/* Basic body setup for layout and text rendering optimization */
body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Apply box-sizing globally for consistent element sizing */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Style unclassed links for better accessibility */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/**
     * CSS Reset Tweaks
     * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
     * URL: http://meyerweb.com/eric/tools/css/reset/
     */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Add focus styles to improve accessibility */
:focus {
  outline: 0;
}

/* Normalize HTML5 elements for older browsers */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block;
}

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Normalize quote styling */
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Reset and normalize form inputs */
input:required,
input {
  box-shadow: none;
}

/* Autofill styling for better compatibility */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Improve appearance of search inputs */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

video {
  background: #000;
}

/**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
     */
[hidden] {
  display: none;
}

/**
     * Improve readability when focused and also mouse hovered in all browsers.
     */
a:active,
a:hover {
  outline: none;
}

/**
     * Make media easier to work with
     */
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/**
     * Address Firefox 3+ setting `line-height` on `input` using `!important` in
     * the UA stylesheet.
     */
button,
input {
  line-height: normal;
}

/**
     * Address inconsistent `text-transform` inheritance for `button` and `select`.
     * All other form control elements do not inherit `text-transform` values.
     * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
     * Correct `select` style inheritance in Firefox 4+ and Opera.
     */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
     * Re-set default cursor for disabled elements.
     */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* Additional attribute handling for accessibility */
[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none;
}

/**
     * Address box sizing set to content-box in IE 8/9.
     */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
     * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
     * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
     *    (include `-moz` to future-proof).
     */
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
     * Remove inner padding and search cancel button in Safari 5 and Chrome
     * on OS X.
     */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * Remove inner padding and border in Firefox 3+.
     */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
     * Remove most spacing between table cells.
     */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
     * Based on normalize.css v8.0.1
     * github.com/necolas/normalize.css
     */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
     * Correct the inheritance and scaling of font size in all browsers.
     */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 75%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
     * Show the overflow in IE and Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
template {
  display: none;
}

/**
 * Global Styles
 * ==================================================
 * Global styles for the theme, including base typography,
 * colors, and layout.
 */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-regular.eot); /* IE9 Compat Modes */
  src: url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"), url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-regular.woff2) format("woff2"), url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-regular.woff) format("woff"), url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-regular.ttf) format("truetype"), url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/images/inter-v19-latin_latin-ext-regular.svg#Inter) format("svg"); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-700.eot); /* IE9 Compat Modes */
  src: url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-700.eot?#iefix) format("embedded-opentype"), url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-700.woff2) format("woff2"), url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-700.woff) format("woff"), url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/fonts/inter-v19-latin_latin-ext-700.ttf) format("truetype"), url(https://www.casinosenligne.net/wp-content/themes/casinosenlignev4/dist/images/inter-v19-latin_latin-ext-700.svg#Inter) format("svg"); /* Legacy iOS */
}
body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}

h1 {
  font-size: clamp(2.5rem, 4vw, 3rem);
  margin: 2rem 0;
  line-height: 1.3;
}

h2 {
  font-size: clamp(2rem, 3vw, 2.25rem);
  margin: 1.5rem 0;
  line-height: 1.3;
}

h3 {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  margin: 1.25rem 0;
  line-height: 1.3;
}

h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin: 1rem 0;
  line-height: 1.3;
}

h5 {
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  margin: 0.75rem 0;
  line-height: 1.3;
}

h6 {
  font-size: clamp(1rem, 1.25vw, 1.125rem);
  margin: 0.5rem 0;
  line-height: 1.3;
}

p,
ol,
ul {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 2.5rem auto;
  margin-bottom: 3rem;
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper--small {
  max-width: 720px;
}
.wrapper--medium {
  max-width: 960px;
}
.wrapper--large {
  max-width: 1440px;
}
.wrapper--full {
  max-width: 1920px;
}

.iframe__container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  border-radius: 5px;
}
.iframe__container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}

.image-width-100px .wp-block-media-text__content {
  padding-left: 0;
}
.image-width-100px .wp-block-media-text__media {
  margin: 0 auto;
}
.image-width-100px img {
  width: 100px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5rem 0;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  font-family: "Inter", sans-serif;
}
table thead {
  background: linear-gradient(135deg, #003366 0%, rgb(0, 71.4, 142.8) 100%);
}
table thead th {
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
  padding: 1.5rem 1rem;
  border: none;
  position: relative;
}
table thead th:first-child {
  border-top-left-radius: 8px;
}
table thead th:last-child {
  border-top-right-radius: 8px;
}
table tbody tr {
  transition: background-color 0.2s ease;
  border-bottom: 1px solid rgba(240, 240, 240, 0.6);
}
table tbody tr:nth-child(even) {
  background-color: rgba(228, 236, 245, 0.3);
}
table tbody tr:hover {
  background-color: rgba(188, 209, 233, 0.4);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
table tbody tr:last-child {
  border-bottom: none;
}
table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
table tbody td {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  border: none;
  vertical-align: top;
}
table tbody td:first-child {
  font-weight: 700;
  background-color: rgba(228, 236, 245, 0.5);
  border-right: 2px solid #bcd1e9;
  width: 35%;
}
table tbody td:first-child span {
  margin-right: 0.5rem;
}
table tbody td:last-child {
  color: #333333;
  font-weight: 400;
}
table tbody td b,
table tbody td strong {
  font-weight: 700;
  color: #003366;
}
@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
    margin: 1rem 0;
    border-radius: 6px;
  }
  table thead th {
    padding: 1rem 0.75rem;
    font-size: 0.875rem;
  }
  table tbody td {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
  table tbody td:first-child {
    width: 40%;
  }
}
@media (max-width: 480px) {
  table {
    border-radius: 4px;
  }
  table thead th {
    padding: 0.75rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  table tbody td {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  table tbody td:first-child {
    width: 30%;
    min-width: 150px;
  }
  table tbody td:last-child {
    width: 70%;
    min-width: 200px;
  }
}

/**
 * Header Component
 *
 */
.header {
  background-color: #003366;
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 1000;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 15px 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header__container {
    padding: 15px 20px;
    gap: 0;
  }
}
.header__content {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .header__content {
    gap: 0;
  }
}
.header__logo {
  width: 228px;
  height: 44px;
  flex-shrink: 0;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__search {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 10px 16px;
  gap: 10px;
  width: 300px;
  backdrop-filter: blur(8px);
}
@media (max-width: 1024px) {
  .header__search {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .header__search {
    display: none;
  }
}
.header__search-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.header__search-icon svg {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  stroke-width: 2px;
  fill: none;
}
.header__search-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
}
.header__search-input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.header__nav-item:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__nav-item-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  white-space: nowrap;
}
.header__nav-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.header__nav-item-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}
.header__nav-item--no-dropdown .header__nav-item-icon {
  display: none;
}
.header__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 250px;
  background-color: #003366;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1001;
  padding: 0.75rem 0;
}
.header__dropdown--level-2 {
  top: 0;
  left: 100%;
  right: auto;
  transform: translateX(-10px);
  z-index: 1002;
}
.header__dropdown--level-3 {
  top: 0;
  left: 100%;
  right: auto;
  transform: translateX(-10px);
  z-index: 1003;
}
.header__dropdown-item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header__dropdown-item:last-child {
  border-bottom: none;
}
.header__dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__dropdown-item--has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.header__dropdown-item--has-children:hover .header__dropdown-icon svg {
  transform: translateX(2px);
}
.header__dropdown-link {
  display: block;
  padding: 0.75rem 1rem;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1;
}
.header__dropdown-item--has-children .header__dropdown-link {
  padding-right: 0.75rem;
}
.header__dropdown-link:hover {
  color: #fe6f01;
}
.header__dropdown-icon {
  padding: 0.75rem;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__dropdown-icon svg {
  width: 16px;
  height: 16px;
  stroke: #ffffff;
  transition: all 0.3s ease;
}
.header__menu-toggle {
  display: none;
  background-color: #fe6f01;
  border: none;
  border-radius: 10px;
  padding: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .header__menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__menu-toggle:hover {
  background-color: rgb(203.2, 88.8, 0.8);
}
.header__menu-toggle-icon {
  width: 21px;
  height: 21px;
}
.header__menu-toggle-icon svg {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  stroke-width: 2px;
  fill: none;
}
.header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #003366;
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}
.header__mobile-menu.is-open {
  transform: translateX(0);
}
@media (min-width: 1024px) {
  .header__mobile-menu {
    display: none;
  }
}
.header__mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__close-btn {
  background-color: #003366;
  border: none;
  border-radius: 10px;
  padding: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__close-btn:hover {
  background-color: rgb(0, 76.5, 153);
}
.header__close-btn-icon {
  width: 21px;
  height: 21px;
}
.header__close-btn-icon svg {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  stroke-width: 2px;
  fill: none;
}
.header__mobile-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header__mobile-search {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 10px 16px;
  gap: 10px;
  backdrop-filter: blur(8px);
  margin-bottom: 10px;
}
.header__mobile-search-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.header__mobile-search-icon svg {
  width: 100%;
  height: 100%;
  stroke: #ffffff;
  stroke-width: 2px;
  fill: none;
}
.header__mobile-search-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  outline: none;
}
.header__mobile-search-input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.header__mobile-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__mobile-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__mobile-nav-item-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  flex: 1;
}
.header__mobile-nav-item-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}
.header__mobile-nav-item-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
  transition: transform 0.3s ease;
}
.header__mobile-nav-item--no-dropdown .header__mobile-nav-item-icon {
  display: none;
}
.header__mobile-nav-item.is-expanded {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__mobile-nav-item.is-expanded .header__mobile-nav-item-text {
  color: #fe6f01;
}
.header__mobile-nav-item--child {
  margin-left: 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
  margin-top: 2px;
  margin-bottom: 2px;
}
.header__mobile-nav-item--child:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.header__mobile-nav-item--child .header__mobile-nav-item-text {
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  color: rgba(255, 255, 255, 0.95);
  padding: 2px 0;
}
.header__mobile-nav-item--level-1 {
  margin-left: 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
}
.header__mobile-nav-item--level-1 .header__mobile-nav-item-text {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}
.header__mobile-nav-item--level-2 {
  margin-left: calc(1.5rem + 1rem);
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.03);
}
.header__mobile-nav-item--level-2 .header__mobile-nav-item-text {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 0.75rem;
}
.header__mobile-nav-item--level-2:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header__mobile-nav-item--level-3 {
  margin-left: calc(1.5rem + 1rem + 1rem);
  padding-left: 1rem;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.02);
}
.header__mobile-nav-item--level-3 .header__mobile-nav-item-text {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 1rem;
}
.header__mobile-nav-item--level-3:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

/**
 * Footer Component
 *
 */
.footer {
  background-color: #003366;
  backdrop-filter: blur(8px);
  color: #ffffff;
  position: relative;
}
.footer__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 20px 30px;
}
@media (max-width: 1024px) {
  .footer__container {
    padding: 60px 60px 30px;
  }
}
@media (max-width: 768px) {
  .footer__container {
    padding: 30px 20px;
  }
}
.footer__main {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer__main {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__logo-section {
  display: flex;
  gap: 30px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .footer__logo-section {
    width: 326px;
  }
}
@media (max-width: 768px) {
  .footer__logo-section {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
}
.footer__logo {
  width: 228px;
  height: 44px;
  flex-shrink: 0;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 228px;
    height: 44px;
  }
}
.footer__nav-columns {
  display: flex;
  flex: 1;
  gap: 30px;
}
@media (max-width: 768px) {
  .footer__nav-columns {
    flex-direction: column;
    gap: 30px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
@media (max-width: 768px) {
  .footer__column {
    width: 100%;
  }
}
.footer__column--follow .footer__nav-list {
  gap: 5px;
}
.footer__column--follow .footer__nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
}
.footer__column--follow .footer__nav-item .footer__social-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.footer__column--follow .footer__nav-item .footer__social-icon svg {
  width: 100%;
  height: 100%;
}
.footer__column-title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  .footer__column-title {
    font-size: 16px;
  }
}
.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__nav-item {
  padding: 5px 0;
}
.footer__nav-item a {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__nav-item a:hover, .footer__nav-item a:focus {
  color: #fe6f01;
}
.footer__separator {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  margin: 0 0 30px 0;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.footer__copyright {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  color: #ffffff;
  margin: 0;
}
.footer__legal {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__legal a {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__legal a:hover, .footer__legal a:focus {
  color: #fe6f01;
}
.footer__legal .footer__legal-separator {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
}
.footer__social-icon svg .facebook-bg,
.footer__social-icon svg .x-bg {
  fill: #003366;
}
.footer__social-icon svg .facebook-icon,
.footer__social-icon svg .x-icon {
  fill: #ffffff;
}

/**
 * Casino Ranking Component - Template 1
 *
 * Horizontal casino card layout with precise spacing and styling
 */
.casino-ranking {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  padding: 20px;
}
.casino-ranking__item-details {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #ffffff;
  padding: 20px 24px;
  margin-bottom: 8px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
  position: relative;
}
.casino-ranking__item-details:last-child {
  margin-bottom: 0;
}
.casino-ranking__item-details:hover {
  background-color: #fafbfc;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
@media (max-width: 1024px) {
  .casino-ranking__item-details {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 16px 20px;
  }
}
@media (max-width: 768px) {
  .casino-ranking__item-details {
    gap: 12px;
    padding: 16px;
    margin-left: 30px;
  }
}
.casino-ranking__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .casino-ranking__rank {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .casino-ranking__rank {
    width: 50px;
    height: 50px;
    font-size: 12px;
    left: -40px;
  }
}
.casino-ranking__rank--top {
  background-color: #003366;
  color: #ffffff;
}
.casino-ranking__rank--second {
  background-color: #fe6f01;
  color: #ffffff;
}
.casino-ranking__rank--third {
  background-color: #fe9901;
  color: #ffffff;
}
.casino-ranking__rank--yellow {
  background-color: #e5cb0c;
  color: #003366;
}
.casino-ranking__rank-number {
  line-height: 1;
}
.casino-ranking__logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  position: relative;
  flex-shrink: 0;
  width: 160px;
}
@media (max-width: 1024px) {
  .casino-ranking__logo {
    width: 100%;
  }
}
.casino-ranking__logo-link {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
  transition: opacity 0.2s ease;
}
@media (max-width: 1024px) {
  .casino-ranking__logo-link {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .casino-ranking__logo-link {
    max-width: 100%;
  }
}
.casino-ranking__logo-link:hover {
  opacity: 0.8;
}
.casino-ranking__logo-image {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .casino-ranking__logo-image {
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .casino-ranking__logo-image {
    max-height: 100%;
  }
}
@media (max-width: 1024px) {
  .casino-ranking__logo {
    padding-left: 0;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .casino-ranking__logo {
    padding-left: 0;
    justify-content: center;
    width: 100%;
  }
}
.casino-ranking__bonus {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  flex: 1;
  min-width: 200px;
}
@media (max-width: 1024px) {
  .casino-ranking__bonus {
    text-align: center;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .casino-ranking__bonus {
    text-align: left;
    min-width: auto;
  }
}
.casino-ranking__bonus-text {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  margin: 0;
}
.casino-ranking__bonus-amount {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fe6f01;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 768px) {
  .casino-ranking__bonus-amount {
    font-size: 20px;
  }
}
.casino-ranking__features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  flex-shrink: 0;
  width: 425px;
}
@media (max-width: 1024px) {
  .casino-ranking__features {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .casino-ranking__features {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
  }
}
.casino-ranking__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}
.casino-ranking__feature-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.casino-ranking__feature-text {
  font-weight: 700;
  line-height: 1.4;
}
.casino-ranking__rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
  width: 175px;
}
@media (max-width: 1024px) {
  .casino-ranking__rating {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .casino-ranking__rating {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
  }
}
.casino-ranking__stars {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}
.casino-ranking__stars-container {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 22px;
}
.casino-ranking__stars-background {
  display: flex;
  align-items: center;
  gap: 2px;
}
.casino-ranking__stars-background .casino-ranking__star-icon {
  color: #e0e0e0;
}
.casino-ranking__stars-foreground {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  width: var(--rating, 0%);
  overflow: hidden;
}
.casino-ranking__stars-foreground .casino-ranking__star-icon {
  color: #ffd700;
  flex-shrink: 0;
}
.casino-ranking__star-icon {
  width: 23px;
  height: 22px;
  color: #e0e0e0;
  flex-shrink: 0;
}
.casino-ranking__score {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-ranking__score-text {
  font-size: 14px;
  color: #828282;
  line-height: 1.4;
}
.casino-ranking__actions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .casino-ranking__actions-wrapper {
    align-items: center;
    gap: 8px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .casino-ranking__actions-wrapper {
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }
}
.casino-ranking__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .casino-ranking__actions {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .casino-ranking__actions {
    align-items: stretch;
    gap: 8px;
    width: 100%;
  }
}
.casino-ranking__expand-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s ease;
}
.casino-ranking__expand-btn:hover {
  background-color: #fe6f01;
  border-color: #fe6f01;
  color: #ffffff;
}
.casino-ranking__expand-btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .casino-ranking__expand-btn svg {
    width: 18px;
    height: 18px;
  }
}
.casino-ranking__play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fe6f01;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 50px;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 100px;
}
.casino-ranking__play-btn:hover {
  background-color: rgb(213.36, 93.24, 0.84);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(254, 111, 1, 0.3);
}
@media (max-width: 768px) {
  .casino-ranking__play-btn {
    padding: 10px 16px;
    width: 100%;
  }
}
.casino-ranking__play-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.casino-ranking__review {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .casino-ranking__review {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .casino-ranking__review {
    text-align: left;
  }
}
.casino-ranking__review-link {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease;
}
.casino-ranking__review-link:hover {
  color: #fe6f01;
}
.casino-ranking__review-link strong {
  font-weight: 700;
  color: #333333;
}
.casino-ranking__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.casino-ranking__modal.is-open {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.casino-ranking__modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.casino-ranking__modal-container {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  max-width: 650px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.casino-ranking__modal.is-open .casino-ranking__modal-container {
  transform: scale(1);
}
.casino-ranking__modal-header {
  background-color: #003366;
  color: #ffffff;
  border-radius: 12px 12px 0 0;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casino-ranking__modal-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #ffffff;
}
.casino-ranking__modal-title-highlight {
  color: #fe6f01;
}
.casino-ranking__modal-close {
  background: none;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  transition: background-color 0.2s ease;
}
.casino-ranking__modal-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.casino-ranking__modal-close svg {
  width: 20px;
  height: 20px;
}
.casino-ranking__modal-body {
  padding: 24px;
}
.casino-ranking__modal-description {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 20px;
}
.casino-ranking__modal-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.casino-ranking__modal-info-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.casino-ranking__modal-info-item:last-child {
  border-bottom: none;
}
.casino-ranking__modal-info-label {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  flex: 1;
  margin-right: 16px;
}
.casino-ranking__modal-info-value {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  text-align: right;
  flex: 1;
}
.casino-ranking__modal-footer {
  padding: 20px 24px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 768px) {
  .casino-ranking__modal-footer {
    flex-direction: column;
  }
}
.casino-ranking__modal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.casino-ranking__modal-btn--primary {
  background-color: #fe6f01;
  color: #ffffff;
}
.casino-ranking__modal-btn--primary:hover {
  background-color: rgb(213.36, 93.24, 0.84);
  transform: translateY(-1px);
}
.casino-ranking__modal-btn--secondary {
  background-color: #003366;
  color: #ffffff;
}
.casino-ranking__modal-btn--secondary:hover {
  background-color: rgb(0, 71.4, 142.8);
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .casino-ranking__modal-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/**
 * Casino Ranking Component - Template 3
 *
 * Complex layout with card and detailed content sections
 */
.casino-ranking-3 {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .casino-ranking-3 {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .casino-ranking-3 {
    gap: 30px;
  }
}
.casino-ranking-3__item {
  width: 100%;
}
.casino-ranking-3__container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .casino-ranking-3__container {
    flex-direction: column;
    gap: 30px;
  }
}
.casino-ranking-3__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) 1;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .casino-ranking-3__card {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .casino-ranking-3__card {
    padding: 0.75rem;
    gap: 1rem;
  }
}
.casino-ranking-3__image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.casino-ranking-3__image-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.casino-ranking-3__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.casino-ranking-3__card:hover .casino-ranking-3__image-img {
  transform: scale(1.02);
}
.casino-ranking-3__bonus {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.casino-ranking-3__bonus-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.casino-ranking-3__bonus-link:hover {
  opacity: 0.9;
}
.casino-ranking-3__bonus-intro {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #333333;
  width: 232px;
}
.casino-ranking-3__bonus-amount {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  color: #fe6f01;
  width: 232px;
}
.casino-ranking-3__bonus-free {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #333333;
}
.casino-ranking-3__features {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.casino-ranking-3__feature {
  display: flex;
  align-items: center;
  gap: 10px;
}
.casino-ranking-3__feature-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.casino-ranking-3__feature-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  color: #333333;
}
.casino-ranking-3__rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.casino-ranking-3__stars {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
}
.casino-ranking-3__stars-container {
  position: relative;
  display: inline-block;
  width: 125px;
  height: 22px;
}
.casino-ranking-3__stars-background {
  display: flex;
  align-items: center;
  gap: 2px;
}
.casino-ranking-3__stars-background .casino-ranking-3__star-icon {
  color: #e0e0e0;
}
.casino-ranking-3__stars-foreground {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  width: var(--rating, 0%);
  overflow: hidden;
}
.casino-ranking-3__stars-foreground .casino-ranking-3__star-icon {
  color: #ffd700;
  flex-shrink: 0;
}
.casino-ranking-3__star-icon {
  width: 23px;
  height: 22px;
  color: #e0e0e0;
  flex-shrink: 0;
}
.casino-ranking-3__score {
  display: flex;
  align-items: center;
  gap: 8px;
}
.casino-ranking-3__score-text {
  font-size: 14px;
  color: #828282;
  line-height: 1.4;
}
.casino-ranking-3__actions {
  display: flex;
  gap: 10px;
}
.casino-ranking-3__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.casino-ranking-3__btn--info {
  background-color: #ffffff;
  color: #003366;
  border: 1px solid #f0f0f0;
}
.casino-ranking-3__btn--info:hover {
  background-color: #f0f0f0;
  transform: translateY(-1px);
}
.casino-ranking-3__btn--play {
  background-color: #fe6f01;
  color: #ffffff;
  flex: 1;
  padding: 12px 17px;
}
.casino-ranking-3__btn--play:hover {
  background-color: rgb(213.36, 93.24, 0.84);
  transform: translateY(-1px);
}
.casino-ranking-3__btn svg {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .casino-ranking-3__btn {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.casino-ranking-3__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .casino-ranking-3__content {
    gap: 1rem;
  }
}
.casino-ranking-3__advisor {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.casino-ranking-3__advisor-badge {
  display: flex;
  align-items: center;
  gap: 5px;
}
.casino-ranking-3__advisor-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  object-fit: contain;
}
.casino-ranking-3__advisor-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  color: #fe6f01;
}
.casino-ranking-3__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
  color: #333333;
  margin: 0;
  width: 893px;
}
@media (max-width: 1400px) {
  .casino-ranking-3__title {
    width: 100%;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .casino-ranking-3__title {
    font-size: 24px;
  }
}
.casino-ranking-3__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #828282;
  width: 893px;
}
@media (max-width: 1400px) {
  .casino-ranking-3__description {
    width: 100%;
  }
}
.casino-ranking-3__description p {
  margin: 0 0 0.75rem 0;
}
.casino-ranking-3__description p:last-child {
  margin-bottom: 0;
}
.casino-ranking-3__points {
  display: flex;
  gap: 30px;
}
@media (max-width: 1024px) {
  .casino-ranking-3__points {
    flex-direction: column;
    gap: 20px;
  }
}
.casino-ranking-3__strong-points, .casino-ranking-3__weak-points {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.casino-ranking-3__points-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  color: #333333;
  margin: 0 0 5px 0;
}
.casino-ranking-3__points-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.casino-ranking-3__point {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 5px;
}
.casino-ranking-3__point--positive {
  background-color: rgba(28, 183, 139, 0.15);
}
.casino-ranking-3__point--negative {
  background-color: rgba(224, 52, 93, 0.15);
}
.casino-ranking-3__point-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.casino-ranking-3__point-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #333333;
  flex: 1;
}
.casino-ranking-3__additional {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.casino-ranking-3__section {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.casino-ranking-3__section-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  color: #333333;
  margin: 0;
}
.casino-ranking-3__section-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #828282;
}
.casino-ranking-3__section-content p {
  margin: 0 0 0.75rem 0;
}
.casino-ranking-3__section-content p:last-child {
  margin-bottom: 0;
}
.casino-ranking-3__bonus-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.casino-ranking-3__bonus-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #828282;
  position: relative;
  padding-left: 16px;
}
.casino-ranking-3__bonus-list li::before {
  content: "•";
  color: #fe6f01;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .casino-ranking-3 {
    padding: 20px 15px;
    gap: 20px;
  }
  .casino-ranking-3__card {
    padding: 0.5rem;
    gap: 0.75rem;
  }
  .casino-ranking-3__bonus-intro, .casino-ranking-3__bonus-amount {
    width: 100%;
  }
  .casino-ranking-3__bonus-amount {
    font-size: 24px;
  }
  .casino-ranking-3__title {
    font-size: 20px;
  }
  .casino-ranking-3__points {
    gap: 15px;
  }
  .casino-ranking-3__btn {
    font-size: 13px;
    padding: 8px 12px;
  }
  .casino-ranking-3__btn--play {
    padding: 8px 14px;
  }
}

/**
 * Casino Ranking Component - Template 4
 *
 * Simple card-based layout with image and content
 */
.casino-ranking-4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  padding: 1.5rem;
}
.casino-ranking-4__item {
  width: 100%;
}
.casino-ranking-4__card {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%) 1;
  border-radius: 15px;
  padding: 1rem;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(24px);
  transition: all 0.2s ease;
  position: relative;
}
.casino-ranking-4__card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .casino-ranking-4__card {
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
  }
}
.casino-ranking-4__image {
  flex-shrink: 0;
  width: 80px;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.casino-ranking-4__image-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.casino-ranking-4__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.2s ease;
}
.casino-ranking-4__card:hover .casino-ranking-4__image-img {
  transform: scale(1.05);
}
.casino-ranking-4__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .casino-ranking-4__content {
    align-items: flex-start;
    text-align: center;
  }
}
.casino-ranking-4__advisor {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .casino-ranking-4__advisor {
    justify-content: center;
  }
}
.casino-ranking-4__advisor-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: contain;
}
.casino-ranking-4__advisor-text {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  color: #fe6f01;
  margin: 0;
}
.casino-ranking-4__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
}
.casino-ranking-4__title-link {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.casino-ranking-4__title-link:hover {
  color: #fe6f01;
  text-decoration: none;
}
.casino-ranking-4__title-link:focus {
  outline: 2px solid #fe6f01;
  outline-offset: 2px;
  border-radius: 2px;
}
@media (max-width: 1024px) {
  .casino-ranking-4 {
    padding: 1rem;
    gap: 0.75rem;
  }
}
@media (max-width: 768px) {
  .casino-ranking-4 {
    padding: 0.75rem;
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .casino-ranking-4 {
    padding: 0.5rem;
  }
  .casino-ranking-4__card {
    padding: 0.5rem;
    border-radius: 12px;
  }
}

/**
 * Casino Ranking Single Item
 * Single casino card component for casino_post shortcode
 */
.casino-ranking__item--single {
  width: 100%;
  margin-bottom: 1rem;
}
.casino-ranking__item--single .casino-ranking__card {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.casino-ranking__item--single .casino-ranking__card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.casino-ranking__item--single .casino-ranking__logo {
  flex-shrink: 0;
  width: 120px;
  height: 80px;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.casino-ranking__item--single .casino-ranking__logo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.casino-ranking__item--single .casino-ranking__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.casino-ranking__item--single .casino-ranking__content {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}
.casino-ranking__item--single .casino-ranking__bonus {
  flex-shrink: 0;
  min-width: 75px;
}
.casino-ranking__item--single .casino-ranking__bonus-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #828282;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}
.casino-ranking__item--single .casino-ranking__bonus-amount {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  color: #fe6f01;
  line-height: 1.2;
}
.casino-ranking__item--single .casino-ranking__features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 280px;
}
.casino-ranking__item--single .casino-ranking__feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.casino-ranking__item--single .casino-ranking__feature-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.casino-ranking__item--single .casino-ranking__feature-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.4;
}
.casino-ranking__item--single .casino-ranking__rating {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 80px;
}
.casino-ranking__item--single .casino-ranking__stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.casino-ranking__item--single .casino-ranking__star {
  font-size: 1rem;
  line-height: 1;
}
.casino-ranking__item--single .casino-ranking__star--full {
  color: #e5cb0c;
}
.casino-ranking__item--single .casino-ranking__star--half {
  color: #e5cb0c;
}
.casino-ranking__item--single .casino-ranking__star--empty {
  color: #f0f0f0;
}
.casino-ranking__item--single .casino-ranking__rating-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #828282;
}
.casino-ranking__item--single .casino-ranking__actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-width: 140px;
}
.casino-ranking__item--single .casino-ranking__info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s ease;
}
.casino-ranking__item--single .casino-ranking__info-btn:hover {
  background-color: #fe6f01;
  border-color: #fe6f01;
  color: #ffffff;
}
.casino-ranking__item--single .casino-ranking__info-btn svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .casino-ranking__item--single .casino-ranking__info-btn svg {
    width: 18px;
    height: 18px;
  }
}
.casino-ranking__item--single .casino-ranking__play-btn {
  background: linear-gradient(135deg, #fe6f01 0%, rgb(203.2, 88.8, 0.8) 100%);
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  min-width: 120px;
  justify-content: center;
}
.casino-ranking__item--single .casino-ranking__play-btn:hover {
  background: linear-gradient(135deg, rgb(203.2, 88.8, 0.8) 0%, rgb(152.4, 66.6, 0.6) 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(254, 111, 1, 0.4);
  color: #ffffff;
  text-decoration: none;
}
.casino-ranking__item--single .casino-ranking__play-btn:focus {
  outline: 2px solid #fe6f01;
  outline-offset: 2px;
}
.casino-ranking__item--single .casino-ranking__play-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.casino-ranking__item--single .casino-ranking__review-link {
  text-align: center;
}
.casino-ranking__item--single .casino-ranking__review-text {
  font-size: 0.75rem;
  color: #828282;
  text-decoration: none;
  transition: color 0.3s ease;
}
.casino-ranking__item--single .casino-ranking__review-text:hover {
  color: #333333;
  text-decoration: underline;
}
.casino-ranking__item--single .casino-ranking__review-text strong {
  font-weight: 700;
  color: #333333;
}
@media (max-width: 768px) {
  .casino-ranking__item--single .casino-ranking__card {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
    text-align: center;
  }
  .casino-ranking__item--single .casino-ranking__logo {
    width: 100%;
    max-width: 200px;
    height: 120px;
    margin: 0 auto;
  }
  .casino-ranking__item--single .casino-ranking__content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 0;
  }
  .casino-ranking__item--single .casino-ranking__bonus {
    min-width: auto;
    text-align: center;
  }
  .casino-ranking__item--single .casino-ranking__bonus-amount {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    text-align: center;
  }
  .casino-ranking__item--single .casino-ranking__features {
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
  .casino-ranking__item--single .casino-ranking__feature {
    justify-content: center;
    max-width: 280px;
    margin: 0 auto;
  }
  .casino-ranking__item--single .casino-ranking__rating {
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
  }
  .casino-ranking__item--single .casino-ranking__actions {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    min-width: auto;
  }
  .casino-ranking__item--single .casino-ranking__play-btn {
    width: 100%;
    max-width: 280px;
  }
  .casino-ranking__item--single .casino-ranking__info-btn {
    order: -1;
  }
}
@media (max-width: 480px) {
  .casino-ranking__item--single .casino-ranking__card {
    padding: 1rem;
    gap: 1rem;
  }
  .casino-ranking__item--single .casino-ranking__bonus-amount {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
  }
  .casino-ranking__item--single .casino-ranking__actions {
    flex-direction: column;
    gap: 0.75rem;
  }
  .casino-ranking__item--single .casino-ranking__play-btn {
    width: 100%;
    max-width: none;
  }
}

.casino-ranking__item--single:only-child {
  margin-bottom: 0;
}

.casino-ranking .casino-ranking__item--single .casino-ranking__card {
  border-radius: 12px;
}
.casino-ranking .casino-ranking__item--single .casino-ranking__card:hover {
  transform: translateY(-2px);
}

/**
 * Rank Math FAQ Block Component
 *
 */
.rank-math-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.rank-math-block .rank-math-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.rank-math-block .rank-math-list, .rank-math-block .rank-math-list.dark {
  --faq-question-bg: rgba(0, 0, 0, 0.1);
  --faq-question-bg-hover: rgba(0, 0, 0, 0.15);
  --faq-question-bg-open: rgba(0, 0, 0, 0.15);
  --faq-question-border: rgba(255, 255, 255, 0.2);
  --faq-question-text: #ffffff;
  --faq-answer-bg: rgba(0, 0, 0, 0.25);
  --faq-answer-border: rgba(255, 255, 255, 0.2);
  --faq-answer-text: #e4ecf5;
  --faq-heading-text: #ffffff;
}
.rank-math-block .rank-math-list.light {
  --faq-question-bg: rgba(255, 255, 255, 0.8);
  --faq-question-bg-hover: rgba(255, 255, 255, 0.9);
  --faq-question-bg-open: rgba(255, 255, 255, 0.9);
  --faq-question-border: rgba(0, 0, 0, 0.1);
  --faq-question-text: #333333;
  --faq-answer-bg: #f0f0f0;
  --faq-answer-border: rgba(0, 0, 0, 0.1);
  --faq-answer-text: #828282;
  --faq-heading-text: #003366;
}
.rank-math-block .rank-math-list-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rank-math-block .rank-math-list-item .rank-math-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--faq-question-bg);
  border: 1px solid var(--faq-question-border);
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0;
  color: var(--faq-question-text);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .rank-math-block .rank-math-list-item .rank-math-question {
    font-size: 18px;
    padding: 12px 15px;
  }
}
@media (max-width: 480px) {
  .rank-math-block .rank-math-list-item .rank-math-question {
    font-size: 16px;
    padding: 10px 12px;
  }
}
.rank-math-block .rank-math-list-item .rank-math-question::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18 9L12 15L6 9%27 stroke=%27%23FE6F01%27 stroke-width=%272%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 10px;
}
.rank-math-block .rank-math-list-item .rank-math-question:hover {
  background-color: var(--faq-question-bg-hover);
}
.rank-math-block .rank-math-list-item .rank-math-answer {
  background-color: var(--faq-answer-bg);
  border: 1px solid var(--faq-answer-border);
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 15px;
  color: var(--faq-answer-text);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5em;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .rank-math-block .rank-math-list-item .rank-math-answer {
    padding: 12px 15px;
  }
}
@media (max-width: 480px) {
  .rank-math-block .rank-math-list-item .rank-math-answer {
    padding: 10px 12px;
  }
}
.rank-math-block .rank-math-list-item .rank-math-answer p {
  margin: 0 0 10px 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.rank-math-block .rank-math-list-item .rank-math-answer p:last-child {
  margin-bottom: 0;
}
.rank-math-block .rank-math-list-item .rank-math-answer h4,
.rank-math-block .rank-math-list-item .rank-math-answer h5,
.rank-math-block .rank-math-list-item .rank-math-answer h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
  color: var(--faq-heading-text);
  margin: 0 0 5px 0;
}
@media (max-width: 768px) {
  .rank-math-block .rank-math-list-item .rank-math-answer h4,
  .rank-math-block .rank-math-list-item .rank-math-answer h5,
  .rank-math-block .rank-math-list-item .rank-math-answer h6 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .rank-math-block .rank-math-list-item .rank-math-answer h4,
  .rank-math-block .rank-math-list-item .rank-math-answer h5,
  .rank-math-block .rank-math-list-item .rank-math-answer h6 {
    font-size: 15px;
  }
}
.rank-math-block .rank-math-list-item .rank-math-answer ul,
.rank-math-block .rank-math-list-item .rank-math-answer ol {
  margin: 10px 0;
  padding-left: 20px;
  color: inherit;
}
.rank-math-block .rank-math-list-item .rank-math-answer ul li,
.rank-math-block .rank-math-list-item .rank-math-answer ol li {
  margin-bottom: 5px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.rank-math-block .rank-math-list-item .rank-math-answer a {
  color: #fe6f01;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.rank-math-block .rank-math-list-item .rank-math-answer a:hover {
  color: rgb(254.2, 139.8, 51.8);
}
.rank-math-block .rank-math-list-item .rank-math-answer strong,
.rank-math-block .rank-math-list-item .rank-math-answer b {
  font-weight: 700;
}
.rank-math-block .rank-math-list-item.faq-open .rank-math-question {
  border-radius: 5px 5px 0 0;
  background-color: var(--faq-question-bg-open);
}
.rank-math-block .rank-math-list-item.faq-open .rank-math-question::after {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18 15L12 9L6 15%27 stroke=%27%23FE6F01%27 stroke-width=%272%27/%3E%3C/svg%3E");
  transform: rotate(0deg);
}
.rank-math-block .rank-math-list-item.faq-open .rank-math-answer {
  max-height: none;
  opacity: 1;
  padding: 15px;
}
@media (max-width: 768px) {
  .rank-math-block .rank-math-list-item.faq-open .rank-math-answer {
    padding: 12px 15px;
  }
}
@media (max-width: 480px) {
  .rank-math-block .rank-math-list-item.faq-open .rank-math-answer {
    padding: 10px 12px;
  }
}
.rank-math-block .rank-math-list-item:not(.faq-open) .rank-math-question {
  border-radius: 5px;
}
.rank-math-block .rank-math-list-item:not(.faq-open) .rank-math-answer {
  max-height: 0;
  opacity: 0;
  padding: 0 15px;
  border: none;
}
@media (max-width: 768px) {
  .rank-math-block .rank-math-list-item:not(.faq-open) .rank-math-answer {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .rank-math-block .rank-math-list-item:not(.faq-open) .rank-math-answer {
    padding: 0 12px;
  }
}

/**
 * Load More Component
 * Reusable load more functionality
 * Using BEM methodology and Clean/DRY SCSS principles
 */
.load-more__pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
}
.load-more__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #fe6f01;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 140px;
}
.load-more__button:hover {
  background-color: #e55f00;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(254, 111, 1, 0.3);
}
.load-more__button:active {
  transform: translateY(0);
}
.load-more__button--loading {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}
.load-more__button--loading:hover {
  background-color: #fe6f01;
  transform: none;
  box-shadow: none;
}
.load-more__button--loading::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 0.75rem;
  border: 2px solid transparent;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  animation: load-more-spin 1s linear infinite;
}
.load-more__button--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.load-more__button--disabled:hover {
  background-color: #fe6f01;
  transform: none;
  box-shadow: none;
}
.load-more__button--hidden {
  display: none;
}
.load-more__error {
  padding: 1rem;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  max-width: 400px;
  margin-top: 1rem;
}
.load-more__error--network {
  background-color: #fee;
  color: #c33;
  border: 1px solid #fcc;
}
.load-more__error--no-posts {
  background-color: #f0f0f0;
  color: #828282;
  border: 1px solid #ddd;
}
.load-more__item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.2s ease;
}
.load-more__item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.load-more__item-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.load-more__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.load-more__item:hover .load-more__item-image img {
  transform: scale(1.05);
}
.load-more__item-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.load-more__item-content {
  padding: 1.5rem;
}
.load-more__item-date {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #828282;
  margin: 0 0 0.75rem 0;
  line-height: 1.4;
}
.load-more__item-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #003366;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
.load-more__item-title a {
  color: inherit;
  text-decoration: none;
}
.load-more__item-title a:hover {
  color: #fe6f01;
}
.load-more__item-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  margin: 0;
  line-height: 1.5;
}

@keyframes load-more-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tabs {
  background: transparent;
  border-bottom: none;
  margin-bottom: 4rem;
}
.tabs__nav {
  display: flex;
  gap: 0;
  margin-bottom: 2rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}
.tabs__nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #bcd1e9;
  z-index: 1;
}
.tabs__tab {
  background: transparent;
  border: 1px solid #bcd1e9;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #333333;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
  position: relative;
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 2;
}
.tabs__tab:hover {
  color: #333333;
  background: #f0f0f0;
}
.tabs__tab:focus {
  outline: 2px solid #003366;
  outline-offset: -2px;
}
.tabs__tab--active {
  background: #003366;
  border-color: #003366;
  color: #ffffff;
}
.tabs__tab--active:hover {
  background: #003366;
  color: #ffffff;
}
.tabs__tab--active:focus {
  outline-color: #ffffff;
}
.tabs__tab--active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #003366;
  z-index: 3;
}
@media (max-width: 768px) {
  .tabs__tab {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}
.tabs__content {
  padding-top: 0;
}
.tabs__panel {
  display: none;
}
.tabs__panel--active {
  display: block;
}
.tabs--orange .tabs__tab--active {
  background: #003366;
  border-color: #003366;
  color: #ffffff;
}
.tabs--orange .tabs__tab--active:hover {
  background: #003366;
  color: #ffffff;
}
.tabs--orange .tabs__tab--active::after {
  background: #003366;
}
.tabs--blue .tabs__tab--active {
  background: #a100ff;
  border-color: #a100ff;
  color: #ffffff;
}
.tabs--blue .tabs__tab--active:hover {
  background: #a100ff;
  color: #ffffff;
}
.tabs--blue .tabs__tab--active::after {
  background: #a100ff;
}
.tabs--green .tabs__tab--active {
  background: #1cb78b;
  border-color: #1cb78b;
  color: #ffffff;
}
.tabs--green .tabs__tab--active:hover {
  background: #1cb78b;
  color: #ffffff;
}
.tabs--green .tabs__tab--active::after {
  background: #1cb78b;
}
.tabs--minimal {
  background: transparent;
  border-bottom: none;
  margin-bottom: 3rem;
}
.tabs--minimal .tabs__nav {
  border-bottom: 1px solid #e4ecf5;
}
.tabs--minimal .tabs__tab {
  background: transparent;
  border-bottom: 2px solid transparent;
}
.tabs--minimal .tabs__tab:hover {
  background: transparent;
  color: #333333;
  border-bottom-color: #bcd1e9;
}
.tabs--minimal .tabs__tab--active {
  background: transparent;
  color: #003366;
  border-bottom-color: #003366;
}
.tabs--minimal .tabs__tab--active:hover {
  background: transparent;
  color: #003366;
}
.tabs--pills {
  background: transparent;
  border-bottom: none;
  margin-bottom: 3rem;
}
.tabs--pills .tabs__nav {
  gap: 0.5rem;
  padding: 0.5rem;
  background: #f0f0f0;
  border-radius: 0.75rem;
}
.tabs--pills .tabs__tab {
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
}
.tabs--pills .tabs__tab:hover {
  background: #e4ecf5;
  color: #333333;
}
.tabs--pills .tabs__tab--active {
  background: #ffffff;
  color: #003366;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tabs--pills .tabs__tab--active:hover {
  background: #ffffff;
  color: #003366;
}
.tabs--vertical {
  display: flex;
  background: transparent;
  border-bottom: none;
  margin-bottom: 0;
}
.tabs--vertical .tabs__nav {
  flex-direction: column;
  min-width: 200px;
  border-right: 1px solid #e4ecf5;
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .tabs--vertical .tabs__nav {
    min-width: 150px;
    padding: 0;
    margin: 0;
  }
}
.tabs--vertical .tabs__tab {
  text-align: left;
  border-bottom: none;
  border-right: 3px solid transparent;
}
.tabs--vertical .tabs__tab--active {
  border-right-color: #003366;
  border-bottom-color: transparent;
}
.tabs--vertical .tabs__content {
  flex: 1;
  padding-left: 3rem;
}
@media (max-width: 768px) {
  .tabs--vertical .tabs__content {
    padding-left: 1rem;
  }
}
.tabs--fade .tabs__panel {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tabs--fade .tabs__panel--active {
  opacity: 1;
}
.tabs--slide .tabs__content {
  overflow: hidden;
}
.tabs--slide .tabs__panel {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.tabs--slide .tabs__panel--active {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .tabs .tabs__tab,
  .tabs .tabs__panel {
    transition: none;
  }
}
@media (prefers-contrast: high) {
  .tabs__tab {
    border: 1px solid currentColor;
  }
  .tabs__tab--active {
    background: currentColor;
    color: white;
  }
}
/**
 * List Block
 *
 */
ul,
ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  color: #333333;
  list-style: disc;
  list-style-position: outside;
}
ul li,
ol li {
  margin-bottom: 1rem;
  line-height: 1.5;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li::marker,
ol li::marker {
  color: #fe6f01;
  font-weight: 700;
}
ul li ul,
ul li ol,
ol li ul,
ol li ol {
  margin-top: 0.75rem;
  padding-left: 1.5rem;
}
ul ul,
ol ul {
  list-style-type: disc;
}
ul ul ul,
ol ul ul {
  list-style-type: circle;
}
ul ul ul ul,
ol ul ul ul {
  list-style-type: square;
}
ul ol,
ol ol {
  list-style-type: decimal;
}
ul ol li::marker,
ol ol li::marker {
  color: #fe6f01;
  font-weight: 700;
}
ul ol li ol,
ol ol li ol {
  list-style-type: lower-alpha;
}

/**
 * Media & Text Block Styles
 */
.wp-block-media-text__media {
  border-radius: 0.5rem;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  margin-bottom: 2rem;
}
.wp-block-media-text__content {
  position: relative;
  z-index: 1;
}
.wp-block-media-text.absolute-media {
  position: relative;
  display: flex;
  align-items: stretch;
}
.wp-block-media-text.absolute-media .wp-block-media-text__media {
  position: absolute;
}
.wp-block-media-text.absolute-media .wp-block-media-text__content {
  margin-left: 30%;
}
@media (max-width: 1024px) {
  .wp-block-media-text.absolute-media {
    flex-direction: column;
  }
  .wp-block-media-text.absolute-media .wp-block-media-text__media {
    position: relative;
    margin-top: -7.5em;
  }
  .wp-block-media-text.absolute-media .wp-block-media-text__media img {
    object-position: center center;
  }
  .wp-block-media-text.absolute-media .wp-block-media-text__content {
    width: 100%;
    margin-left: 0;
  }
}

/**
 * Game Categories Grid Component
 *
 * Displays game categories in a responsive grid layout with icons and descriptions
 */
.game-categories-grid {
  width: 100%;
  margin: 4rem 0;
}
.game-categories-grid__container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.game-categories-grid__container[data-columns="1"] {
  grid-template-columns: 1fr;
}
.game-categories-grid__container[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.game-categories-grid__container[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.game-categories-grid__container[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .game-categories-grid__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .game-categories-grid__container {
    display: flex;
    flex-direction: column;
  }
}
.game-categories-grid__no-results {
  text-align: center;
  color: #828282;
  font-size: 1rem;
  margin: 4rem 0;
}

.game-category-card {
  position: relative;
  text-align: center;
  margin-top: 50px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.game-category-card .game-category-card__main {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.game-category-card:hover {
  transform: translateY(-4px);
}
.game-category-card:hover .game-category-card__main {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.game-category-card__icon {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.game-category-card__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.game-category-card__icon-svg {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.game-category-card__icon-image {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}
.game-category-card__main {
  border-radius: 0.625rem;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  position: relative;
}
.game-category-card__content {
  background: #003366;
  color: #ffffff;
  padding: 60px 2rem 1.5rem;
  position: relative;
  border-radius: 0.625em;
}
.game-category-card__button-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: -25px;
}
.game-category-card__footer {
  background: #ffffff;
  height: 50px;
  position: relative;
}
.game-category-card__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 1rem 0;
}
.game-category-card__description {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
  opacity: 0.9;
}
.game-category-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  background: #fe6f01;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  min-width: 140px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
}
.game-category-card__button:hover {
  background: #e55f00;
  transform: translateY(-2px);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
.game-category-card__button:focus {
  outline: 2px solid rgba(254, 111, 1, 0.3);
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .game-category-card {
    margin-top: 40px;
  }
  .game-category-card__icon {
    top: -40px;
  }
  .game-category-card__icon-wrapper {
    width: 80px;
    height: 80px;
  }
  .game-category-card__icon-svg {
    width: 48px;
    height: 48px;
  }
  .game-category-card__icon-image {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  .game-category-card__content {
    padding: 50px 1rem 1rem;
  }
  .game-category-card__button-wrapper {
    margin-top: -20px;
  }
  .game-category-card__footer {
    height: 40px;
  }
  .game-category-card__title {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 0.75rem;
  }
  .game-category-card__description {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .game-category-card__button {
    padding: 12px 24px;
    font-size: 14px;
    min-width: 120px;
  }
}

@media (max-width: 768px) {
  .game-categories-grid__container {
    gap: 1rem !important;
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 480px) {
  .game-categories-grid__container {
    gap: 0.75rem !important;
  }
}

.software-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .software-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .software-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 479px) {
  .software-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.software-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.software-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.software-card__image {
  background-color: #003366;
  padding: 2rem 2rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .software-card__image {
    padding: 1.5rem;
    height: 200px;
  }
}

.software-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.software-card__logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.software-card__logo--fallback {
  opacity: 0.6;
  filter: grayscale(100%);
  width: 80%;
  height: 80%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .software-card__logo {
    width: 110%;
    height: 110%;
    transform: translate(-5%, -5%);
  }
  .software-card:hover .software-card__logo {
    transform: translate(-5%, -5%) scale(1.05);
  }
  .software-card__logo--fallback {
    width: 70%;
    height: 70%;
    transform: translate(-5%, -5%);
  }
  .software-card:hover .software-card__logo--fallback {
    transform: translate(-5%, -5%) scale(1.05);
  }
}

.software-card__content {
  padding: 1.5rem 1.5rem 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .software-card__content {
    padding: 1rem 1rem 0.75rem;
  }
}

.software-card__title {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .software-card__title {
    font-size: 0.875rem;
  }
}

.software-card__title-link {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.software-card__title-link:hover {
  color: #fe6f01;
}

.software-card__description {
  color: #828282;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .software-card__description {
    font-size: 0.75rem;
  }
}

.software-card__action {
  padding: 0 1.5rem 1.5rem;
}
@media (max-width: 767px) {
  .software-card__action {
    padding: 0 1rem 1rem;
  }
}

.software-card__button {
  display: block;
  width: 100%;
  background-color: #fe6f01;
  color: #ffffff;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: 2px solid #fe6f01;
}
.software-card__button:hover {
  background-color: rgb(213.36, 93.24, 0.84);
  border-color: rgb(213.36, 93.24, 0.84);
  transform: translateY(-1px);
}
.software-card__button:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .software-card__button {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
}

.software-grid__pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .software-grid__pagination {
    margin-top: 2rem;
  }
}

.software-grid__load-more-button {
  background-color: #1cb78b;
  color: #ffffff;
  border: none;
  padding: 1rem 3rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 160px;
}
.software-grid__load-more-button:hover {
  background-color: rgb(22.5857819905, 147.6142180095, 112.1222748815);
  transform: translateY(-2px);
}
.software-grid__load-more-button:active {
  transform: translateY(0);
}
.software-grid__load-more-button:disabled {
  background-color: #828282;
  cursor: not-allowed;
  transform: none;
}
.software-grid__load-more-button:disabled:hover {
  background-color: #828282;
  transform: none;
}
@media (max-width: 767px) {
  .software-grid__load-more-button {
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    min-width: 140px;
  }
}

.software-grid__load-more-button.load-more__button--loading {
  position: relative;
  color: transparent;
}
.software-grid__load-more-button.load-more__button--loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.software-grid__load-more-button.load-more__button--hidden {
  display: none;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/**
 * Popular Games Component
 *
 * Displays popular game categories in a responsive grid layout
 */
.popular-games {
  width: 100%;
  margin: 4rem 0;
}
.popular-games__container {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
}
.popular-games__container[data-columns="1"] {
  grid-template-columns: 1fr;
}
.popular-games__container[data-columns="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.popular-games__container[data-columns="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.popular-games__container[data-columns="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .popular-games__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .popular-games__container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.popular-games__no-results {
  text-align: center;
  color: #828282;
  font-size: 1rem;
  margin: 4rem 0;
}

.popular-game-card {
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.popular-game-card:hover {
  transform: translateY(-4px);
}
.popular-game-card:hover .popular-game-card__main {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}
.popular-game-card__main {
  border: 2px solid #fe6f01;
  border-radius: 0.625rem;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popular-game-card__content {
  padding: 1.5rem;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.popular-game-card__image {
  margin-bottom: 1rem;
}
.popular-game-card__image a {
  display: block;
  text-decoration: none;
}
.popular-game-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
  transition: transform 0.2s ease;
}
.popular-game-card__image figure {
  margin: 0;
}
.popular-game-card__image figure img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
}
.popular-game-card__image > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0.5rem;
}
.popular-game-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.popular-game-card__title {
  font-family: "Inter", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fe6f01;
  margin: 0 0 1rem 0;
}
.popular-game-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.popular-game-card__title a:hover {
  color: rgb(213.36, 93.24, 0.84);
  text-decoration: none;
}
.popular-game-card__description {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  margin: 0 0 1.5rem 0;
  flex: 1;
}
.popular-game-card__footer {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  justify-content: center;
}
.popular-game-card__button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.popular-game-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #fe6f01;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 50px;
  border-radius: 8px;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: 100px;
}
.popular-game-card__button:hover {
  background-color: rgb(213.36, 93.24, 0.84);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(254, 111, 1, 0.3);
}
@media (max-width: 768px) {
  .popular-game-card__button {
    padding: 10px 16px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .popular-game-card__content {
    padding: 1rem;
  }
  .popular-game-card__image img,
  .popular-game-card__image figure img,
  .popular-game-card__image > img {
    height: 160px;
  }
  .popular-game-card__title {
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
    margin-bottom: 0.75rem;
  }
  .popular-game-card__description {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
  .popular-game-card__footer {
    padding: 0 1rem 1rem;
  }
  .popular-game-card__button {
    padding: 10px 20px;
    font-size: 0.75rem;
    min-width: 90px;
  }
}
@media (max-width: 480px) {
  .popular-game-card__content {
    padding: 0.75rem;
  }
  .popular-game-card__image {
    margin-bottom: 0.75rem;
  }
  .popular-game-card__image img,
  .popular-game-card__image figure img,
  .popular-game-card__image > img {
    height: 140px;
  }
  .popular-game-card__footer {
    padding: 0 0.75rem 0.75rem;
  }
}

/**
 * Types Section Component
 */
.types-section {
  padding: 4rem 0;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .types-section {
    padding: 3rem 0;
  }
}
.types-section__header {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .types-section__header {
    margin-bottom: 1rem;
  }
}
.types-section__content {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .types-section__content {
    margin-bottom: 1.5rem;
  }
}
.types-section__disclaimer {
  font-size: 1rem;
  line-height: 1.5;
  color: #828282;
  margin: 0 auto;
  font-style: italic;
}
@media (max-width: 768px) {
  .types-section__disclaimer {
    font-size: 0.875rem;
  }
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 3rem;
}
@media (max-width: 768px) {
  .types-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.types-grid__item {
  display: flex;
  gap: 1.5rem;
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.types-grid__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .types-grid__item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }
}
.types-grid__image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .types-grid__image {
    width: 100%;
    height: 200px;
  }
}
.types-grid__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.types-grid__item:hover .types-grid__img {
  transform: scale(1.05);
}
.types-grid__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.types-grid__title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: #003366;
  margin: 0;
}
@media (max-width: 768px) {
  .types-grid__title {
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  }
}
.types-grid__description {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #828282;
}
.types-grid__description p {
  margin: 0 0 0.75rem 0;
}
.types-grid__description p:last-child {
  margin-bottom: 0;
}

/**
 * Top Games Section Component
 */
.top-games-sections {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .top-games-sections {
    margin-top: 3rem;
  }
}

.top-games-section {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .top-games-section {
    margin-top: 3rem;
  }
}
.top-games-section__header {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .top-games-section__header {
    margin-bottom: 1.5rem;
  }
}
.top-games-section__title {
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  .top-games-section__title {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
  }
}
.top-games-section__content {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .top-games-section__content {
    margin-bottom: 1.5rem;
  }
}

.top-games-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 768px) {
  .top-games-grid {
    gap: 1.5rem;
  }
}

.game-review-card {
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.game-review-card__inner {
  display: flex;
  gap: 2rem;
  padding: 15px;
}
@media (max-width: 768px) {
  .game-review-card__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.game-review-card__image-section {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 447px;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .game-review-card__image-section {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .game-review-card__image-section {
    width: 100%;
  }
}
.game-review-card__image {
  width: 100%;
  height: 228px;
  border-radius: 5px;
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
}
@media (max-width: 768px) {
  .game-review-card__image {
    height: 200px;
  }
}
.game-review-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.game-review-card:hover .game-review-card__img {
  transform: scale(1.02);
}
.game-review-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  color: #828282;
}
.game-review-card__placeholder-text {
  font-size: 0.875rem;
  font-weight: 400;
}
.game-review-card__play-section {
  display: flex;
  justify-content: flex-start;
}
.game-review-card__play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 17px;
  background: #fe6f01;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 100%;
}
.game-review-card__play-btn:hover {
  transform: translateY(-1px);
  color: #ffffff;
  text-decoration: none;
}
.game-review-card__play-btn:focus {
  outline: 2px solid #fe6f01;
  outline-offset: 2px;
}
.game-review-card__play-icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.game-review-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.game-review-card__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.game-review-card__title {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  color: #333333;
  margin: 0;
}
@media (max-width: 768px) {
  .game-review-card__title {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
  }
}
.game-review-card__description {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #828282;
}
.game-review-card__description p {
  margin: 0 0 0.75rem 0;
}
.game-review-card__description p:last-child {
  margin-bottom: 0;
}

.game-category-process-steps {
  padding: 4rem 0;
  background-color: #f0f0f0;
  margin: 3rem 0;
}
.game-category-process-steps__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333333;
}
.game-category-process-steps__description {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  color: #828282;
  font-size: 1rem;
  line-height: 1.5;
}
.game-category-process-steps__container {
  display: flex;
  gap: 5rem;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.game-category-process-steps__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
  height: 100%;
}
.game-category-process-steps__step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 24px 24px 24px;
  position: relative;
  margin-top: 30px;
  height: 100%;
  min-height: 120px;
}
.game-category-process-steps__circle {
  width: 50px;
  height: 50px;
  background-color: #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(51, 51, 51, 0.3);
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.game-category-process-steps__circle:hover {
  transform: translateX(-50%) scale(1.05);
}
.game-category-process-steps__number {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.game-category-process-steps__text {
  width: 100%;
}
.game-category-process-steps__arrow {
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.game-category-process-steps__arrow svg {
  width: 100%;
  height: 100%;
}
.game-category-process-steps__arrow svg path {
  fill: #bcd1e9;
}
.game-category-process-steps__footer-description {
  max-width: 960px;
  margin: 4rem auto 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #828282;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .game-category-process-steps {
    padding: 3rem 1rem;
  }
  .game-category-process-steps__container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0 20px;
  }
  .game-category-process-steps__step {
    width: 100%;
    max-width: 400px;
  }
  .game-category-process-steps__step-content {
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    padding: 30px 20px 20px;
  }
  .game-category-process-steps__circle {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .game-category-process-steps__circle:hover {
    transform: translateX(-50%) scale(1.05);
  }
  .game-category-process-steps__number {
    font-size: 20px;
  }
  .game-category-process-steps__text {
    flex: 1;
  }
  .game-category-process-steps__title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 6px;
  }
  .game-category-process-steps__description {
    font-size: 13px;
    text-align: center;
  }
  .game-category-process-steps__arrow {
    position: static;
    width: 100%;
    height: 24px;
    margin: 16px 0;
    transform: rotate(90deg);
  }
  .game-category-process-steps__step:last-child .game-category-process-steps__arrow {
    display: none;
  }
}
@media (max-width: 480px) {
  .game-category-process-steps {
    padding: 2rem 0.5rem;
  }
  .game-category-process-steps__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .game-category-process-steps__description {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  .game-category-process-steps__container {
    padding: 0 16px;
    gap: 24px;
  }
  .game-category-process-steps__step-content {
    gap: 16px;
    padding: 24px 16px 18px;
  }
  .game-category-process-steps__circle {
    width: 45px;
    height: 45px;
  }
  .game-category-process-steps__number {
    font-size: 18px;
  }
  .game-category-process-steps__title {
    font-size: 14px;
  }
  .game-category-process-steps__description {
    font-size: 12px;
  }
  .game-category-process-steps__arrow {
    margin: 12px 0;
  }
  .game-category-process-steps__footer-description {
    font-size: 0.85rem;
    margin-top: 2rem;
    padding: 0 0.5rem;
  }
}

.game-category-content-area {
  margin: 3rem 0;
  color: #ffffff;
  position: relative;
}
.game-category-content-area__main-title {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 4rem;
  position: relative;
  padding-bottom: 1rem;
}
.game-category-content-area__main-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
}
.game-category-content-area__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}
.game-category-content-area__content-wrapper {
  display: flex;
  gap: 2rem;
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .game-category-content-area__content-wrapper {
    flex-direction: column;
  }
}
.game-category-content-area__item--reverse .game-category-content-area__content-wrapper {
  padding-right: 0;
  padding-left: 2rem;
}
.game-category-content-area__item-title {
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.game-category-content-area__item-text {
  line-height: 1.6;
  color: #828282;
}
.game-category-content-area__item-text p {
  margin-bottom: 1rem;
}
.game-category-content-area__item-text p:last-child {
  margin-bottom: 0;
}
.game-category-content-area__image {
  flex: 0 0 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.game-category-content-area__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .game-category-content-area {
    padding: 3rem 1rem;
  }
  .game-category-content-area__main-title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .game-category-content-area__container {
    gap: 3rem;
  }
  .game-category-content-area__item {
    flex-direction: column;
    gap: 1.5rem;
  }
  .game-category-content-area__item--reverse {
    flex-direction: column;
  }
  .game-category-content-area__content-wrapper {
    padding-right: 0;
    width: 100%;
  }
  .game-category-content-area__item--reverse .game-category-content-area__content-wrapper {
    padding-left: 0;
  }
  .game-category-content-area__image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    order: -1;
  }
}
@media (max-width: 480px) {
  .game-category-content-area {
    padding: 2rem 0.5rem;
  }
  .game-category-content-area__main-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .game-category-content-area__container {
    gap: 2rem;
  }
  .game-category-content-area__item-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .game-category-content-area__item-text {
    font-size: 0.9rem;
  }
}

.strategies-conseils-section {
  padding: 4rem 0;
}

.game-category-faq {
  padding: 4rem 0;
  background-color: #001a34;
  color: #ffffff;
  position: relative;
}
.game-category-faq__inner {
  max-width: 900px;
  margin: 0 auto;
}
.game-category-faq__accordion-wrapper .accordion-frontend__title {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .game-category-faq__accordion-wrapper .accordion-frontend__title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .game-category-faq__accordion-wrapper .accordion-frontend__title {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
.game-category-faq__accordion-wrapper .accordion-frontend__icon svg {
  stroke: #ffffff;
}
@media (max-width: 768px) {
  .game-category-faq {
    padding: 3rem 1rem;
  }
}
@media (max-width: 480px) {
  .game-category-faq {
    padding: 2rem 0.75rem;
  }
}

.accordion-frontend__title {
  text-align: left;
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .accordion-frontend__title {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .accordion-frontend__title {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 1.5rem;
  }
}
.accordion-frontend__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-frontend__icon svg {
  width: 28px;
  height: 28px;
}
@media (max-width: 480px) {
  .accordion-frontend__icon svg {
    width: 24px;
    height: 24px;
  }
}
.accordion-frontend .accordion-item {
  margin-bottom: 0.75rem;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.accordion-frontend .accordion-item-title {
  padding: 20px 24px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 8px 8px 0 0;
}
.accordion-frontend .accordion-item-title:focus {
  outline: none;
}
@media (max-width: 768px) {
  .accordion-frontend .accordion-item-title {
    padding: 16px 20px;
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .accordion-frontend .accordion-item-title {
    padding: 14px 16px;
    font-size: 0.9rem;
  }
}
.accordion-frontend .accordion-icon {
  position: absolute;
  right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.accordion-frontend .accordion-icon i {
  font-size: 16px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .accordion-frontend .accordion-icon {
    right: 20px;
  }
}
@media (max-width: 480px) {
  .accordion-frontend .accordion-icon {
    right: 16px;
  }
}
.accordion-frontend .accordion-item-content {
  padding: 24px;
  font-size: 0.95rem;
  line-height: 1.6;
  border-radius: 0 0 8px 8px;
}
.accordion-frontend .accordion-item-content p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.accordion-frontend .accordion-item-content p:last-child {
  margin-bottom: 0;
}
.accordion-frontend .accordion-item-content ul,
.accordion-frontend .accordion-item-content ol {
  margin-bottom: 1rem;
  padding-left: 24px;
}
.accordion-frontend .accordion-item-content ul li,
.accordion-frontend .accordion-item-content ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.accordion-frontend .accordion-item-content strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  .accordion-frontend .accordion-item-content {
    padding: 20px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .accordion-frontend .accordion-item-content {
    padding: 16px;
    font-size: 0.85rem;
  }
}
.accordion-frontend--light .accordion-frontend__title {
  color: #333333;
}
.accordion-frontend--light .accordion-frontend__icon svg {
  stroke: #333333;
}
.accordion-frontend--light .accordion-item-title {
  color: #333333;
}
.accordion-frontend--light .accordion-icon i {
  color: #fe6f01;
}
.accordion-frontend--light .accordion-item-content {
  background-color: #f0f0f0;
  color: #828282;
  border-top: none;
}
.accordion-frontend--light .accordion-item-content a {
  color: #fe6f01;
  text-decoration: underline;
}
.accordion-frontend--light .accordion-item-content a:hover {
  text-decoration: none;
}
.accordion-frontend--light .accordion-item-content strong {
  color: #333333;
}
.accordion-frontend--dark .accordion-frontend__title {
  color: #ffffff;
}
.accordion-frontend--dark .accordion-frontend__icon svg {
  stroke: #ffffff;
}
.accordion-frontend--dark .accordion-item-title {
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
  color: #ffffff;
  border: 1px solid transparent;
}
.accordion-frontend--dark .accordion-item-title:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.accordion-frontend--dark .accordion-icon i {
  color: #fe6f01;
}
.accordion-frontend--dark .accordion-item-content {
  background-color: rgba(255, 255, 255, 0.03);
  color: #e4ecf5;
}
.accordion-frontend--dark .accordion-item-content a {
  color: #fe6f01;
  text-decoration: underline;
}
.accordion-frontend--dark .accordion-item-content a:hover {
  text-decoration: none;
}
.accordion-frontend--dark .accordion-item-content strong {
  color: #ffffff;
}
@media (max-width: 480px) {
  .accordion-frontend .accordion-item {
    margin-bottom: 0.5rem;
  }
}

.no-results {
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .no-results {
    padding: 40px 0;
  }
}
.no-results__hero {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .no-results__hero {
    margin-bottom: 40px;
  }
}
.no-results__content {
  max-width: 600px;
  margin: 0 auto;
}
.no-results__title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .no-results__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.no-results__description {
  font-size: 18px;
  color: #828282;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .no-results__description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.no-results__description strong {
  color: #fe6f01;
  font-weight: 700;
}
.no-results__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.no-results__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.no-results__actions .btn--primary {
  background-color: #fe6f01;
  color: #ffffff;
}
.no-results__actions .btn--primary:hover {
  background-color: rgb(213.36, 93.24, 0.84);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 111, 1, 0.3);
}
.no-results__actions .btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.no-results__search {
  margin-bottom: 60px;
  padding: 40px;
  background-color: #003366;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .no-results__search {
    margin-bottom: 40px;
    padding: 32px 24px;
  }
}
.no-results__search-title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .no-results__search-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.no-results__search-form {
  max-width: 500px;
  margin: 0 auto;
}
.no-results__links {
  text-align: center;
}
.no-results__links-title {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .no-results__links-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.no-results__links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 479px) {
  .no-results__links-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.no-results__link-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.no-results__link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.no-results__link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media (max-width: 479px) {
  .no-results__link {
    padding: 20px;
    gap: 12px;
  }
}
.no-results__link-icon {
  width: 48px;
  height: 48px;
  background-color: #fe6f01;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}
.no-results__link-icon svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 479px) {
  .no-results__link-icon {
    width: 40px;
    height: 40px;
  }
  .no-results__link-icon svg {
    width: 20px;
    height: 20px;
  }
}
.no-results__link-content {
  text-align: left;
  flex: 1;
}
.no-results__link-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0 0 4px 0;
  line-height: 1.3;
}
@media (max-width: 479px) {
  .no-results__link-content h4 {
    font-size: 16px;
  }
}
.no-results__link-content p {
  font-size: 14px;
  color: #828282;
  margin: 0;
  line-height: 1.4;
}

.search-form--enhanced .search-form__wrapper {
  display: flex;
  gap: 12px;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  align-items: center;
}
@media (max-width: 479px) {
  .search-form--enhanced .search-form__wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
.search-form--enhanced .search-form__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #828282;
  flex-shrink: 0;
}
.search-form--enhanced .search-form__icon svg {
  width: 20px;
  height: 20px;
}
.search-form--enhanced .search-form__input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  background-color: transparent;
  min-width: 0;
}
.search-form--enhanced .search-form__input:focus {
  outline: 2px solid #fe6f01;
  outline-offset: -2px;
}
.search-form--enhanced .search-form__input::placeholder {
  color: #828282;
}
@media (max-width: 479px) {
  .search-form--enhanced .search-form__input {
    width: 100%;
  }
}
.search-form--enhanced .search-form__submit {
  padding: 12px 24px;
  background-color: #fe6f01;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.search-form--enhanced .search-form__submit:hover {
  background-color: rgb(213.36, 93.24, 0.84);
  transform: translateY(-1px);
}
@media (max-width: 479px) {
  .search-form--enhanced .search-form__submit {
    width: 100%;
  }
}

.author-page {
  background-color: #ffffff;
}

.author-hero {
  background: #e4ecf5;
  padding: 4rem 0;
}
.author-hero__container {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 767px) {
  .author-hero__container {
    flex-direction: column;
    text-align: center;
  }
}
.author-hero__avatar {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .author-hero__avatar {
    width: 120px;
    height: 120px;
  }
}
.author-hero__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-hero__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fe6f01;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem 0;
}
.author-hero__title {
  margin: 0 0 1rem 0;
  font-size: clamp(2rem, 3vw, 2.25rem);
  line-height: 1.3;
  color: #003366;
}
.author-hero__bio {
  margin: 0 0 1.5rem 0;
  color: #828282;
  font-size: 1rem;
  line-height: 1.5;
}
.author-hero__bio p {
  margin: 0 0 0.75rem 0;
}
.author-hero__bio--placeholder {
  font-style: italic;
}
.author-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .author-hero__meta {
    justify-content: center;
  }
}
.author-hero__meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.author-hero__meta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #828282;
  letter-spacing: 0.06em;
}
.author-hero__meta-value, .author-hero__meta-link {
  font-size: 1rem;
  font-weight: 700;
  color: #333333;
}
.author-hero__meta-link {
  color: #fe6f01;
  text-decoration: none;
}
.author-hero__meta-link:hover, .author-hero__meta-link:focus {
  color: #003366;
  text-decoration: underline;
}

.author-posts {
  padding: 4rem 0;
}
.author-posts__header {
  margin-bottom: 1.5rem;
}
.author-posts__title {
  margin: 0;
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  color: #333333;
}
.author-posts__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 332px));
}
@media (max-width: 767px) {
  .author-posts__grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}
.author-posts__pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
.author-posts__pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.author-posts__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.75rem;
  border-radius: 999px;
  border: 1px solid #bcd1e9;
  color: #003366;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}
.author-posts__pagination .page-numbers.current, .author-posts__pagination .page-numbers:hover, .author-posts__pagination .page-numbers:focus {
  background: #fe6f01;
  border-color: #fe6f01;
  color: #ffffff;
}

.author-pages {
  padding: 3rem 0 4rem;
  background: #f0f0f0;
}
.author-pages__header {
  margin-bottom: 1.5rem;
}
.author-pages__title {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #003366;
}
.author-pages__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 332px));
}
@media (max-width: 767px) {
  .author-pages__grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
}

/**
 * Search Results Page
 */
.search-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media (max-width: 768px) {
  .search-page {
    padding: 2rem 1rem;
  }
}
.search-page__header {
  margin-bottom: 30px;
}
.search-page__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 5px 0;
  line-height: 1.5em;
}
.search-page__query {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #fe6f01;
  margin: 0;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .search-page__query {
    font-size: 24px;
  }
}
.search-page__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .search-page__grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .search-page__grid {
    gap: 1.5rem;
  }
}
.search-page__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  flex-basis: calc(33% - 20px);
  padding: 15px;
  gap: 15px;
}
@media (max-width: 1024px) {
  .search-page__card {
    flex-basis: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .search-page__card {
    flex-basis: 100%;
  }
}
.search-page__card:hover {
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.search-page__card-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003366;
}
.search-page__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.search-page__card:hover .search-page__card-image img {
  transform: scale(1.05);
}
.search-page__card-image img[src*="logo.svg"] {
  height: auto;
  object-fit: contain;
  padding: 2rem;
}
.search-page__card-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.search-page__card-date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #828282;
  margin: 0;
  line-height: 1.5em;
}
.search-page__card-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  margin: 0;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .search-page__card-title {
    font-size: 18px;
  }
}
.search-page__card-excerpt {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin: 0;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-page__no-results {
  text-align: center;
  padding: 4rem 1.5rem;
}
.search-page__no-results h2 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #003366;
  margin: 0 0 1.5rem 0;
  line-height: 1.3em;
}
.search-page__no-results p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #828282;
  margin: 0;
  line-height: 1.5em;
}

.page-header {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.page-header .page-title {
  color: #333333;
  font-weight: 700;
  margin: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.blog-grid__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-grid__regular {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .blog-grid__regular {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .blog-grid__regular {
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.blog-card:hover .blog-card__img {
  transform: scale(1.05);
}
.blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-card__image {
  position: relative;
  overflow: hidden;
}
.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.blog-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.blog-card__content {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
}
.blog-card__date {
  display: inline-block;
  font-size: 0.75rem;
  color: #828282;
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.blog-card__title {
  color: #003366;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__excerpt {
  font-size: 0.875rem;
  color: #828282;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-card__author-text {
  font-size: 0.75rem;
  color: #828282;
  font-weight: 400;
}
.blog-card--featured {
  grid-row: span 2;
}
.blog-card--featured .blog-card__image {
  height: 100%;
}
@media (max-width: 767px) {
  .blog-card--featured .blog-card__image {
    height: 400px;
  }
}
.blog-card--featured .blog-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #ffffff;
}
.blog-card--featured .blog-card__date {
  color: rgba(255, 255, 255, 0.8);
}
.blog-card--featured .blog-card__title {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 2.25rem);
}
.blog-card--featured .blog-card__excerpt {
  color: rgba(255, 255, 255, 0.9);
}
.blog-card--featured .blog-card__author-text {
  color: rgba(255, 255, 255, 0.8);
}
.blog-card--sidebar .blog-card__image {
  height: 180px;
}
@media (max-width: 767px) {
  .blog-card--sidebar .blog-card__image {
    height: 160px;
  }
}
.blog-card--sidebar .blog-card__title {
  -webkit-line-clamp: 2;
}
.blog-card--sidebar .blog-card__excerpt {
  -webkit-line-clamp: 2;
}
.blog-card--regular .blog-card__image {
  height: 200px;
}
@media (max-width: 767px) {
  .blog-card--regular .blog-card__image {
    height: 180px;
  }
}
.blog-card--regular .blog-card__excerpt {
  -webkit-line-clamp: 2;
}

.blog-single {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 4rem;
}
.blog-single__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.blog-single__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-single__description {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog-single__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.blog-single__date {
  font-size: 0.875rem;
  color: #828282;
  font-weight: 400;
  line-height: 1.5;
}
.blog-single__title {
  font-size: clamp(2.5rem, 4vw, 3rem);
  color: #003366;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.blog-single__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #f0f0f0;
}
@media (max-width: 479px) {
  .blog-single__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.blog-single__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-single__author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-single__author-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.blog-single__author-text {
  font-size: 0.875rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.5;
}
.blog-single__author-link {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}
.blog-single__author-link:hover, .blog-single__author-link:focus {
  color: #fe6f01;
  text-decoration: underline;
}
.blog-single__social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-single__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.blog-single__social-link:hover {
  transform: translateY(-2px);
}
.blog-single__social-link svg {
  width: 24px;
  height: 24px;
}

.blog-related {
  margin-top: 4rem;
}
.blog-related__header {
  margin-bottom: 1.5rem;
}
.blog-related__title {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  color: #333333;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.blog-related__grid {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1023px) {
  .blog-related__grid {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .blog-related__grid {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.blog-related__card {
  flex: 1;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-related__card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.15);
}
.blog-related__card:hover .blog-related__img {
  transform: scale(1.05);
}
.blog-related__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-related__image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .blog-related__image {
    height: 200px;
  }
}
.blog-related__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease;
}
.blog-related__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.blog-related__date {
  font-size: 0.875rem;
  color: #828282;
  font-weight: 400;
  line-height: 1.5;
}
.blog-related__card-title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: #003366;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-related__excerpt {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.casino-header {
  background: #ffffff;
}
@media (max-width: 768px) {
  .casino-header {
    padding: 1.5rem 0;
  }
}
.casino-header__main {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .casino-header__main {
    flex-direction: column;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .casino-header__main {
    gap: 1.5rem;
  }
}
.casino-header__main .casino-ranking-3__card {
  flex-shrink: 0;
  width: 370px;
}
@media (max-width: 1024px) {
  .casino-header__main .casino-ranking-3__card {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  }
}
.casino-header__details {
  flex: 1;
  min-width: 0;
}
.casino-header__title {
  font-size: clamp(2.5rem, 4vw, 3rem);
  font-weight: 700;
  color: #333333;
  margin: 0 0 2rem 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .casino-header__title {
    font-size: clamp(2rem, 3vw, 2.25rem);
    margin-bottom: 1.5rem;
  }
}

.casino-details__section {
  margin-bottom: 2rem;
}
.casino-details__section:last-child {
  margin-bottom: 0;
}
.casino-details__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .casino-details__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.casino-details__grid--single {
  grid-template-columns: 1fr;
}
.casino-details__column {
  background: #ffffff;
}

.casino-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.casino-table tbody td {
  border-bottom: 1px solid #e9ecef;
}
.casino-table__label {
  color: #828282;
  font-size: 0.875rem;
  width: 50%;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 480px) {
  .casino-table__label {
    padding: 10px 12px;
  }
}
.casino-table__value {
  padding: 12px 16px;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 480px) {
  .casino-table__value {
    padding: 10px 12px;
  }
}
.casino-table__value a {
  color: #fe6f01;
  text-decoration: none;
}
.casino-table__value a:hover {
  text-decoration: underline;
}

.taxonomy-game_category {
  background: #ffffff;
}
.taxonomy-game_category .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.category-hero {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
.category-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: #003366;
  z-index: 1;
}
@media (max-width: 768px) {
  .category-hero::before {
    height: 100px;
  }
}
.category-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .category-hero__content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 30px 0 60px;
  }
}
.category-hero__icon {
  flex-shrink: 0;
  width: 294px;
  height: 294px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
@media (max-width: 768px) {
  .category-hero__icon {
    width: 150px;
    height: 150px;
    margin-top: 15px;
  }
}
.category-hero__icon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .category-hero__icon img {
    width: 90px;
    height: 90px;
  }
}
.category-hero__icon svg {
  width: 120px;
  height: 120px;
}
@media (max-width: 768px) {
  .category-hero__icon svg {
    width: 90px;
    height: 90px;
  }
}
.category-hero__info {
  flex: 1;
}
.category-hero__title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .category-hero__title {
    color: #333333;
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.category-hero__description {
  font-size: 16px;
  color: #828282;
  margin: 0 0 40px 0;
  line-height: 1.5;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .category-hero__description {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.category-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .category-hero__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .category-hero__stats {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
}
.category-hero__stat {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.category-hero__stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .category-hero__stat {
    padding: 20px;
  }
}
.category-hero__stat-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .category-hero__stat-content {
    align-items: center;
    text-align: center;
  }
}
.category-hero__stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.category-hero__stat-icon svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .category-hero__stat-icon {
    width: 48px;
    height: 48px;
  }
  .category-hero__stat-icon svg {
    width: 28px;
    height: 28px;
  }
}
.category-hero__stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #003366;
  line-height: 1;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .category-hero__stat-number {
    font-size: 32px;
  }
}
.category-hero__stat-label {
  font-size: 14px;
  color: #828282;
  line-height: 1.3;
  font-weight: 500;
}
@media (max-width: 768px) {
  .category-hero__stat-label {
    font-size: 13px;
  }
}

.games-container {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .games-container {
    padding: 3rem 0;
  }
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .games-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .games-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.game-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.game-card__image {
  position: relative;
  aspect-ratio: 16/9;
}
.game-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.game-card__image:hover img {
  transform: scale(1.05);
}
.game-card__placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.game-card__placeholder-text {
  color: #828282;
  font-size: 0.875rem;
}
.game-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 51, 102, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.game-card:hover .game-card__overlay {
  opacity: 1;
}
.game-card__play-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
}
.game-card__play-btn:hover {
  color: #fe6f01;
}
.game-card__play-icon {
  width: 48px;
  height: 48px;
  background: #fe6f01;
  border-radius: 50%;
  padding: 0.75rem;
}
.game-card__content {
  padding: 1.5rem;
}
.game-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #003366;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.game-card__title a {
  color: inherit;
  text-decoration: none;
}
.game-card__title a:hover {
  color: #fe6f01;
}
.game-card__software {
  font-size: 0.875rem;
  color: #828282;
  margin: 0 0 0.75rem 0;
}
.game-card__meta {
  margin-bottom: 1rem;
}
.game-card__rtp {
  font-size: 0.75rem;
  color: #333333;
}
.game-card__rtp strong {
  color: #1cb78b;
}
.game-card__actions {
  display: flex;
  gap: 0.75rem;
}
.game-card__btn {
  flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.game-card__btn--primary {
  background: #fe6f01;
  color: #ffffff;
}
.game-card__btn--primary:hover {
  background: #e55f00;
  color: #ffffff;
}
.game-card__btn--secondary {
  background: transparent;
  color: #fe6f01;
  border: 2px solid #fe6f01;
}
.game-card__btn--secondary:hover {
  background: #fe6f01;
  color: #ffffff;
}

.games-load-more {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.games-load-more .load-more-games {
  background: #fe6f01;
  color: #ffffff;
  border: none;
  padding: 1rem 3rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 200px;
}
.games-load-more .load-more-games:hover {
  background: #e55f00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 111, 1, 0.3);
}
.games-load-more .load-more-games:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.no-games-found {
  text-align: center;
  padding: 4rem 0;
}
.no-games-found__content {
  max-width: 500px;
  margin: 0 auto;
}
.no-games-found__content h2 {
  font-size: clamp(2rem, 3vw, 2.25rem);
  color: #003366;
  margin-bottom: 1.5rem;
}
.no-games-found__content p {
  font-size: 1rem;
  color: #828282;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.no-games-found__content .button {
  background: #fe6f01;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  transition: background-color 0.2s ease;
}
.no-games-found__content .button:hover {
  background: #e55f00;
  color: #ffffff;
}

.category-content {
  background: #f0f0f0;
  padding: 4rem 0;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .category-content {
    padding: 3rem 0;
    margin-top: 3rem;
  }
}
.category-content__wrapper {
  margin: 0 auto;
}
.category-content__wrapper h2,
.category-content__wrapper h3,
.category-content__wrapper h4 {
  color: #003366;
  margin-bottom: 1.5rem;
}
.category-content__wrapper p {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 1.5rem;
}
.category-content__wrapper ul,
.category-content__wrapper ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.category-content__wrapper ul li,
.category-content__wrapper ol li {
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 0.75rem;
}

.tabs {
  background: transparent;
  border-bottom: none;
  margin-bottom: 4rem;
}
.tabs__nav {
  display: flex;
  gap: 0;
  margin-bottom: 2rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}
.tabs__nav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #bcd1e9;
  z-index: 1;
}
.tabs__tab {
  background: transparent;
  border: 1px solid #bcd1e9;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #333333;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
  position: relative;
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 2;
}
.tabs__tab:hover {
  color: #333333;
  background: #f0f0f0;
}
.tabs__tab:focus {
  outline: 2px solid #003366;
  outline-offset: -2px;
}
.tabs__tab--active {
  background: #003366;
  border-color: #003366;
  color: #ffffff;
}
.tabs__tab--active:hover {
  background: #003366;
  color: #ffffff;
}
.tabs__tab--active:focus {
  outline-color: #ffffff;
}
.tabs__tab--active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #003366;
  z-index: 3;
}
@media (max-width: 768px) {
  .tabs__tab {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}
.tabs__content {
  padding-top: 0;
}
.tabs__panel {
  display: none;
}
.tabs__panel--active {
  display: block;
}

.free-games-section__title {
  color: #333333;
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .free-games-section__title {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    margin-bottom: 1.5rem;
  }
}

.free-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .free-games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .free-games-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .free-games-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .free-games-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.free-game-card {
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.free-game-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.free-game-card__image {
  aspect-ratio: 3/4;
  position: relative;
}
.free-game-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.free-game-card__image:hover img {
  transform: scale(1.02);
}
.free-game-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.free-game-card__image-link img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}
.free-game-card__image-link:hover img {
  transform: scale(1.02);
}
.free-game-card__placeholder {
  align-items: center;
  background: #f0f0f0;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.free-game-card__placeholder-text {
  color: #828282;
  font-size: 0.875rem;
  font-weight: 400;
}
.free-game-card__content {
  padding: 1rem;
}
.free-game-card__title {
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.free-game-card__software {
  color: #828282;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.free-game-card__play-btn {
  align-items: center;
  background: #fe6f01;
  border-radius: 0.5rem;
  bottom: -15px;
  color: #ffffff;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: 0.75rem;
  transition: all 0.2s ease;
  z-index: 2;
  pointer-events: none;
}
.free-game-card__image-link:hover .free-game-card__play-btn {
  background: #ea580c;
  transform: scale(1.05);
}
.free-game-card__image-link:active .free-game-card__play-btn {
  transform: scale(0.98);
}
.free-game-card__play-icon {
  height: 0.875rem;
  width: 0.875rem;
}
@media (max-width: 768px) {
  .free-game-card__play-btn {
    bottom: 0.5rem;
    font-size: 0.75rem;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    right: 0.5rem;
  }
  .free-game-card__play-icon {
    height: 0.75rem;
    width: 0.75rem;
  }
  .free-game-card__title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
  .free-game-card__software {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

.where-to-play-section__title,
.rules-strategy-section__title {
  color: #333333;
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .where-to-play-section__title,
  .rules-strategy-section__title {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    margin-bottom: 1rem;
  }
}
.where-to-play-section p,
.rules-strategy-section p {
  color: #828282;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.load-more-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.load-more-container .load-more__button {
  background: #fe6f01;
  border: none;
  border-radius: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 3rem;
  transition: all 0.2s ease;
}
.load-more-container .load-more__button:hover {
  background: #ea580c;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(254, 111, 1, 0.3);
}
.load-more-container .load-more__button:active {
  transform: translateY(0);
}
.load-more-container .load-more__button:disabled {
  background: #828282;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.where-to-play-section__title {
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .where-to-play-section__title {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    margin-bottom: 20px;
  }
}
.where-to-play-section__casino-list {
  margin-bottom: 40px;
}
.where-to-play-section__casino-list .casino-ranking {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.where-to-play-section__additional-content {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .where-to-play-section__additional-content {
    padding: 20px;
    margin-top: 20px;
  }
}
.where-to-play-section__additional-content h3 {
  color: #333333;
  margin-bottom: 15px;
}
.where-to-play-section__additional-content p {
  color: #828282;
  line-height: 1.5;
  margin-bottom: 15px;
}
.where-to-play-section__additional-content p:last-child {
  margin-bottom: 0;
}
.where-to-play-section__additional-content ul,
.where-to-play-section__additional-content ol {
  color: #828282;
  padding-left: 20px;
}
.where-to-play-section__additional-content ul li,
.where-to-play-section__additional-content ol li {
  margin-bottom: 8px;
  line-height: 1.5;
}
.where-to-play-section__placeholder {
  text-align: center;
  padding: 60px 20px;
  background: #f0f0f0;
  border-radius: 12px;
  border: 2px dashed #bcd1e9;
}
.where-to-play-section__placeholder p {
  color: #828282;
  font-style: italic;
  margin: 0;
}

.rules-strategy-section__placeholder {
  text-align: center;
  padding: 60px 20px;
}
.rules-strategy-section__title {
  font-size: clamp(2rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .rules-strategy-section__title {
    font-size: clamp(1.75rem, 2.5vw, 2rem);
    margin-bottom: 20px;
  }
}
.rules-strategy-section__empty {
  background: #f0f0f0;
  padding: 40px 20px;
  border-radius: 12px;
  border: 2px dashed #bcd1e9;
  max-width: 600px;
  margin: 0 auto;
}
.rules-strategy-section__empty p {
  color: #828282;
  font-style: italic;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .rules-strategy-section {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .rules-strategy-section {
    padding: 20px 0;
  }
  .rules-strategy-section__empty {
    padding: 30px 16px;
  }
}

.free-games-bottom {
  margin-top: 24px;
}

.free-games-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 12px;
}
.free-games-pagination__link {
  font-size: 13px;
  color: #666;
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: color 0.2s, border-color 0.2s;
}
.free-games-pagination__link:hover {
  color: #333;
  border-color: #999;
}

.game-hero {
  position: relative;
  overflow: hidden;
}
.game-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(135deg, #036, #004080);
  pointer-events: none;
}
.game-hero__content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .game-hero__content {
    flex-direction: column;
    gap: 24px;
  }
}
.game-hero__left {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .game-hero__left {
    flex: none;
    width: 100%;
    align-items: center;
  }
}
.game-hero__right {
  flex: 1;
  min-width: 0;
}
.game-hero__image {
  width: 100%;
}
@media (max-width: 768px) {
  .game-hero__image {
    width: 150px;
  }
}
.game-hero__thumbnail {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.game-hero__thumbnail--fallback {
  background-color: #ffffff;
  padding: 20px;
  object-fit: contain;
}
.game-hero__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .game-hero__header {
    flex-direction: column;
    gap: 20px;
  }
}
.game-hero__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.game-hero__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .game-hero__actions {
    width: 100%;
    justify-content: center;
  }
}
.game-hero__description {
  font-size: 1rem;
  line-height: 1.6;
  padding-top: 20px;
}
.game-hero__description p {
  color: #333333;
  margin: 0;
}
.game-hero__stats {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .game-hero__casino-count {
    align-self: center;
  }
}

.game-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .game-stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.game-stats-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.game-stats-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.game-stats-row:last-child {
  border-bottom: none;
}
.game-stats-row--empty {
  visibility: hidden;
}

.game-stats-label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #828282;
  flex: 1;
}

.game-stats-value {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
  flex-shrink: 0;
}

.game-casino-count-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .game-casino-count-card {
    max-width: 200px;
    padding: 20px;
  }
}

.game-casino-count-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.game-casino-count-number {
  font-size: 4rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .game-casino-count-number {
    font-size: 3rem;
  }
}

.game-casino-count-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.game-casino-count-icon svg {
  width: 32px;
  height: 33px;
}
@media (max-width: 768px) {
  .game-casino-count-icon {
    width: 36px;
    height: 36px;
  }
  .game-casino-count-icon svg {
    width: 28px;
    height: 29px;
  }
}

.game-casino-count-text {
  font-size: 0.875rem;
  color: #9ca3af;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .game-casino-count-text {
    font-size: 0.8125rem;
    text-align: center;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn--primary {
  background-color: #fe6f01;
  color: #ffffff;
}
.btn--primary:hover {
  background-color: #e55a00;
  transform: translateY(-2px);
}
.btn--secondary {
  background-color: #1cb78b;
  color: #ffffff;
}
.btn--secondary:hover {
  background-color: #17a077;
  transform: translateY(-2px);
}
.btn--casinos {
  min-width: 120px;
}
.btn--play {
  min-width: 140px;
}
.btn--large {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  min-width: 140px;
}

.game-player__iframe {
  position: relative;
  width: 100%;
  min-height: 650px;
  z-index: 1;
}
.game-player__iframe iframe {
  width: 100%;
  height: 650px;
  border: none;
  display: block;
  border-radius: 20px;
}
.game-player__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 650px;
  position: relative;
  z-index: 1;
}
.game-player__placeholder-content {
  text-align: center;
  color: #ffffff;
  max-width: 400px;
  padding: 40px;
}
.game-player__placeholder-content h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
}
.game-player__placeholder-content p {
  font-size: 1.125rem;
  opacity: 0.9;
  line-height: 1.6;
}

.game-content-sections {
  margin: 60px 0;
}

.game-content-section {
  margin-bottom: 60px;
}
.game-content-section__content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
.game-content-section__content p {
  margin-bottom: 16px;
}
.game-content-section__content h2,
.game-content-section__content h3,
.game-content-section__content h4 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.game-content-section__content ul,
.game-content-section__content ol {
  margin-bottom: 16px;
  padding-left: 24px;
}
.game-content-section__content li {
  margin-bottom: 8px;
}

.similar-games-section {
  margin-bottom: 60px;
}
.similar-games-section__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: #333333;
  margin-bottom: 32px;
  line-height: 1.3;
}

.similar-games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .similar-games-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
  }
}

.similar-game-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.similar-game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.similar-game-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.similar-game-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.similar-game-card__image-link:hover .similar-game-card__thumbnail {
  transform: scale(1.05);
}
.similar-game-card__thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.similar-game-card__thumbnail--fallback {
  background-color: #f0f0f0;
  object-fit: contain;
  padding: 20px;
}
.similar-game-card:hover .similar-game-card__thumbnail {
  transform: scale(1.05);
}
.similar-game-card__play-btn {
  position: absolute;
  bottom: -15px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #fe6f01;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.similar-game-card__image-link:hover .similar-game-card__play-btn {
  background-color: #e55a00;
  transform: translateY(-2px);
}
.similar-game-card__play-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.similar-game-card__content {
  padding: 16px;
}
.similar-game-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.similar-game-card__title-link {
  text-decoration: none;
  color: inherit;
}
.similar-game-card__title-link:hover {
  color: #fe6f01;
}
.similar-game-card__provider {
  font-size: 0.875rem;
  color: #9ca3af;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .game-hero {
    padding: 24px 0 40px;
  }
  .game-hero__left {
    order: 1;
  }
  .game-hero__right {
    order: 2;
  }
  .game-hero__actions {
    flex-direction: column;
    width: 100%;
  }
  .game-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
  .game-player {
    margin: 24px 0;
  }
  .game-player__iframe iframe {
    height: 400px;
  }
  .game-player__placeholder {
    min-height: 400px;
  }
  .game-content-sections {
    margin: 40px 0;
  }
  .game-content-section,
  .similar-games-section {
    margin-bottom: 40px;
  }
  .game-casino-count-card {
    padding: 20px;
  }
  .similar-game-card__play-btn {
    bottom: 8px;
    right: 8px;
    padding: 6px 12px;
    font-size: 0.8125rem;
  }
  .similar-game-card__play-icon {
    width: 12px;
    height: 12px;
  }
  .similar-game-card__content {
    padding: 12px;
  }
  .similar-game-card__title {
    font-size: 0.875rem;
  }
  .similar-game-card__provider {
    font-size: 0.8125rem;
  }
}
.error-404 {
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .error-404 {
    padding: 40px 0;
  }
}
.error-404__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .error-404__hero {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
}
.error-404__content {
  text-align: left;
}
@media (max-width: 1023px) {
  .error-404__content {
    text-align: center;
  }
}
.error-404__number {
  font-size: 120px;
  font-weight: 700;
  color: #fe6f01;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 0 4px 8px rgba(254, 111, 1, 0.3);
}
@media (max-width: 767px) {
  .error-404__number {
    font-size: 80px;
    margin-bottom: 16px;
  }
}
.error-404__title {
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .error-404__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.error-404__description {
  font-size: 18px;
  color: #828282;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 500px;
}
@media (max-width: 1023px) {
  .error-404__description {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .error-404__description {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.error-404__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .error-404__actions {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .error-404__actions {
    flex-direction: column;
    align-items: center;
  }
}
.error-404__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.error-404__actions .btn--primary {
  background-color: #fe6f01;
  color: #ffffff;
}
.error-404__actions .btn--primary:hover {
  background-color: rgb(213.36, 93.24, 0.84);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(254, 111, 1, 0.3);
}
.error-404__actions .btn--secondary {
  background-color: transparent;
  color: #333333;
  border: 2px solid #f0f0f0;
}
.error-404__actions .btn--secondary:hover {
  background-color: #f0f0f0;
  border-color: #828282;
  transform: translateY(-2px);
}
.error-404__actions .btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .error-404__actions .btn {
    width: 100%;
    justify-content: center;
    max-width: 280px;
  }
}
.error-404__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003366;
  padding: 40px;
  border-radius: 16px;
}
@media (max-width: 1023px) {
  .error-404__logo {
    order: -1;
  }
}
.error-404__svg {
  width: 100%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
@media (max-width: 767px) {
  .error-404__svg {
    max-width: 300px;
  }
}

.highlight-red {
  background-color: rgba(224, 52, 93, 0.1);
}

.highlight-orange {
  background-color: rgba(254, 111, 1, 0.1);
}

.highlight-purple {
  background-color: rgba(161, 0, 255, 0.1);
}

.highlight-yellow {
  background-color: rgba(229, 203, 12, 0.1);
}

.highlight-teal {
  background-color: rgba(28, 183, 139, 0.1);
}

/**
 * Integrations Index
 * 
 * Forward all integration styles
 * 
 * @package CasinosEnligneV4
 * @subpackage Integrations
 * @since 1.0.0
 */
/**
 * Slots Launch Integration Styles
 *
 * @package CasinosEnligneV4
 * @subpackage Integrations\SlotsLaunch
 * @since 1.0.0
 */
@keyframes sl-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes sl-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sl-slide-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sl-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.slots-launch-game,
.slots-launch-games-list {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
}
.slots-launch-game *,
.slots-launch-game *::before,
.slots-launch-game *::after,
.slots-launch-games-list *,
.slots-launch-games-list *::before,
.slots-launch-games-list *::after {
  box-sizing: border-box;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.slots-launch-game {
  position: relative;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 250ms ease-in-out;
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.slots-launch-game:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.slots-launch-game--loading .slots-launch-game__container {
  opacity: 0.7;
}
.slots-launch-game--loaded .slots-launch-game__placeholder-wrapper {
  display: none;
}
.slots-launch-game--loaded .slots-launch-game__iframe-wrapper {
  display: block !important;
}
.slots-launch-game--error .slots-launch-game__placeholder-wrapper {
  display: none;
}
.slots-launch-game--error .slots-launch-game__iframe-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slots-launch-game__container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #f0f0f0;
  overflow: hidden;
}

.slots-launch-game__placeholder-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
  overflow: hidden;
}

.slots-launch-game__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 250ms ease-in-out;
}
.slots-launch-game__placeholder-wrapper:hover .slots-launch-game__placeholder {
  transform: scale(1.05);
}

.slots-launch-game__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.slots-launch-game__placeholder-wrapper:hover .slots-launch-game__overlay {
  opacity: 1;
}
@media (hover: none) {
  .slots-launch-game__overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
  }
}

.slots-launch-game__play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  user-select: none;
  background-color: #fe6f01;
  border-color: #fe6f01;
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 9999px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  gap: 0.5rem;
  transform: translateY(10px);
  transition: all 250ms ease-in-out;
}
.slots-launch-game__play-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(254, 111, 1, 0.1);
}
.slots-launch-game__play-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.slots-launch-game__play-btn:hover:not(:disabled) {
  background-color: #e55f00;
  border-color: #e55f00;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.slots-launch-game__play-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.slots-launch-game__overlay:hover .slots-launch-game__play-btn {
  transform: translateY(0);
}
@media (hover: none) {
  .slots-launch-game__play-btn {
    transform: translateY(0);
  }
}
.slots-launch-game__play-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.slots-launch-game__play-btn:active {
  transform: translateY(0) scale(0.98);
}
@media (max-width: 479px) {
  .slots-launch-game__play-btn {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
}

.slots-launch-game__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
}
.slots-launch-game__play-icon svg {
  width: 100%;
  height: 100%;
}

.slots-launch-game__iframe-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #003366;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.slots-launch-game__iframe-wrapper .slots-launch-iframe {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #ffffff;
}

.slots-launch-game__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  animation: sl-fade-in 0.3s ease-out;
}
@media (max-width: 479px) {
  .slots-launch-game__loading {
    padding: 1.5rem;
    min-height: 150px;
  }
}

.slots-launch-game__spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: sl-spin 1s linear infinite;
  margin-bottom: 0.5rem;
}

.slots-launch-game__loading-text {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (max-width: 479px) {
  .slots-launch-game__loading-text {
    font-size: 0.875rem;
  }
}

.slots-launch-game__error {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  background-color: #f0f0f0;
  color: #828282;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  border-radius: 0.5rem;
}
@media (max-width: 479px) {
  .slots-launch-game__error {
    padding: 1.5rem;
    min-height: 150px;
  }
}

.slots-launch-game__error-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #e0345d;
  margin-bottom: 0.5rem;
}
.slots-launch-game__error-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 479px) {
  .slots-launch-game__error-icon {
    width: 36px;
    height: 36px;
  }
}

.slots-launch-game__error-message {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  line-height: 1.75;
  max-width: 300px;
}
@media (max-width: 479px) {
  .slots-launch-game__error-message {
    font-size: 0.875rem;
  }
}

.slots-launch-game__retry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  user-select: none;
  background-color: #fe6f01;
  border-color: #fe6f01;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  gap: 0.25rem;
}
.slots-launch-game__retry-btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(254, 111, 1, 0.1);
}
.slots-launch-game__retry-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.slots-launch-game__retry-btn:hover:not(:disabled) {
  background-color: #e55f00;
  border-color: #e55f00;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.slots-launch-game__retry-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.slots-launch-game__retry-btn:hover {
  transform: translateY(-1px);
}
.slots-launch-game__retry-btn:active {
  transform: translateY(0);
}

/**
 * Slots Launch Admin Styles
 *
 * @package CasinosEnligneV4
 * @subpackage Integrations\SlotsLaunch
 * @since 1.0.0
 */
.slots-launch-admin-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.5rem 0 2rem 0;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
@media (max-width: 782px) {
  .slots-launch-admin-header {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }
}
.slots-launch-admin-header h3 {
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
}

.slots-launch-status .button,
.slots-launch-sync .button {
  margin-right: 0.5rem;
}
.slots-launch-status .spinner,
.slots-launch-sync .spinner {
  float: none;
  margin: 0 0.5rem;
  visibility: hidden;
}
.slots-launch-status .spinner.is-active,
.slots-launch-sync .spinner.is-active {
  visibility: visible;
}

#connection-result,
#sync-progress {
  margin-top: 1rem;
}
#connection-result .notice,
#sync-progress .notice {
  margin: 0.5rem 0 0 0;
  padding: 0.5rem 1rem;
}
#connection-result .notice.inline,
#sync-progress .notice.inline {
  display: inline-block;
  margin: 0;
}

.sync-progress-bar {
  width: 100%;
  height: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin: 1rem 0;
  position: relative;
}

.sync-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #fe6f01 0%, #ff7f1a 100%);
  border-radius: 10px;
  transition: width 0.3s ease;
  position: relative;
}
.sync-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  animation: progress-shine 2s infinite;
}

@keyframes progress-shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.slots-launch-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.stats-card {
  background: #ffffff;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.stats-card h3 {
  margin: 0 0 1rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 0.5rem;
}
.stats-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.stats-card ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f6f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stats-card ul li:last-child {
  border-bottom: none;
}

.wp-list-table .column-thumbnail {
  width: 80px;
}
.wp-list-table .column-shortcode {
  width: 200px;
}
.wp-list-table .column-shortcode code {
  background: #f6f7f7;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 11px;
  color: #646970;
  user-select: all;
  cursor: pointer;
}
.wp-list-table .column-shortcode code:hover {
  background: #dcdcde;
}
.wp-list-table .column-status {
  width: 100px;
  text-align: center;
}
.wp-list-table .column-status .dashicons {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.form-table th {
  width: 200px;
  padding: 20px 10px 20px 0;
}
.form-table td {
  padding: 15px 10px;
}
.form-table .regular-text {
  width: 25em;
}
.form-table .description {
  margin-top: 0.5rem;
  font-style: italic;
  color: #828282;
}

.placeholder-preview {
  margin-top: 1rem;
}
.placeholder-preview img {
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

#upload-placeholder-image {
  margin-left: 0.5rem;
  vertical-align: top;
}

.log-info {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: #f6f7f7;
  border-left: 4px solid #fe6f01;
  border-radius: 0 4px 4px 0;
}
.log-info p {
  margin: 0 0 0.5rem 0;
  color: #828282;
}
.log-info p:last-child {
  margin-bottom: 0;
}

.log-viewer textarea {
  width: 100%;
  height: 500px;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.75rem;
  line-height: 1.4;
  background: #003366;
  color: #d4d4d4;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  padding: 1rem;
  resize: vertical;
}
.log-viewer textarea:focus {
  border-color: #fe6f01;
  box-shadow: 0 0 0 1px #fe6f01;
  outline: none;
}

.slots-launch-loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
}
.slots-launch-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #fe6f01;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.button.button-hero {
  padding: 12px 36px;
  font-size: 0.875rem;
  font-weight: 700;
}
.button.button-loading {
  position: relative;
  color: transparent !important;
}
.button.button-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.button.button-success {
  background: #1cb78b;
  border-color: #159f7a;
  color: #ffffff;
}
.button.button-success:hover, .button.button-success:focus {
  background: #19a582;
  border-color: #138a6b;
  color: #ffffff;
}
.button.button-warning {
  background: #e5cb0c;
  border-color: #ceb70a;
  color: #333333;
}
.button.button-warning:hover, .button.button-warning:focus {
  background: #d9c20b;
  border-color: #b8a309;
  color: #333333;
}
.button.button-danger {
  background: #e0345d;
  border-color: #ca2e52;
  color: #ffffff;
}
.button.button-danger:hover, .button.button-danger:focus {
  background: #d73156;
  border-color: #b52947;
  color: #ffffff;
}

@media (max-width: 782px) {
  .slots-launch-admin-header {
    margin: 1rem 0;
  }
  .slots-launch-stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .form-table th,
  .form-table td {
    display: block;
    width: auto;
    padding: 0.5rem 0;
  }
  .form-table th {
    border-bottom: none;
  }
  .form-table .regular-text {
    width: 100%;
  }
  .wp-list-table .column-thumbnail,
  .wp-list-table .column-shortcode,
  .wp-list-table .column-status {
    width: auto;
  }
}