.page-game-guides-blackjack-basic-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0F1D2F; /* A slightly lighter dark blue for overall page background */
}

.page-game-guides-blackjack-basic-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-guides-blackjack-basic-strategy__hero-section {
  background: linear-gradient(135deg, #1A2E47, #0A1622);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-game-guides-blackjack-basic-strategy__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,cards,gaming,pattern]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-game-guides-blackjack-basic-strategy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-game-guides-blackjack-basic-strategy__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #D3D3D3; /* Lighter gray for subtitle */
  position: relative;
  z-index: 1;
}

.page-game-guides-blackjack-basic-strategy__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-game-guides-blackjack-basic-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2E47; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.page-game-guides-blackjack-basic-strategy__cta-button:hover {
  background-color: #E6C200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-game-guides-blackjack-basic-strategy__content-section {
  padding: 60px 0;
  background-color: #1A2E47; /* Main content background */
}

.page-game-guides-blackjack-basic-strategy__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 15px;
}

.page-game-guides-blackjack-basic-strategy__sub-section-title {
  font-size: 1.8em;
  color: #E0E0E0; /* Light gray for sub-section titles */
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-game-guides-blackjack-basic-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #D3D3D3; /* Lighter gray for paragraphs */
}

.page-game-guides-blackjack-basic-strategy__list {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
  color: #D3D3D3;
}

.page-game-guides-blackjack-basic-strategy__list ul {
  list-style-type: circle;
  margin-left: 20px;
}

.page-game-guides-blackjack-basic-strategy__list li {
  margin-bottom: 8px;
}

.page-game-guides-blackjack-basic-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.page-game-guides-blackjack-basic-strategy__image--left {
  float: left;
  margin-right: 30px;
  width: 45%;
}

.page-game-guides-blackjack-basic-strategy__image--right {
  float: right;
  margin-left: 30px;
  width: 45%;
}

.page-game-guides-blackjack-basic-strategy__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.page-game-guides-blackjack-basic-strategy__table-responsive {
  overflow-x: auto;
  margin: 30px 0;
}

.page-game-guides-blackjack-basic-strategy__strategy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #0A1622;
  color: #FFFFFF;
  font-size: 0.95em;
}

.page-game-guides-blackjack-basic-strategy__strategy-table caption {
  caption-side: top;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-game-guides-blackjack-basic-strategy__strategy-table th,
.page-game-guides-blackjack-basic-strategy__strategy-table td {
  border: 1px solid #334A6A;
  padding: 12px 8px;
  text-align: center;
}

.page-game-guides-blackjack-basic-strategy__strategy-table thead th {
  background-color: #263F5E;
  color: #FFD700;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 2;
}

.page-game-guides-blackjack-basic-strategy__strategy-table tbody tr:nth-child(odd) {
  background-color: #1A2E47;
}

.page-game-guides-blackjack-basic-strategy__strategy-table tbody tr:nth-child(even) {
  background-color: #0F1D2F;
}

.page-game-guides-blackjack-basic-strategy__strategy-table tbody td strong {
  color: #FFD700;
}

.page-game-guides-blackjack-basic-strategy__table-category td {
  background-color: #0A1622 !important;
  color: #FFD700;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
}

.page-game-guides-blackjack-basic-strategy__table-notes {
  font-size: 0.9em;
  color: #B0B0B0;
  margin-top: 20px;
  text-align: center;
}

.page-game-guides-blackjack-basic-strategy__cta-button--secondary,
.page-game-guides-blackjack-basic-strategy__cta-button--final {
  display: block;
  margin: 40px auto;
  max-width: 350px;
  text-align: center;
}

.page-game-guides-blackjack-basic-strategy__promo-banner {
  background-color: #FFD700; /* Gold background for promo banner */
  color: #1A2E47; /* Dark blue text on gold */
  padding: 50px 0;
  text-align: center;
  margin-top: 60px;
}

.page-game-guides-blackjack-basic-strategy__promo-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  color: #1A2E47;
}

.page-game-guides-blackjack-basic-strategy__promo-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #333;
}

.page-game-guides-blackjack-basic-strategy__promo-button {
  display: inline-block;
  background-color: #1A2E47; /* Dark blue button */
  color: #FFD700; /* Gold text on dark blue */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-game-guides-blackjack-basic-strategy__promo-button:hover {
  background-color: #0A1622; /* Even darker blue on hover */
  transform: translateY(-3px);
}

/* Clear floats for images */
.page-game-guides-blackjack-basic-strategy__content-section::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-guides-blackjack-basic-strategy__hero-title {
    font-size: 2.8em;
  }

  .page-game-guides-blackjack-basic-strategy__hero-subtitle {
    font-size: 1.2em;
  }

  .page-game-guides-blackjack-basic-strategy__section-title {
    font-size: 2em;
  }

  .page-game-guides-blackjack-basic-strategy__sub-section-title {
    font-size: 1.6em;
  }

  .page-game-guides-blackjack-basic-strategy__image--left,
  .page-game-guides-blackjack-basic-strategy__image--right {
    float: none;
    margin: 20px auto;
    width: 90%;
    display: block;
  }

  .page-game-guides-blackjack-basic-strategy__image--center {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .page-game-guides-blackjack-basic-strategy__hero-title {
    font-size: 2.2em;
  }

  .page-game-guides-blackjack-basic-strategy__hero-subtitle {
    font-size: 1em;
  }

  .page-game-guides-blackjack-basic-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-guides-blackjack-basic-strategy__section-title {
    font-size: 1.8em;
  }

  .page-game-guides-blackjack-basic-strategy__sub-section-title {
    font-size: 1.4em;
  }

  .page-game-guides-blackjack-basic-strategy__paragraph,
  .page-game-guides-blackjack-basic-strategy__list {
    font-size: 0.95em;
  }

  .page-game-guides-blackjack-basic-strategy__strategy-table {
    font-size: 0.85em;
  }

  .page-game-guides-blackjack-basic-strategy__strategy-table th,
  .page-game-guides-blackjack-basic-strategy__strategy-table td {
    padding: 8px 5px;
  }

  .page-game-guides-blackjack-basic-strategy__promo-title {
    font-size: 1.8em;
  }

  .page-game-guides-blackjack-basic-strategy__promo-text {
    font-size: 1em;
  }

  .page-game-guides-blackjack-basic-strategy__promo-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-blackjack-basic-strategy__hero-title {
    font-size: 1.8em;
  }

  .page-game-guides-blackjack-basic-strategy__hero-subtitle {
    font-size: 0.9em;
  }

  .page-game-guides-blackjack-basic-strategy__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-game-guides-blackjack-basic-strategy__section-title {
    font-size: 1.6em;
  }

  .page-game-guides-blackjack-basic-strategy__sub-section-title {
    font-size: 1.2em;
  }

  .page-game-guides-blackjack-basic-strategy__list {
    margin-left: 20px;
  }

  .page-game-guides-blackjack-basic-strategy__strategy-table {
    font-size: 0.75em;
  }

  .page-game-guides-blackjack-basic-strategy__promo-title {
    font-size: 1.5em;
  }

  .page-game-guides-blackjack-basic-strategy__promo-text {
    font-size: 0.9em;
  }

  .page-game-guides-blackjack-basic-strategy__promo-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}