/*
Theme Name: LeFeng Classic
Theme URI: /
Author: LeFeng
Description: Classic PHP/HTML theme converted from the LeFeng static prototype.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: lefeng-classic
*/

html, body { margin: 0; padding: 0; }

/* Factory page editable overview: 2 columns on desktop, 1 on mobile */
.lf-factory-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lf-factory-overview-grid > p {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  background: transparent;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .lf-factory-overview-grid {
    grid-template-columns: 1fr;
  }
}
