.pm-icon-outer-label,
.more-pm--long {
  color: #fff !important;
}

.exit-modal-heading {
  font-size: 23px;
}

/* New color scheme - replacing red (#ee4266) with blue (#4a90e2) */
.top-bar-message {
  background: #4a90e2 !important;
  color: #ffffff !important;
}

/* Update ribbon colors */
.ribbon {
  background: #4a90e2 !important;
  color: #ffffff !important;
}

/* Update star colors */
.star-icon {
  fill: #4a90e2 !important;
}

/* Update score colors */
.score span {
  color: #4a90e2 !important;
}

/* Adjust block sizes and spacing */
.section {
  padding: 3rem 0 !important;
}

.content-block {
  padding: 2.5rem !important;
  margin-bottom: 1.5rem !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.content-block h2 {
  color: #ffffff !important;
}

.content-block p {
  color: #d0d0d0 !important;
}

.content-block-image {
  margin: 0 2rem 0 0 !important;
}

.content-block-image img {
  width: 110px !important;
}

.ctr {
  margin-bottom: 1rem !important;
  border-radius: 10px !important;
}

.ctc {
  padding: 1.25rem 0 !important;
}

.button {
  padding: 0.75rem 2.5rem !important;
  font-size: 1.1rem !important;
  border-radius: 8px !important;
  background-color: #4a90e2 !important;
}

.button:hover {
  background-color: #357abd !important;
}

.footer {
  background-color: #1a1a1a !important;
  color: #b0b0b0 !important;
  padding: 3rem 0 2rem !important;
}

.footer-icons {
  padding-top: 2.5rem !important;
  gap: 1rem !important;
}

.hero-section-content {
  padding: 2rem 0 !important;
}

.hero-section-content h1 {
  color: #ffffff !important;
}

.hero-section-content p {
  color: #d0d0d0 !important;
}

.feature-icon-label {
  color: #ffffff !important;
}

.feature-icon-single span {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-right: 0.5rem;
}

.ctc--offer p {
  color: #e0e0e0 !important;
}

.ctc--offer strong {
  color: #ffffff !important;
}

.visit-casino {
  color: #4a90e2 !important;
}

@media (max-width: 991px) {
  .section {
    padding: 2rem 0 !important;
  }
  
  .content-block {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 1.5rem 0 !important;
  }
  
  .content-block {
    padding: 1.25rem !important;
  }
}

@media (max-width: 450px) {
  .modal-ribbon {
    bottom: calc(100% - 5rem);
  }

  .exit-modal-heading {
    top: -10px;
    font-size: 20px;
  }
}