<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;
  }
}
.shipping-section h2 {
  font-size: 1.6em;
  margin-top: 1.5em;
  color: #aa3b29;
  border-left: 6px solid #aa3b29;
  padding-left: 12px;
}

/* Nadpis tabulky */
.shipping-section h2 {
  font-size: 1.6em;
  margin-top: 1.5em;
  color: #aa3b29;
  border-left: 6px solid #aa3b29;
  padding-left: 12px;
}

/* Desktop tabulka */
.shipping-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
  font-size: 1em;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.shipping-table thead {
  background-color: #aa3b29;
}

.shipping-table thead th {
  color: white;
  padding: 14px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #aa3b29;
}

.shipping-table td {
  padding: 14px;
  text-align: center;
  border: 1px solid #eee;
}

.shipping-table td:first-child {
  text-align: left;
  font-weight: bold;
}

/* Hover efekt */
.shipping-table tbody tr:hover {
  background-color: #e1fef0;
  box-shadow: inset 0 0 0 3px #05fa84;
  transition: all 0.25s ease-in-out;
}

/* Alternující řádky */
.shipping-table tbody tr:nth-child(even) {
  background-color: #fdf6f5;
}

/* 🌐 Responzivita */
@media (max-width: 768px) {
  .shipping-table {
    border: none;
  }

  .shipping-table thead {
    display: none;
  }

  .shipping-table, .shipping-table tbody, .shipping-table tr, .shipping-table td {
    display: block;
    width: 100%;
  }

  .shipping-table tr {
    background-color: #fff;
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  }

  .shipping-table td {
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    position: relative;
    font-size: 0.95em;
  }

  .shipping-table td:last-child {
    border-bottom: none;
  }

  .shipping-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #aa3b29;
    display: block;
    margin-bottom: 4px;
    font-size: 0.9em;
  }

  .shipping-table td span,
  .shipping-table td strong {
    display: inline;
  }
}</style>
