/*
Theme Name: Mostbet KZ Affiliate
Version: 1.1
*/

:root {
  --x-bjInFh3l-color-primary: #07498f;
  --x-bjInFh3l-color-dark: #002246;
  --x-bjInFh3l-color-accent: #4690e0;
  --x-bjInFh3l-color-register: #fa5000;
  --x-bjInFh3l-color-text: #ffffff;
  --x-bjInFh3l-color-text-dark: #333;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: var(--x-bjInFh3l-color-primary);
  color: var(--x-bjInFh3l-color-text);
  line-height: 1.7;
}

.x-bjInFh3l-wrapper {
  overflow-x: hidden;
}

/* Header */
.x-bjInFh3l-header {
  background: linear-gradient(0deg, #07498f 0%, #002246 100%);
  border-bottom: 2px solid var(--x-bjInFh3l-color-accent);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  transition: color .2s;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--x-bjInFh3l-color-text);
}
.x-bjInFh3l-header-buttons a,
.x-bjInFh3l-header-buttons-mobile a {
  margin-left: 10px;
}

/* Buttons */
.x-bjInFh3l-btn-login {
  background-color: var(--x-bjInFh3l-color-accent);
  border-color: var(--x-bjInFh3l-color-accent);
  color: var(--x-bjInFh3l-color-text);
}
.x-bjInFh3l-btn-login:hover {
  background-color: #3a7bc8;
  border-color: #3a7bc8;
  color: var(--x-bjInFh3l-color-text);
}
.x-bjInFh3l-btn-register {
  background-color: var(--x-bjInFh3l-color-register);
  border-color: var(--x-bjInFh3l-color-register);
  color: var(--x-bjInFh3l-color-text);
  font-weight: bold;
}
.x-bjInFh3l-btn-register:hover {
  background-color: #d84500;
  border-color: #d84500;
  color: var(--x-bjInFh3l-color-text);
}
.x-bjInFh3l-btn-accent {
  background-color: var(--x-bjInFh3l-color-accent);
  border-color: var(--x-bjInFh3l-color-accent);
  color: var(--x-bjInFh3l-color-text);
}

/* Hero Section */
.x-bjInFh3l-hero-section {
  background: url("/images/mostbet-casino-banner.webp") no-repeat center center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.x-bjInFh3l-hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 34, 70, 0.6);
}
.x-bjInFh3l-hero-section .container {
  position: relative;
  z-index: 2;
}
.x-bjInFh3l-hero-title {
  font-weight: 700;
  font-size: 2.5rem;
}

/* Cards */
.x-bjInFh3l-card {
  background-color: rgba(0, 34, 70, 0.5);
  border: 1px solid var(--x-bjInFh3l-color-accent);
  color: var(--x-bjInFh3l-color-text);
  border-radius: 15px;
  height: 100%;
}
.x-bjInFh3l-card .list-group-item {
  background-color: transparent;
  border-color: rgba(70, 144, 224, 0.3);
  color: var(--x-bjInFh3l-color-text);
}
.x-bjInFh3l-card-header-pros {
  background-color: rgba(20, 167, 62, 0.2);
  border-bottom: 1px solid var(--x-bjInFh3l-color-accent);
}
.x-bjInFh3l-card-header-cons {
  background-color: rgba(220, 53, 69, 0.2);
  border-bottom: 1px solid var(--x-bjInFh3l-color-accent);
}

/* Review Content Block Styling */
.x-bjInFh3l-review-content {
  color: var(--x-bjInFh3l-color-text);
}
.x-bjInFh3l-review-content h2,
.x-bjInFh3l-review-content h3 {
  color: var(--x-bjInFh3l-color-accent);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.x-bjInFh3l-review-content p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.x-bjInFh3l-review-content ul,
.x-bjInFh3l-review-content ol {
  padding-left: 2em;
  margin-bottom: 1em;
}
.x-bjInFh3l-review-content a {
  color: var(--x-bjInFh3l-color-accent);
  text-decoration: underline;
}
.x-bjInFh3l-review-content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  text-align: left;
}
.x-bjInFh3l-review-content th,
.x-bjInFh3l-review-content td {
  padding: 12px 15px;
  border: 1px solid var(--x-bjInFh3l-color-accent);
}
.x-bjInFh3l-review-content th {
  background-color: rgba(0, 34, 70, 0.8);
}

/* FAQ Accordion */
.accordion-item {
  background-color: rgba(0, 34, 70, 0.5);
  border: 1px solid var(--x-bjInFh3l-color-accent);
  color: var(--x-bjInFh3l-color-text);
}
.accordion-button {
  background-color: transparent;
  color: var(--x-bjInFh3l-color-text);
}
.accordion-button:not(.collapsed) {
  background-color: var(--x-bjInFh3l-color-dark);
  color: var(--x-bjInFh3l-color-accent);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: var(--x-bjInFh3l-color-accent);
}
.accordion-button::after {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* Slot Card */
.x-bjInFh3l-slot-card {
  background-color: var(--x-bjInFh3l-color-dark);
  border: 1px solid var(--x-bjInFh3l-color-accent);
  text-align: center;
}
.x-bjInFh3l-slot-card .card-title {
  font-size: 1rem;
  color: var(--x-bjInFh3l-color-text);
}
.x-bjInFh3l-slot-card .card-body {
  padding: 0.8rem;
}

/* Footer */
.x-bjInFh3l-footer {
  background: linear-gradient(0deg, #002246 0%, #07498f 100%);
  border-top: 2px solid var(--x-bjInFh3l-color-accent);
  padding: 20px 0;
  font-size: 0.9rem;
}
.x-bjInFh3l-footer a {
  color: var(--x-bjInFh3l-color-accent);
  text-decoration: none;
}
.x-bjInFh3l-footer a:hover {
  text-decoration: underline;
}
.x-bjInFh3l-footer-legal {
  border-top: 1px solid rgba(70, 144, 224, 0.3);
}

/* Sticky Widget */
.x-bjInFh3l-sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--x-bjInFh3l-color-dark);
  padding: 10px 0;
  z-index: 1000;
  border-top: 2px solid var(--x-bjInFh3l-color-register);
  color: var(--x-bjInFh3l-color-text);
}

/* Unused styles for uniqueness */
.wp-block-yoast-faq-block {
}
.unused-class-for-jun-style {
  border: 1px dotted red;
}
