/*!
Theme Name: crown-core
Theme URI: http://underscores.me/
Author: Crown Core
Author URI: #
Description: Crown Core Theme is a high-performance WordPress theme built for iGaming agencies, SEO-driven businesses, and growth-focused brands. Designed for competitive markets, it combines clean design, scalability, and flexibility to support branding, lead generation, and long-term digital growth.
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: crown-core
Tags: custom-logo, custom-menu, featured-images, translation-ready, responsive-layout, landing-page, portfolio, seo-friendly, performance, business

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

crown-core is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * 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: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * 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: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* 4 Casino List */

.casino-section {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  background-color: var(--color-main);
}

.casino-title {
  margin-bottom: 2em;
  text-align: center;
}

.casino-title h2 {
  color: var(--color-light);
  margin-bottom: 0;
}

.casino-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.casino-listing-block__casino {
  background: var(--color-mobile-menu);
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  border-radius: var(--border-radius--large);
  padding: 1em;
}

.listing-card__trust-score {
  max-width: 14em;
}

.listing-card__rating svg,
.score-label svg {
  color: var(--color-accent);
}

.listing-card__inner {
  align-items: center;

  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
  position: relative;
}

.listing-card__inner .listing-card__details {
  align-items: center;
  display: flex;
  flex: 1 1 625px;
  gap: 1em;
  justify-content: space-between;
  min-width: 625px;
}

.listing-card__inner .listing-card__details .listing-card__detail {
  align-items: center;
  display: flex;
  gap: 0.75em;
  flex: 1;
}

.listing-card__inner .listing-card__details .logo {
  border: 1px solid hsla(50, 77%, 68%, 0.25);
  border-radius: 10px;
/*   height: 120px;
  min-width: 120px; */
  overflow: hidden;
  position: relative;
  max-width: 11em;
	 min-width: 11em;
}

.listing-card__inner .listing-card__details .logo:before {
  align-items: center;
  background-color: var(--color-light);
  border-bottom-right-radius: 8px;
  color: var(--color-main);
  content: attr(data-index);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24px;
  z-index: 3;
}

.listing-card__inner .listing-card__details .logo:before {
  background-color: var(--color-accent);
}

.listing-card:nth-child(1).casino-listing-block__casino {
  border-width: 2px;
  border-color: gold;
}
.listing-card:nth-child(2).casino-listing-block__casino {
  border-width: 2px;
  border-color: silver;
}
.listing-card:nth-child(3).casino-listing-block__casino {
  border-width: 2px;
  border-color: #cd7f32;
}

.listing-card__inner .listing-card__details .logo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.listing-card__inner .listing-card__details .listing-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.listing-card__inner .listing-card__details .listing-card__info > .title {
  color: var(--color-main-title);
  display: flex;
  font-display: swap;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  text-decoration: none;
}

.listing-card__inner .bullets {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.listing-card__inner .listing-card__bonuses:hover .subtitle {
  color: var(--color-accent);
  text-shadow: 0 0 24px rgba(211, 255, 6, 0.5);
}

.listing-card__inner .listing-card__bonuses:hover {
  border: 1px solid rgba(211, 255, 6, 0.5);
  box-shadow: 0 4px 24px 0 rgba(211, 255, 6, 0.1);
}

.listing-card__inner .bullets .bullet {
  color: var(--color-main-title);
  display: flex;
  font-display: swap;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  gap: 4px;
  line-height: 1.2;
}

.listing-card__inner .bullets .bullet:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23D3FF06' d='M6 11.25A5.25 5.25 0 1 0 6 .75a5.25 5.25 0 0 0 0 10.5'/%3E%3Cpath fill='%2320295F' d='M5.25 3.5h1.5v5h-1.5z'/%3E%3Cpath fill='%2320295F' d='M3.5 5.25h5v1.5h-5z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 12px;
  margin-top: 3px;
  min-width: 12px;
  width: 12px;
}

