.elementor-3788 .elementor-element.elementor-element-7073654{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3788 .elementor-element.elementor-element-92a2e62{--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;}.elementor-3788 .elementor-element.elementor-element-4edac4d .elementor-heading-title{font-size:26px;font-weight:700;line-height:34px;}.elementor-3788 .elementor-element.elementor-element-f5c5df2{--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;}.elementor-3788 .elementor-element.elementor-element-d7e02d0.elementor-element{--align-self:flex-end;}.elementor-3788 .elementor-element.elementor-element-c9d200c{--display:flex;}@media(min-width:768px){.elementor-3788 .elementor-element.elementor-element-92a2e62{--width:66.6666%;}.elementor-3788 .elementor-element.elementor-element-f5c5df2{--width:33.3333%;}}/* Start custom CSS for container, class: .elementor-element-c9d200c *//* ===== STYLE CHO TRANG BÀI VIẾT ===== */
.post-format02 {
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.8;
  color: #222;
  background-color: #fff;
  max-width: 820px;
  margin: 0 auto;
  padding: 20px;
}

/* Tiêu đề chính */
.post-format02 h1 {
  font-size: 2em;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.8em;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0.4em;
}

/* Tiêu đề phụ */
.post-format02 h2 {
  font-size: 1.4em;
  font-weight: 600;
  color: #C59C5C;
  margin-top: 1.5em;
  margin-bottom: 0.6em;
}

.post-format02 h3 {
  font-size: 1.15em;
  color: #444;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

/* Đoạn văn */
.post-format02 p {
  color: #333;
  margin-bottom: 1em;
}

/* Danh sách */
.post-format02 ul,
.post-format02 ol {
  margin: 0 0 1.2em 1.4em;
  padding: 0;
}

.post-format02 li {
  margin-bottom: 6px;
}

.post-format02 ul li::marker {
  color: #C59C5C;
}

/* Liên kết */
.post-format02 a {
  color: #C59C5C;
  text-decoration: none;
  border-bottom: 1px dotted #C59C5C;
  transition: 0.2s ease;
}

.post-format02 a:hover {
  color: #a27834;
  border-bottom: 1px solid #a27834;
}

/* Trích dẫn */
.post-format02 blockquote {
  margin: 1.2em 0;
  padding: 0.8em 1em;
  border-left: 4px solid #C59C5C;
  background-color: #faf8f4;
  color: #444;
  font-style: italic;
}

/* Hình ảnh */
.post-format02 img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 1em 0;
}

/* Đoạn mở đầu */
.post-format02 h1 + p {
  font-size: 1.05em;
  color: #444;
  border-left: 3px solid #C59C5C;
  padding-left: 10px;
  background: #fafafa;
  margin-bottom: 1.5em;
}

/* Responsive */
@media (max-width: 768px) {
  .post-format02 {
    font-size: 15px;
    padding: 15px;
  }
  .post-format02 h1 {
    font-size: 1.6em;
  }
  .post-format02 h2 {
    font-size: 1.25em;
  }
}/* End custom CSS */