/**
* Theme Name: Teapoz Child
* Description: This is a child theme of Teapoz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: teapoz
* Version: 1.2.2
*/
.modern-nutrition-table {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.modern-nutrition-ing th {
	background-color: #f8f6ec!important;
}

.modern-nutrition-table th {
  background-color: #f1e4ba;
  color: #333;
  text-align: center;
  padding: 1rem;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

.modern-nutrition-bold {
	font-weight: 700!important;
	color: #194A33!important;
}

.modern-nutrition-table td {
  padding: 0.75rem 1rem;
  border-top: 1px solid #eee;
  color: #555;
  font-size: 0.95rem;
}

.modern-nutrition-table tr:nth-child(even) td {
  background-color: #fafafa;
}

@media (max-width: 768px) {
    ul.products.columns-3 {
        grid-template-columns: 1fr!important;
    }
}