.listing-card__inner .listing-card__details .listing-card__charts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  flex: 1;
}

.listing-card__inner
  .listing-card__details
  .listing-card__charts
  .listing-card__rating-container {
  display: flex;
  gap: 24px;
  width: auto;
}

.listing-card__rating .title {
  align-items: center;
  color: var(--color-main-title);
  display: flex;
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  gap: 4px;
  line-height: 150%;
  position: relative;
}

.rating {
  align-items: center;
  display: flex;
  gap: 5px;
}

.listing-card__inner .listing-card__bonuses {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(211, 255, 6, 0.15);
  border-radius: 10px;
  display: flex;
  gap: 12px;
  padding: 12px;
  transition: all 0.3s ease;
  width: 438px;
}

.listing-card__rating .rating .bar {
  background-color: var(--color-main-mid);
  border-radius: 10000px;
  display: block;
  height: 8px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  width: 90px;
}

.listing-card__rating .rating span {
  color: var(--color-light);
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-left: 3px;
}

.listing-card__rating .rating .bar:before {
  background-color: var(--color-accent);
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  width: calc(var(--rating) * 10%);
}

.listing-card__rating .score span {
  color: var(--color-white);
  font-display: swap;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: 8px;
}

.listing-card__rating .score .bar {
  display: inline-block;
  height: 8px;
  width: 90px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='9' fill='none'%3E%3Crect width='90' height='8' y='.5' fill='%236E79AB' rx='4'/%3E%3Cpath fill='%23FEB907' d='M0 4.5a4 4 0 0 1 4-4h24.667v8H4a4 4 0 0 1-4-4'/%3E%3Cpath fill='%23F9FE07' d='M30.667.5h28.667v8H30.667z'/%3E%3Cpath fill='%23D3FF06' d='M61.333.5H86a4 4 0 0 1 0 8H61.333z'/%3E%3C/svg%3E");
}

.listing-card__inner .listing-card__bonuses .listing-card__bonus {
  border-right: 1px solid hsla(0, 0%, 100%, 0.05);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  padding-right: 12px;
  text-align: center;
  width: 100%;
}

.listing-card__inner .listing-card__bonuses .listing-card__ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
}

.items-center {
  align-items: center;
}

.listing-card__inner .listing-card__bonuses .listing-card__bonus .title {
  color: var(--color-main-title);
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.3px;
  line-height: normal;
  margin-right: 12px;
}

.listing-card__inner .listing-card__bonuses .listing-card__bonus .subtitle {
  font-display: swap;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  line-height: 120%;
}

.listing-card__inner
  .listing-card__bonuses
  .listing-card__bonus
  .listing-card__warning {
  line-height: normal;
  margin-top: 8px;
}

.listing-card__inner
  .listing-card__bonuses
  .listing-card__bonus
  .listing-card__warning
  span {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
  line-height: 100%;
}

.listing-card__bonus a {
  text-decoration: none;
}

.listing-card__inner .listing-card__bonuses .listing-card__ctas {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
}

.primary-button {
  align-items: center;
  background: var(--button-gradient);
  border: 1px solid var(--color-accent);
  border-radius: 8px;
  color: var(--color-main);
  cursor: pointer;
  display: flex;
  font-display: swap;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  justify-content: center;
  line-height: 100%;
  min-height: 20px;
  min-width: 110px;
  padding: 12px 24px;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.primary-button:hover {
  box-shadow: 0 0px 12px 0 rgba(211, 255, 6, 0.5);
}

.primary-button.icon {
  align-items: center;
  display: flex;
  align-items: center;
}

.primary-button.icon svg {
  max-width: 1.5em;
}

.secondary-button {
  align-items: center;
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 8px;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-display: swap;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  justify-content: center;
  line-height: 100%;
  min-height: 20px;
  min-width: 110px;
  padding: 12px 24px;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.secondary-button:hover {
  background-color: var(--color-main);
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.listing-card__inner .listing-card__bonuses .listing-card__ctas .mobile {
  display: none;
}

.list-card__info {
  display: none;
}

.list-card__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  padding-top: 1em;
}

.list-card__box {
  padding: 1em;
  border-radius: var(--border-radius--medium);
  background: var(--color-main-card);
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  flex: 1;
  color: var(--color-light);
}

.list-card__box h6 {
  color: var(--color-light);
}

.list-card__box ul.additional-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5em;
  grid-template-columns: repeat(2, 1fr);
}

.list-card__box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-card__box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}

