/*
Theme Name: Gambling
Description: Theme for gambling and casino website
Author: Your Name
Version: 1.0.3
License: GPL v2 or later
Text Domain: gambling
*/
.site-header {
	position: sticky;
	top: 0;
}
.header-main .header-logo .site-branding .site-logo img,
.footer-main .footer-logo .site-branding .site-logo img {
	box-shadow: none;
}
@media screen and (max-width: 768px) {
	.wp-block-table {
		overflow-x: scroll;
	}
	.wp-block-table .has-fixed-layout {
		width: max-content;
	}
}