body {
  font-family: "Montserrat", sans-serif;
  background-color: #07498f;
  color: #f0f0f0;
  line-height: 1.7;
  padding-bottom: 72px;
}

.wrapper {
  overflow-x: hidden;
}

/* Header */
.mb-header {
  background: linear-gradient(0deg, #07498f 0%, #002246 100%);
  padding: 10px 0;
  border-bottom: 2px solid #4690e0;
  position: sticky;
  top: 0;
  z-index: 1030;
  transition: all 0.3s ease;
}

.mb-logo img {
  max-height: 40px;
}

.mb-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transition: color 0.2s;
}

.mb-nav .nav-link:hover {
  color: #fa5000;
}

.mb-btn-login {
  background-color: #4690e0;
  border-color: #4690e0;
  color: #fff;
}
.mb-btn-login:hover {
  background-color: #3a7bc8;
  border-color: #3a7bc8;
  color: #fff;
}

.mb-btn-bonus {
  background-color: #fa5000;
  border-color: #fa5000;
  color: #fff;
  font-weight: bold;
}
.mb-btn-bonus:hover {
  background-color: #d84500;
  border-color: #d84500;
  color: #fff;
}

.mb-burger {
  border: none;
  background: transparent;
  padding: 0;
}
.mb-burger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: all 0.3s;
}
#mobileMenu {
  background: #002246;
  padding: 15px 0;
}
#mobileMenu .nav-link {
  color: #fff;
  padding: 10px 0;
}

/* Hero */
.mb-hero-block {
  background: url("/wp-content/uploads/hero-banner.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.mb-hero-title {
  font-size: 2.5rem;
  font-weight: bold;
}
.mb-hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* Breadcrumbs */
.mb-breadcrumbs-block {
  padding: 15px;
  background-color: rgba(0, 34, 70, 0.5);
  border-radius: 5px;
  margin-top: 20px;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-item a {
  color: #4690e0;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #fff;
}

/* Sections */
.mb-section {
  padding: 40px 15px;
  margin: 15px;
  background-color: rgba(0, 22, 46, 0.4);
  border-radius: 10px;
  border: 1px solid rgba(70, 144, 224, 0.2);
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mb-section-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}

/* Advantages */
.mb-advantage-card {
  text-align: center;
  padding: 20px;
  background: #002246;
  border-radius: 8px;
  height: 100%;
}
.mb-advantage-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

/* Pros & Cons */
.mb-pros-card,
.mb-cons-card {
  padding: 20px;
  background: #002246;
  border-radius: 8px;
  height: 100%;
}
.mb-pros-card ul,
.mb-cons-card ul {
  padding-left: 20px;
}
.mb-pros-card ul li,
.mb-cons-card ul li {
  margin-bottom: 10px;
}

/* Jackpot */
.mb-jackpot-block {
  background: linear-gradient(45deg, #fa5000, #d84500);
}
.mb-jackpot-amount {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 20px 0;
  color: #fff;
}

/* Tables */
.mb-table {
  text-align: center;
}
.mb-table thead {
  background-color: #002246;
}
.mb-table td,
.mb-table th {
  vertical-align: middle;
  padding: 12px;
  text-align: left;
}
.mb-table td:first-child,
.mb-table th:first-child {
  text-align: center;
}
.mb-table td:last-child,
.mb-table th:last-child {
  text-align: center;
}

/* App Info */
.mb-btn-download {
  background-color: #1c2e4a;
  color: #fff;
  border: 1px solid #4690e0;
  width: 80%;
  max-width: 300px;
  padding: 15px;
  font-size: 1.1rem;
}
.mb-btn-download:hover {
  background-color: #4690e0;
  color: #fff;
}

/* Games */
.mb-game-card {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 8px;
}
.mb-game-card img {
  width: 100%;
  display: block;
  transition: transform 0.3s;
}
.mb-game-card:hover img {
  transform: scale(1.1);
}
.mb-game-card span {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 3px #000;
}
.mb-btn-play {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fa5000;
  color: #fff;
  border: none;
  width: 80%;
}

/* Content Block */
.mb-content-block {
  line-height: 1.8;
}
.mb-content-block h2,
.mb-content-block h3,
.mb-content-block h4 {
  color: #4690e0;
  margin-top: 20px;
  margin-bottom: 15px;
}
.mb-content-block p {
  margin-bottom: 15px;
}
.mb-content-block a {
  color: #4690e0;
}
.mb-content-block ul,
.mb-content-block ol {
  padding-left: 25px;
  margin-bottom: 15px;
}
.mb-content-block li {
  margin-bottom: 8px;
}
.mb-content-block table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  background-color: #002246;
}
.mb-content-block th,
.mb-content-block td {
  border: 1px solid #07498f;
  padding: 10px;
  text-align: left;
}
.mb-content-block th {
  background-color: #07498f;
}

/* FAQ */
.accordion-item {
  background-color: #002246;
  border: 1px solid #07498f;
  color: #f0f0f0;
}
.accordion-button {
  background-color: #07498f;
  color: #fff;
  font-weight: bold;
}
.accordion-button:not(.collapsed) {
  background-color: #4690e0;
  color: #002246;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* Reviews */
.mb-review-card {
  background: #002246;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
}
.mb-review-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mb-review-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.mb-review-rating {
  color: #ffc107;
  margin-bottom: 10px;
}
.mb-review-form-wrapper {
  background: #002246;
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
}
.form-control {
  background-color: #07498f;
  border: 1px solid #4690e0;
  color: #fff;
}
.form-control::placeholder {
  color: #aaa;
}
.form-control:focus {
  background-color: #07498f;
  border-color: #fa5000;
  color: #fff;
  box-shadow: none;
}

/* Author */
.mb-author-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #002246;
  padding: 20px;
  border-radius: 8px;
}
.mb-author-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mb-author-card {
    flex-direction: row;
    text-align: left;
  }
  .mb-author-card img {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

/* Footer */
.mb-footer {
  background: linear-gradient(0deg, #002246 0%, #07498f 100%);
  padding: 40px 0 20px;
  color: #ccc;
  border-top: 2px solid #4690e0;
}
.mb-footer h5 {
  color: #fff;
}
.mb-footer a {
  color: #ccc;
  text-decoration: none;
}
.mb-footer a:hover {
  color: #fff;
}
.mb-footer .list-unstyled li {
  margin-bottom: 8px;
}
.legal-info {
  border-top: 1px solid #07498f;
  padding-top: 20px;
  margin-top: 20px;
  color: #888;
}
.footer-pics img {
    display: inline-block;
    margin: 2px 18px 2px 0;
}

/* Sticky Widget */
.mb-sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(250, 80, 0, 0.9);
  padding: 10px;
  z-index: 1020;
  color: #fff;
  text-align: center;
  animation: slideInUp 0.5s;
}
.mb-sticky-widget a {
  text-decoration: none;
}
@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
