/* 主题 1：首页与表单展示型优化 */

/* 联系/报价展示型：可输入，不可提交 */
.contact-form-display .btn,
.contact-form-display .theme-btn,
.quote-form.contact-form-display .btn {
  cursor: default;
}

/* 服务卡：材料库 text.txt 为 Font Awesome 时，图标需白色（与 img 的 invert 一致） */
.service-icon i {
  color: #fff;
}
