/* Parametre v záložke - CSS */
/* Upload to /user/documents/upload/DMupravy/detail-parameter-tab.css */
/* Include in Záhlaví: <link rel="stylesheet" href="/user/documents/upload/DMupravy/detail-parameter-tab.css"> */

/* 
 * We do NOT hide parameters via CSS — the JS moves them.
 * If we hide them with CSS and the JS fails, they disappear entirely.
 * The JS move already removes them from the description tab.
 */

/* Ensure the new parameter tab content displays properly */
#productParameter .detail-parameters {
  width: 100%;
}

#productParameter .detail-parameters th,
#productParameter .detail-parameters td {
  padding: 8px 12px;
}
