/* style/blog-king33-introduction.css */

/* Base styles for the page content */
.page-blog-king33-introduction {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F3F8FF; /* Text Main - Light color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
  padding-bottom: 50px; /* Space for footer */
  overflow-x: hidden; /* Prevent horizontal scroll from content */
}

.page-blog-king33-introduction strong.text-main {
  color: #F2C14E; /* Gold color for emphasis */
}

.page-blog-king33-introduction__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-king33-introduction__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-king33-introduction__hero-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}}