/* style/blog-z8bet-code-future-trends-online-entertainment.css */

/* --- Global Styles for Page Content --- */
.page-blog-z8bet-code-future-trends-online-entertainment {
  background-color: var(--background-color, #08160F); /* Fallback to custom background if --background-color not defined */
  color: var(--text-main, #F2FFF6); /* Main text color */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Ensure space before footer */
}

.page-blog-z8bet-code-future-trends-online-entertainment__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* --- Hero Section --- */
.page-blog-z8bet-code-future-trends-online-entertainment__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Image block first, then content */
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small decorative top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden; /* Ensure no overflow from hero elements */
}