.elementor-15380 .elementor-element.elementor-element-c939b6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--gap:040px 040px;--row-gap:040px;--column-gap:040px;--flex-wrap:nowrap;--z-index:0;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-15380 .elementor-element.elementor-element-c939b6d{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}}@media(min-width:768px){.elementor-15380 .elementor-element.elementor-element-c939b6d{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-0af61ac *//* =========================================
   Blog Post: Editorial Clean Design
========================================= */
.gtp-blog-article {
  max-width: 800px; /* จำกัดความกว้างให้อ่านง่าย สายตาไม่กวาดไกลเกินไป */
  margin: 0 auto;
  padding: 40px 20px;
  font-family: sans-serif;
  color: #333333;
}

/* หัวข้อหลัก */
.gtp-blog-title {
  font-size: 38px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 30px;
  text-align: center;
}

/* หัวข้อย่อย */
.gtp-blog-subtitle {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* เนื้อหาทั่วไป */
.gtp-blog-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 25px;
}

.gtp-blog-text strong {
  color: #111827;
}

/* กล่องใส่รูปภาพ */
.gtp-blog-img-box {
  margin: 45px 0;
  border-radius: 12px;
  overflow: hidden;
}

.gtp-blog-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* ลิสต์รายการ (Bullet Points) */
.gtp-blog-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.gtp-blog-list li {
  font-size: 17px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

/* จุด Bullet สีทอง */
.gtp-blog-list li::before {
  content: '•';
  color: #c5a059;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}

.gtp-blog-list strong {
  color: #111827;
}

/* ลิงก์ภายในบทความ (Internal Links) */
.gtp-internal-link {
  color: #c5a059;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.gtp-internal-link:hover {
  color: #eab308;
  border-bottom: 1px solid #eab308;
}

/* ปุ่ม CTA ตอนจบ */
.gtp-blog-cta-box {
  margin-top: 50px;
  text-align: center;
}

.gtp-blog-btn {
  display: inline-block;
  background-color: #facc15;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 20px 50px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(250, 204, 21, 0.2) !important;
}

.gtp-blog-btn:hover {
  background-color: #eab308;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(250, 204, 21, 0.3) !important;
}

/* สำหรับจอมือถือ */
@media (max-width: 768px) {
  .gtp-blog-title {
    font-size: 28px;
  }
  .gtp-blog-subtitle {
    font-size: 22px;
  }
  .gtp-blog-text, .gtp-blog-list li {
    font-size: 16px;
  }
}/* End custom CSS */