/*
 Theme Name: Litho Child
 Theme URI: https://litho.themezaa.com/
 Description: Child theme for Litho theme
 Version: 1.2
 Author: ThemeZaa
 Author URI: https://www.themezaa.com/
 Tested up to: 5.8
 Requires PHP: 7.3
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/
 Template: litho
 Text Domain: litho-child
*/

.custom-table {
    width: 100%;
	border: none;
    border-collapse: collapse;
}

.custom-table th, .custom-table td {
    padding: 10px;
    text-align: left;
    border: none; /* Odebrání svislých čar */
}

.custom-table thead {
    background: linear-gradient(to right, #E31E24, #9A2124); /* Lineární gradient pro hlavičku */
}

.custom-table th {
    white-space: nowrap; /* Nezalamování textu v hlavičkách */
	color: white;
}

.custom-table td {
    color: black; /* Černý text v buňkách */
    border-bottom: 1px solid #ddd; /* Vodorovné oddělovače řádků */
}

.custom-table tr:hover td {
    background-color: #F5F5F5; /* Pozadí na hover pouze pro řádky tabulky */
}
