/*
	Theme Name: Affix Theme
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Affix is a powerful and fully SEO-optimised WordPress theme built specifically for sports betting affiliate websites. Designed to boost conversions and maximise affiliate revenue, it includes essential features such as bookmaker reviews, bonus comparison tables, and integrated commission-enhancing tools. Perfect for affiliates who want a fast, responsive, and content-rich platform to climb the rankings and drive targeted traffic.
	Author: The Affix Theme
	Author URI: https://yoursite.com
	Template: hello-elementor
	Version: 1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: affix-theme
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Import parent theme styles */
/*@import url("../hello-elementor/style.css");*/

/* Add your custom styles below */

#breadcrumbs {
	white-space: nowrap; /* Όλο το περιεχόμενο σε μία γραμμή */
	overflow-x: auto;    /* Ενεργοποιεί οριζόντιο scroll */
	overflow-y: hidden;  /* Αποτρέπει κάθετο scroll */
	-webkit-overflow-scrolling: touch; /* Ομαλό scroll σε κινητά */
	scrollbar-width: none; /* Κρύβει scrollbar σε Firefox */
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--e-global-color-d8c0dc8);
	padding-bottom: .5rem;
  }
  #breadcrumbs::-webkit-scrollbar {
	display: none; /* Κρύβει scrollbar σε WebKit browsers */
  }
#breadcrumbs, #breadcrumbs a {
	font-size: var(--e-global-typography-7d0607c-font-size);
	font-weight: bold;
}
/* Gutenberg fixes */
.wp-block-list {
  margin: 1rem 0;
}
a.wp-block-button__link {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-2a25518) !important;
  margin: 1rem 0;
  padding: .5rem;
  border-radius: 0;
}
a.wp-block-button__link:hover{
  background-color: var(--e-global-color-d7b8dde);
}
.wp-block-table thead {
  border: none;
}
.wp-block-table thead, .wp-block-table tr th {
  font-size: 1rem;
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-2a25518);
  border: none !important;
  text-align: left;
}

.wp-block-table tr td {
  font-size: 1rem;
  background-color: var(--e-global-color-1353d3a) !important;
  border: none;
  border-bottom: 1px solid var(--e-global-color-7aa0c91);
}
#status a {
	font-size: .85rem;
	color: var(--e-global-color-2a25518);
	padding: .25rem;
	border-radius: 3px;
	width: 100%;
	display: block;
	text-align: center;
}
#status a[href*="/not-started/"] {
	background-color: var(--e-global-color-secondary);
}
#status a[href*="/finished/"],#status a[href*="/penalties/"],#status a[href*="/aet/"] {
	background-color: var(--e-global-color-8c98d7b);
}