/* themes/hokaido-vietnam/core/css/style.css — THEME HOKAIDO VIỆT NAM
   File này chỉ giữ nền tảng trung tính. TUYỆT ĐỐI không style đè widget builder
   bằng !important (bẫy C4 — CSS "Kinetic Vanguard" của theme nguồn đã được gỡ 10/07/2026):
   nút/heading/menu do widget settings + style.* + custom_header_code quyết định. */

/* Typography nền */
p, .text-editor { line-height: 1.6; }

/* Header fallback khi CHƯA gán Header template (master.ejs nhánh else) */
.lumina-glass-header {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(24px);
  z-index: var(--stch-z-header);
  padding: 20px 0;
  border-bottom: 1px solid var(--stch-outline-ghost);
}
.btn-premium {
  background-color: var(--stch-primary);
  color: var(--stch-on-primary);
  font-weight: 700;
  padding: 12px 28px;
  text-decoration: none;
}

/* Ảnh trong post grid không bo góc (thiết kế Hokaido góc vuông) */
.dmdc-post-grid-item .post-thumbnail { overflow: hidden; }

@media (max-width: 991px) {
  .section-padding { padding: 80px 0; }
}
