@media (min-width: 992px) {}@media (min-width: 768px) and (max-width: 991px) {}@media (max-width: 767px) {}
/* MisterETec Packaging Guidelines â fully scoped */
#misteretec-packaging-guidelines {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
#misteretec-packaging-guidelines * {
  box-sizing: border-box;
}

/* Title */
#misteretec-packaging-guidelines .pg-main-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
}

/* TOP 4 CARDS */
#misteretec-packaging-guidelines .pg-top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
#misteretec-packaging-guidelines .pg-tile {
  flex: 1 1 calc(25% - 16px);
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #e3e5ea;
  border-radius: 6px;
  padding: 20px 18px 22px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  text-align: center;
}
#misteretec-packaging-guidelines .pg-tile-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
#misteretec-packaging-guidelines .pg-tile-icon {
  width: 90px;
  height: 90px;
  border-radius: 18px;
  background: #e7f5ff;
  border: 1px solid #b3ddff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#misteretec-packaging-guidelines .pg-tile-icon img {
  width: 70px;
  height: auto;
  display: block;
}
#misteretec-packaging-guidelines .pg-tile-title {
  font-weight: 600;
  font-size: 15px;
}

/* Sections */
#misteretec-packaging-guidelines .pg-section {
  background: #ffffff;
  border: 1px solid #e3e5ea;
  border-radius: 6px;
  margin-bottom: 18px;
  padding: 18px 22px 22px;
}
#misteretec-packaging-guidelines .pg-section-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
#misteretec-packaging-guidelines .pg-two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}
#misteretec-packaging-guidelines .pg-text {
  flex: 1 1 60%;
  min-width: 260px;
}
#misteretec-packaging-guidelines .pg-images {
  flex: 1 1 35%;
  min-width: 260px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Lists */
#misteretec-packaging-guidelines ul {
  margin: 4px 0 10px 20px;
}

/* Figures / images (outside table) */
#misteretec-packaging-guidelines figure {
  margin: 0;
  text-align: center;
  font-size: 12px;
  color: #555;
}
#misteretec-packaging-guidelines figure img {
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: block;
  margin: 0 auto 4px;
}

/* Table */
#misteretec-packaging-guidelines .pg-table-wrapper {
  margin-top: 8px;
  overflow-x: auto;
}
#misteretec-packaging-guidelines table.pg-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}
#misteretec-packaging-guidelines table.pg-table th,
#misteretec-packaging-guidelines table.pg-table td {
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  vertical-align: top;
  text-align: center;
}
#misteretec-packaging-guidelines table.pg-table th {
  background: #f7f7f8;
  font-weight: 600;
}
#misteretec-packaging-guidelines table.pg-table tbody tr:nth-child(even) {
  background: #fafafa;
}
#misteretec-packaging-guidelines .pg-check {
  color: #5cb85c;
  font-weight: bold;
  font-size: 18px;
}

/* Material cell â big icons, text centered */
#misteretec-packaging-guidelines .pg-mat-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
#misteretec-packaging-guidelines .pg-mat-cell img {
  width: 160px;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* Label grid */
#misteretec-packaging-guidelines .pg-label-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 12px;
}
#misteretec-packaging-guidelines .pg-label-grid figure img {
  width: 230px;
}

/* Note text */
#misteretec-packaging-guidelines .pg-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

/* Product columns */
#misteretec-packaging-guidelines .pg-product-cols {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
#misteretec-packaging-guidelines .pg-product-col {
  flex: 1 1 0;
  min-width: 0;
}

/* Responsive */
@media (max-width: 900px) {
  #misteretec-packaging-guidelines .pg-product-cols {
    flex-wrap: wrap;
  }
  #misteretec-packaging-guidelines .pg-product-col {
    flex: 1 1 45%;
    min-width: 220px;
  }
}
@media (max-width: 768px) {
  #misteretec-packaging-guidelines .pg-top-row {
    gap: 10px;
  }
  #misteretec-packaging-guidelines .pg-tile {
    flex: 1 1 100%;
  }
  #misteretec-packaging-guidelines .pg-section {
    padding: 14px 12px 18px;
  }
  #misteretec-packaging-guidelines .pg-two-col {
    gap: 18px;
  }
  #misteretec-packaging-guidelines figure img {
    width: 240px;
  }
  #misteretec-packaging-guidelines .pg-label-grid figure img {
    width: 200px;
  }
}
