:root {
  --primary-color: #2F6BFF;
  --secondary-color: #6FA3FF;
  --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  --card-bg: #FFFFFF;
  --page-bg: #F4F7FB;
  --text-main: #1F2D3D;
  --border-color: #D6E2FF;
  --glow-color: #A5C4FF;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--page-bg);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--page-bg);
  overflow: hidden;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__hero-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__main-title {
  font-size: 48px;
  font-weight: bold;
  color: var(--text-main);
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__intro-text {
  font-size: 18px;
  color: #555555;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  flex-grow: 1;
  max-width: 220px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__cta-button--primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__cta-button--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__cta-button--secondary {
  background: var(--card-bg);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__cta-button--secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__cta-buttons--bottom {
    margin-top: 50px;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__section {
  padding: 60px 20px;
  background-color: var(--page-bg);
  border-bottom: 1px solid var(--border-color);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__section:last-of-type {
  border-bottom: none;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__section-title {
  font-size: 36px;
  font-weight: bold;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__sub-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__content-block {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__content-block p {
  margin-bottom: 15px;
  color: var(--text-main);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__ordered-list,
.page-blog-f1686-chinh-thuc-safe-gaming-guide__unordered-list {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__ordered-list li,
.page-blog-f1686-chinh-thuc-safe-gaming-guide__unordered-list li {
  margin-bottom: 10px;
  color: var(--text-main);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__ordered-list li strong,
.page-blog-f1686-chinh-thuc-safe-gaming-guide__unordered-list li strong {
  color: var(--primary-color);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__game-category {
    margin-bottom: 40px;
    background: var(--card-bg);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    border: 1px solid var(--border-color);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__game-category:last-child {
    margin-bottom: 0;
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__game-category p {
    color: var(--text-main);
}

.page-blog-f1686-chinh-thuc-safe-gaming-guide__game-category .page-blog-f1686-chinh-thuc-safe-gaming-guide__sub-title {
    color: var(--primary-color);
}