.list-card__box-wrapper img {
  max-width: 3em;
}

.list-card__box h6 {
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 991px) {
  .listing-card__inner .listing-card__bonuses {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .listing-card__inner .listing-card__details .listing-card__charts,
  .listing-card__inner .listing-card__details .listing-card__detail {
    width: 100%;
  }
  .listing-card__inner .listing-card__details {
    flex-direction: column;
  }

  .listing-card__trust-score {
    max-width: 100%;
  }

  .listing-card__inner
    .listing-card__details
    .listing-card__charts
    .listing-card__rating-container {
    width: 100%;

    gap: 10px 24px;
  }

  .listing-card__inner
    .listing-card__details
    .listing-card__charts
    .listing-card__rating-container {
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .listing-card__inner .listing-card__details {
    min-width: 100%;
  }

  .listing-card__inner .listing-card__details .listing-card__charts {
    display: block;
  }

  .listing-card__inner .listing-card__bonuses {
    background-color: hsla(0, 0%, 100%, 0.05);
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  .listing-card__inner .listing-card__bonuses .listing-card__bonus {
    border: none;
    padding-right: 0;
  }

  .listing-card__inner .listing-card__bonuses .listing-card__ctas {
    flex-direction: row-reverse;
    width: 100%;
  }

  .listing-card__inner
    .listing-card__bonuses
    .listing-card__ctas
    .secondary-button {
    display: none;
    width: auto;
  }

  .listing-card__inner
    .listing-card__bonuses
    .listing-card__ctas
    .secondary-button.mobile {
    display: flex;
  }

  .list-card__wrap {
    gap: 1em;
  }

  .listing-card__inner {
    flex-direction: row;
    gap: 0.75em;
  }

  .casino-listing-block__casino {
    padding: 0.75em;
  }
  .listing-card__inner .listing-card__bonuses {
    width: auto;
    flex: 1;
  }
  .listing-card__inner .listing-card__details {
    min-width: auto;
    flex: none;
    flex: 1;
  }

  .listing-card__inner {
    align-items: normal;
  }

  .listing-card__inner .listing-card__details .logo {
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    min-width: auto;
  }
}

@media only screen and (max-width: 575px) {
  .listing-card__inner .listing-card__bonuses .listing-card__ctas {
    flex-wrap: wrap;
  }
  .listing-card__inner
    .listing-card__bonuses
    .listing-card__ctas
    .secondary-button {
    flex: 1;
  }

  .listing-card__inner .listing-card__details {
    max-width: 6em;
  }

  .listing-card__inner {
    flex-direction: column;
  }

  .rating {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .listing-card__inner .listing-card__details .listing-card__charts {
    display: flex;
    justify-content: flex-end;
  }

  .listing-card__rating {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
  }

  .listing-card__rating .title {
    justify-content: center;
    display: none;
  }

  .listing-card__rating .rating .bar {
    width: 100%;
  }

  .listing-card__warning,
  .listing-card__bonus .title {
    display: none;
  }

  .listing-card__inner .listing-card__details {
    max-width: 6em;
    display: flex;

    width: 100%;
    max-width: 100%;
  }
  .listing-card__inner .listing-card__details .logo {
    width: 50%;
  }
  .listing-card__inner .listing-card__details .listing-card__info {
    display: block;
    flex: 1;
  }
  .listing-card__rating .title {
    display: block;
  }

  .rating {
    align-items: flex-start;
  }
}