/*
Theme Name:   iGaming
Template:     voxel
Version:      9.99
Text Domain:  igaming
*/
.post-style table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.post-style table th, 
.post-style table td {
  border: 1px solid #ddd;
  padding: 8px 12px;
  text-align: center;
}

.post-style table tr:nth-child(even) {
  background-color: #f9f9f9; /* светлый фон для чётных строк */
}

.post-style table tr:nth-child(odd) {
  background-color: #fff; /* белый фон для нечётных */
}

.post-style table th {
  background-color: #4CAF50; /* зелёная шапка */
  color: white;
  font-weight: bold;
}
.breadcrumb-style span,
.breadcrumb-style a {
    color: #fff;
}