/* 主题 2：联系表单展示型 */
.contact-form-display .btn,
.contact-form-display button {
  cursor: default;
}

/* Logo 懒加载：不占位底色（透明 PNG 与导航栏同色显示） */
header img.lozad[data-src],
footer img.lozad[data-src],
.mobile-logo-area img.lozad[data-src],
.mobile-menu-logo img.lozad[data-src] {
  background-color: transparent !important;
  background-image: none !important;
}
