<style>
  .nutrition-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  .nutrition-table th {
    background-color: #006837;
    color: #ffffff;
    padding: 8px;
    text-align: left;
  }

  .nutrition-table td {
    border: 1px solid #ddd;
    padding: 8px;
  }

  .nutrition-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .nutrition-table tr:hover {
    background-color: #f1f1f1;
  }

  .nutrition-table td:nth-child(2),
  .nutrition-table td:nth-child(3) {
    text-align: center;
  }
  
  table.oleje {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  margin-bottom: 2em;
}

table.oleje th {
  background-color: #aa3b29;
  color: white;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  border-right: 2px solid #ffffff;
}

table.oleje th:first-child {
  border-top-left-radius: 20px;
}

table.oleje th:last-child {
  border-top-right-radius: 20px;
  border-right: none;
}

table.oleje td {
  padding: 10px 12px;
  border-bottom: 2px solid #aa3b29;
  border-right: 2px solid #aa3b29;
  text-align: center;
  vertical-align: middle;
}

table.oleje td:first-child {
  border-left: 5px solid #aa3b29;
  text-align: left;
  font-weight: bold;
}

table.oleje td:last-child {
  border-right: 5px solid #aa3b29;
}

table.oleje tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}

table.oleje tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

/* Zvýraznění poznámek v červené */
table.oleje td span[style*="color: #ff0000"] {
  color: #ff0000;
  font-weight: bold;
}

/* Responzivní zobrazení */
@media screen and (max-width: 768px) {
  table.oleje thead,
  table.oleje th {
    display: none;
  }

  table.oleje, table.oleje tbody, table.oleje tr, table.oleje td {
    display: block;
    width: 100%;
  }

  table.oleje tr {
    margin-bottom: 20px;
    border: 1px solid #aa3b29;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
  }

  table.oleje td {
    text-align: left;
    border: none;
    padding: 10px 0;
    position: relative;
  }

  table.oleje td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: #aa3b29;
  }

  table.oleje td:first-child {
    border-left: none;
  }

  table.oleje td:last-child {
    border-right: none;
  }
}
  
  
  
  
  
  
</style>
