.page-blog-top-bmw55-casino-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background: #0A0A0A; /* Background */
}

.page-blog-top-bmw55-casino-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-top-bmw55-casino-games__hero-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #F2C14E, #FFD36B); /* Main and Auxiliary colors for hero background */
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-top-bmw55-casino-games__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height of image wrapper */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-top-bmw55-casino-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-blog-top-bmw55-casino-games__hero-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px 0; /* Adjust padding to separate from image */
  max-width: 900px;
  text-align: center;
}

.page-blog-top-bmw55-casino-games__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* Responsive font size for H1 */
  font-weight: 700;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-top-bmw55-casino-games__hero-description {
  font-size: 1.15rem;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-bmw55-casino-games__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-top-bmw55-casino-games__btn-primary,
.page-blog-top-bmw55-casino-games__btn-secondary,
.page-blog-top-bmw55-casino-games a[class*="button"],
.page-blog-top-bmw55-casino-games a[class*="btn"] {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box; /* Crucial for responsive buttons */
  white-space: normal; /* Allow text wrap */
  word-wrap: break-word; /* Allow text wrap */
}

.page-blog-top-bmw55-casino-games__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button color */
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-top-bmw55-casino-games__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-top-bmw55-casino-games__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Main color */
  border: 2px solid #F2C14E; /* Main color as border */
}

.page-blog-top-bmw55-casino-games__btn-secondary:hover {
  background: #F2C14E; /* Main color */
  color: #111111; /* Card BG */
}

.page-blog-top-bmw55-casino-games__section-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: #FFF6D6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-blog-top-bmw55-casino-games__text-block {
  font-size: 1.05rem;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
  text-align: left;
}

.page-blog-top-bmw55-casino-games__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
}

/* About bmw55 Section */
.page-blog-top-bmw55-casino-games__about-bmw55-section {
  padding: 60px 0;
  background: #0A0A0A; /* Background */
}

/* Top Games Section */
.page-blog-top-bmw55-casino-games__top-games-section {
  padding: 60px 0;
  background: #111111; /* Card BG */
}

.page-blog-top-bmw55-casino-games__game-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-bmw55-casino-games__game-category-card {
  background: #0A0A0A; /* Background */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-top-bmw55-casino-games__category-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-blog-top-bmw55-casino-games__category-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Main color */
  margin-bottom: 15px;
}

.page-blog-top-bmw55-casino-games__game-category-card p {
  color: #FFF6D6; /* Text Main */
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1; /* Allows text to take available space */
}

.page-blog-top-bmw55-casino-games__card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 20px;
  object-fit: cover;
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
}

/* Get Started Section */
.page-blog-top-bmw55-casino-games__get-started-section {
  padding: 60px 0;
  background: #0A0A0A; /* Background */
}