@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: poppins, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	background: #FFFACD; /* LemonChiffon - light yellowish background */
	color: #5D4037; /* Dark Brown - for general text */
}

html {
	scroll-behavior: smooth;
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #B8860B; /* DarkGoldenrod */
}

a:hover,
a:focus {
	text-decoration: none !important;
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #5D4037; /* Dark Brown on hover */
}

button {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

button:hover,
button:focus {
	text-decoration: none !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	line-height: 1.5;
	font-weight: 400;
	font-family: poppins, Arial, sans-serif;
	color: #5D4037; /* Dark Brown for headings */
}

.ftco-section {
	padding: 7em 0;
}

.ftco-no-pt {
	padding-top: 0;
}

.ftco-no-pb {
	padding-bottom: 0;
}

.heading-section {
	font-size: 28px;
	color: #5D4037; /* Dark Brown */
}

.heading-section small {
	font-size: 18px;
}

.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Gambling warning specific style - apply this class or use inline */
.gambling-warning {
    background-color: #ffcc00; /* Existing yellow */
    padding: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
}
.gambling-warning strong {
    color: #000;
}
.gambling-warning span {
    color: #000;
}
.gambling-warning a {
    color: #8B4513; /* SaddleBrown */
    text-decoration: underline;
}
.gambling-warning a:hover {
    color: #5D4037;
}


.navbar {
	padding: 15px 10px;
	border: none;
	border-radius: 0;
	margin-bottom: 40px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
	background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%); /* Gold to Orange gradient */
}

#content{
	overflow: hidden;
}

.navbar-btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
	border: none;
}

.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ddd;
	margin: 40px 0;
}

.wrapper {
	width: 100%;
}

#sidebar {
	min-width: 300px;
	max-width: 300px;
	background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%); /* Gold to Orange gradient */
	color: #5D4037; /* Dark Brown text */
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: fixed;
	left: 0px;
	top: 0;
	height: 100vh;
}

#sidebar.active {
	margin-left: -300px;
}

#sidebar .logo {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#sidebar .logo span {
	display: block;
}

#sidebar ul.components {
	padding: 0;
}

#sidebar ul li {
	font-size: 16px;
}

#sidebar ul li>ul {
	margin-left: 10px;
}

#sidebar ul li>ul li {
	font-size: 14px;
}

#sidebar ul li a {
	padding: 6px 0;
	display: block;
	color: #5D4037; /* Dark Brown text */
	border-bottom: 1px solid #B8860B69; /* DarkGoldenrod with alpha */
	margin-bottom: 10px;
}

#sidebar ul li a:hover {
	color: #000; /* Black on hover */
}

#sidebar ul li.active>a {
	background: 0 0;
	color: #8B4513; /* SaddleBrown for active link */
}

@media(max-width:991.98px) {
	#sidebar {
		margin-left: -300px;
	}

	#sidebar.active {
		margin-left: 0;
	}
}

a[data-toggle=collapse] {
	position: relative;
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mobile-header {
	display: none;
}

.section-1 {
	background: url("https://zokvri.com/assets/head-banner.jpg"); /* Keep existing or change if needed */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 200px 0px 100px;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.section-1 h1 {
	font-weight: 700;
	color: #ffffff; /* Dark Brown text, assuming banner is light enough */
	font-size: 50px;
	line-height: 60px;
}

.section-1 p {
	font-size: 18px;
	color: #ffffff; /* Dark Brown text */
}


.img_box {
	background: url("https://zokvri.com/assets/image-01.jpg");
	min-height: 295px;
	border-radius: 10px;
	padding: 20px;
	background-size: cover;
	background-position: center;
	margin-bottom: 20px;
}

.img_box2 {
	background: url("https://zokvri.com/assets/image-02.jpg");
	background-size: cover;
	background-position: center;
}

.img_box3 {
	background: url("https://zokvri.com/assets/image-03.jpg");
	background-size: cover;
	background-position: center;
}
.icon_list{
	list-style: none;
}

.icon_list i {
	background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%); /* Gold to DarkGoldenrod */
	background-clip: text;
	color: #0000;
	font-size: 20px;
}

.text_box h3 {
	font-weight: 700;
	font-size: 34px;
	text-align: center;
	background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%); /* Gold to DarkGoldenrod */
	background-clip: text;
	color: #0000;
}

#content {
	width: 100%;
	padding: 0;
	min-height: 100vh;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-left: 300px;
}

.img_boxes {
	margin-top: -100px;
}

.btn.btn-primary { /* Adjust if btn-primary is used elsewhere */
	background: #FFD700; /* Gold */
	border-color: #FFD700;
    color: #5D4037;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #FFA500 !important; /* Orange */
	border-color: #FFA500 !important;
    color: #5D4037;
}

.footer p {
	color: rgba(93, 64, 55, 0.7); /* Dark Brown with alpha */
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1e {
	overflow: hidden;
	position: relative;
}

.btn-1 {
	border: none;
	color: #5D4037; /* Dark Brown text on button */
	padding: 10px 40px;
	font-size: 20px;
	background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%); /* Gold to Orange gradient */
	border-radius: 10px;
	transition: transform 0.3s ease-in-out;
}

.btn.btn-1.btn-1e:hover {
	transform: scale(1.1);
	position: relative;
	top: 7px;
    color: #000; /* Black text on hover */
}

.btn-1e {
	/* color: #5D4037; // Already set by .btn-1 */
	text-decoration: none;
	z-index: 999;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1420px;
  }

.owl-dots {
	display: flex ;
	gap: 10px;
	justify-content: center;
}

.owl-dot {
	background: #FFD7008e !important; /* Gold with alpha */
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.owl-dot.active {
	background: #FFA500ab !important; /* Orange with alpha */
}

.section-2 {
	padding: 80px 0px;
}

.head-title {
	font-weight: 700;
    color: #0000; /* Transparent to show gradient */
    font-size: 40px;
    background: linear-gradient(62deg, #DAA520 40%, #B8860B 100%); /* Goldenrod to DarkGoldenrod */
    -webkit-background-clip: text;
    background-clip: text;
}

.hotel_box {
	padding: 20px;
	height: 100%;
	border-radius: 10px;
	min-height: 550px;
	display: flex;
    align-items: center;
}

.hotel_box.hotel_box1 {
	background: url("https://zokvri.com/assets/Aspers-Casino1.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box2{
	background: url("https://zokvri.com/assets/fallsview.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box3{
	background: url("https://zokvri.com/assets/Montreal.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box4{
	background: url("https://zokvri.com/assets/Windsor.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box5{
	background: url("https://zokvri.com/assets/Rama.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box6{
	background: url("https://zokvri.com/assets/Eugene.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box7{
	background: url("https://zokvri.com/assets/hard-rock.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box8{
	background: url("https://zokvri.com/assets/RiverCree.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box9{
	background: url("https://zokvri.com/assets/grey-eagle.jpg");
	background-size: cover;
	background-position: center;
}

.hotel_box10{
	background: url("https://zokvri.com/assets/Great-Canadian.jpg");
	background-size: cover;
	background-position: center;
}
.icon i { /* Used in contact section */
	background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%); /* Gold to Orange */
	background-clip: text;
	color: #0000;
	font-size: 32px;
}
.contact_info a {
	color: #5D4037; /* Dark Brown */
}

.contact_info a:hover {
	color: #B8860B; /* DarkGoldenrod */
}

.contact_info {
	padding: 20px;
	box-shadow: 0 0 10px #B8860B80; /* DarkGoldenrod shadow with alpha */
	border-radius: 10px;
    background-color: #FFF8E1; /* Cosmic Latte - very light yellow */
}

#register-form { /* Contact form background */
	background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%); /* Gold to Orange */
}

.txt_box { /* Hotel carousel text box */
	background: #FFFFF0; /* Ivory - very light yellow */
	padding: 20px;
	border-radius: 10px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
    color: #5D4037;
}
.txt_box h3, .txt_box p {
    color: #5D4037;
}
.txt_box p b {
    color: #50372d; /* Slightly darker brown for bold */
}


.hotel_box:hover .txt_box{
	opacity: 1;
}

.bildmenu {
	display: flex;
	gap: 20px;
}

.myslide-container {
	position: relative;
	width: 50%;
	overflow: hidden;
}

.myslide {
	width: 100%;
}

.myslide img {
	width: 100%;
	display: block;
	transition: 600ms;

}

.myslide-message {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	display: flex;
	justify-content: end;
	align-items: center;
	flex-direction: column;
	color: #5D4037; /* Dark Brown */
	padding: 20px 20px;
	width: 100%;
	height: 100%;
	background: rgba(255, 215, 0, 0.7); /* Gold with alpha */
	transform: translateY(100%);
	transition: 1.1s;
	text-align: center;
}

.myslide-message p {
	width: 100%;
    color: #5D4037;
}


.myslide-message a {
	text-decoration: none;
	color: #5D4037; /* Dark Brown */
	font-size: 20px;
	border: 2px solid #B8860B; /* DarkGoldenrod border */
	padding: 5px 20px 5px 20px;
	border-radius: 5px;
    background-color: rgba(255, 250, 205, 0.5); /* LemonChiffon with alpha */

}


.myslide-message a:hover {
	box-shadow: 0px 0px 5px 2px rgba(184, 134, 11, .8); /* DarkGoldenrod shadow */
    background-color: rgba(255, 215, 0, 0.7);
}

.myslide-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.myslide-caption p {
	text-align: center;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	background: #FFD700; /* Gold */
	color: #5D4037; /* Dark Brown text */
	display: block;
	width: 100%;
	font-size: 25px;
	padding: 5px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 30px;
}

.myslide-container:hover span {
	transform: translateY(-100%);
}

.myslide-container:hover img {
	transform: translateY(0%);
}

.myslide-container:hover div.myslide-message {
	transform: translateY(0%);
}

.myslide-message p:last-child {
	margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
	.myslide-caption p {
		font-size: 1.1em;
	}

	.myslide-message p {
		width: 100%;
		font-size: 0.9em;
	}

}

@media only screen and (max-width: 768px) {
	.myslide-caption p {
		font-size: 1.em;
	}

	.myslide-message p {
		width: 100%;
		font-size: 0.8em;
	}

}

@media only screen and (max-width: 767px) {

	.bildmenu,
	.bildmenutwo {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		background-color: #FFD700; /* Gold */
	}

	.myslide-container {
		width: 100%;
	}

	.myslide-caption p {
		font-size: 1.5em;
	}

	.myslide-message p {
		width: 100%;
		font-size: 1.1em;
	}
}

.features-item { /* Services section items */
	padding: 50px 40px 40px;
	position: relative;
	transition: .3s;
	border-radius: 10px;
	height: 100%;
	border: none;
	background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%); /* Gold to Orange */
}

.clear-problem2 {
	margin-top: 80px;
}

.features-item:hover {
	cursor: pointer;
}

.features-item:hover .features-icon {
	color: #B8860B; /* DarkGoldenrod */
	border-color: #B8860B;
}

/* This nested rule for features-info seems problematic, CSS doesn't work like SASS nesting here */
/*
.features-item:hover .features-info {
	.features-item:hover .title { // This will not work as intended
		color: #B8860B;
		border-color: #B8860B;
	}

	.features-item:hover p { // This will not work as intended
		color: #B8860B;
		border-color: #B8860B;
	}
}
*/
/* Corrected hover for title and p inside features-item */
.features-item:hover .features-info .title {
    color: #4A3B00; /* Darker brown for hover text */
}
.features-item:hover .features-info p {
    color: #4A3B00; /* Darker brown for hover text */
}


.icon_box { /* Services icon background */
	background: #FFF8E1; /* Cosmic Latte */
	border-radius: 50%;
	padding: 13px;
	max-width: 80px;
	margin-bottom: 35px;
}

.features-icon { /* This seems to be an alternative icon style not currently used on homepage */
	font-size: 36px;
	width: 96px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	background: #B8860B; /* DarkGoldenrod */
	border-radius: 60px;
	border: 2px dashed #FFFACD; /* LemonChiffon */
	box-shadow: 0 0 0 10px #B8860B;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translate(-50%);
	color: #FFFACD; /* LemonChiffon */
	transition: .3s;
}

@media only screen and(max-width: 992px) {
	.clear-problem>div:nth-child(3n + 1) {
		clear: none;
	}
}

@media only screen and(max-width: 768px) {
	.section-common-space {
		padding: 50px 0;
	}

	h4 {
		font-size: 17px;
	}

	h2 {
		font-size: 21px;
	}

	.section-title {
		margin-bottom: 20px;

		span:before {
			bottom: -10px;
		}
	}
}

.clear-problem>div:nth-child(3n + 1) {
	clear: left;
}

.features-info .title {
	color: #5D4037; /* Dark Brown */
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 20px;
}
.features-info p.text-white { /* Original was text-white */
    color: #5D4037 !important; /* Dark Brown */
}


.section-3 { /* Services section */
	padding: 80px 0px;
    background: #FFFACD !important; /* LemonChiffon */
}

.section-4 { /* About Us and other content sections */
	padding: 50px 0px;
	background-color: #FFFFF0; /* Ivory */
}

.section-5 {
	padding: 80px 0px;
}

.partner-img {
	background-color: #B8860B; /* DarkGoldenrod */
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	max-width: 200px;
}

.partner-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.section-6 { /* Contact Us section */
	padding: 80px 0px;
	border-top: 1px solid #FFD700; /* Gold */
	border-bottom: 1px solid #FFD700; /* Gold */
	background: #FFFACD; /* LemonChiffon */
}

.section-6 p {
	font-size: 18px;
    color: #5D4037; /* Dark Brown */
}

.form-box { /* Contact form box */
	background-color: #FFD700; /* Gold */
	padding: 50px;
	max-width: 700px;
	margin: 0 auto;
	border-radius: 10px;
}

.form-control {
	background-color: #FFF8E1 !important; /* Cosmic Latte, slightly transparent or solid */
	color: #5D4037 !important; /* Dark Brown text */
	height: 50px;
	margin: 10px 0;
    border: 1px solid #B8860B; /* DarkGoldenrod border */
}

.form-control::placeholder {
	color: #B8860B !important; /* DarkGoldenrod placeholder */
	opacity: 1;
}

.form-box label {
	color: #5D4037 !important; /* Dark Brown label */
    margin: 0 !important;
    font-size: 20px;
}
.form-box .head-title.text-white {
    color: #5D4037 !important; /* Dark Brown */
}
.form-box p.text-white {
     color: #5D4037 !important; /* Dark Brown */
}
.form-box button.text-white {
    color: #5D4037 !important; /* Dark Brown */
    background: linear-gradient(90deg, #DAA520 0%, #B8860B 100%) !important; /* Goldenrod gradient for submit button */
}
.form-box button.text-white:hover {
    color: #FFF8E1 !important; /* Light text on hover */
}


.form-box input[type="date"] {
	text-transform: uppercase !important;
}

.theme-btn {
	padding: 10px 60px !important;
}

.footer {
	padding: 50px 0px;
	background: linear-gradient(90deg, #FFD700 0%, #FFA500 100%); /* Gold to Orange gradient */
}

.footer-heading h3 {
	color: #5D4037; /* Dark Brown */
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
}

.footer-link a {
	color: #5D4037; /* Dark Brown */
	font-size: 15px;
}
.footer-link a:hover {
	color: #000; /* Black */
}


.footer-link li {
	color: #5D4037; /* Dark Brown */
}

.footer-link li i {
	margin-right: 10px;
}

.contact-details { /* This class is not in the HTML structure of footer */
	background-color: #FFD700; /* Gold */
	padding: 25px;
	border-radius: 10px;
}

.contact-details .footer-heading h3 {
	color: #5D4037;
}

.contact-details .footer-link a {
	color: #5D4037;
	font-size: 14px !important;
}

.contact-details .footer-link i {
	font-size: 16px;
}

.first-list {
	padding-left: 20px;
}

.footer-txt { /* Copyright bar */
	background-color: #DAA520; /* Goldenrod */
}
.footer-txt p.text-white {
    color: #5D4037 !important; /* Dark Brown */
}


.modal-content { /* Popup modal */
	background-color: #FFFACD !important; /* LemonChiffon */
    color: #5D4037;
}
.modal-content h3.modal-title {
    color: #5D4037;
}
.modal-content .fa-envelope, .modal-content .icon-ban {
    color: #B8860B; /* DarkGoldenrod */
}

.modal-content .close {
	position: absolute;
	right: -10px;
	top: -10px;
	background-color: #B8860B; /* DarkGoldenrod */
	color: #FFFACD; /* LemonChiffon */
	font-size: 35px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	z-index: 9999;
	opacity: 1;
	font-weight: 400;
}

.modal-body {
	padding: 30px !important;
}

#popup2 {
	left: 50% !important;
}

/* FAQ section styling */
.faq-section .card-header {
    background: linear-gradient(62deg, #FFD700 40%, #FFA500 100%) !important; /* Gold to Orange */
}
.faq-section .faq-title {
    color: #5D4037 !important; /* Dark Brown */
}
.faq-section .card-body p {
    color: #5D4037 !important; /* Dark Brown */
}
.faq-section .card {
    background-color: #FFF8E1; /* Cosmic Latte */
    border: 1px solid #FFD700; /* Gold border */
}
.faq-section h2.head-title { /* Ensure FAQ head-title also uses new gradient */
    background: linear-gradient(62deg, #DAA520 40%, #B8860B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000;
}


/* Cookie Banner */
#okCookie {
    background-color: #FFFACD; /* LemonChiffon */
    color: #5D4037; /* Dark Brown */
    border-top: 1px solid #FFD700; /* Gold */
}
#okCookie p {
    padding: 10px;
    color: #5D4037;
}
#okCookie #okClose,
#okCookie #okCprivacy {
    padding: 5px 20px;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
}
#okCookie #okClose {
    background-color: #B8860B; /* DarkGoldenrod */
    color: #FFF8E1; /* Cosmic Latte */
    text-shadow: none;
    box-shadow: none;
}
#okCookie #okClose:hover {
    background-color: #DAA520; /* Goldenrod */
}
#okCookie #okCprivacy {
    background-color: #DAA520; /* Goldenrod */
    color: #5D4037; /* Dark Brown */
    text-shadow: none;
    box-shadow: none;
}
#okCookie #okCprivacy:hover {
    background-color: #FFD700; /* Gold */
}


@media(max-width:991.98px) {
	#sidebarCollapse span {
		display: none
	}

	.mobile-header {
		display: block;
	}
    .mobile-header .logo a img {
        max-width: 200px; /* Adjust mobile logo size */
    }
    .mobile-header .btn-dark { /* Hamburger button */
        background-color: #5D4037;
        border-color: #5D4037;
    }
    .mobile-header .navbar-nav a {
        color: #5D4037 !important; /* Nav items in collapsed menu */
    }
     .mobile-header .navbar-nav a:hover {
        color: #000 !important;
    }


	#content {
		margin-left: 0px;
	}
}

@media(max-width: 768px) {

	.navbar {
		margin-bottom: 0px;
	}

	.section-1 {
		padding: 50px 0px;
	}

	.section-1 h1 {
		font-size: 35px;
		line-height: 45px;
	}

	.section-3 {
		padding: 50px 0px;
	}

	.partner-box {
		display: block;
		text-align: center;
	}

	.partner-img {
		margin-bottom: 10px;
	}

	.features-item {
		/* background-color: #FFF8E1; // Overridden by gradient, if needed solid use this */
	}

	.section-4 img {
		margin-top: 10px;
	}

	.first-list {
		padding-left: 0;
	}

	.form-box {
		padding: 30px;
	}

	#navbarSupportedContent li {
		padding: 8px;
		font-size: 17px;
	}

	#navbarSupportedContent li a { /* Text color for mobile nav links */
		color: #5D4037 !important;
	}

	#navbarSupportedContent li a:hover {
		color: #000 !important;
	}

	.clear-problem .col-sm-6.col-md-4 {
		margin-bottom: 80px;
	}

	.myslide-message p:last-child {
		margin-top: 0px;
	}


	.logo img {
		width: 100%;
		max-width: 250px;
	}

	.img-wid {
		width: 100%;
		max-width: 600px;
	}
}

/* Ensure specific gambling warning div gets its style if not using class */
div[itemscope][itemtype="https://schema.org/WPAdBlock"] > div {
    background-color: #ffcc00 !important; /* Existing yellow */
    padding: 10px !important;
    text-align: center !important;
    font-family: Arial, sans-serif !important;
}
div[itemscope][itemtype="https://schema.org/WPAdBlock"] > div strong {
    color: #000 !important;
}
div[itemscope][itemtype="https://schema.org/WPAdBlock"] > div span {
    color: #000 !important;
}
div[itemscope][itemtype="https://schema.org/WPAdBlock"] > div a {
    color: #8B4513 !important; /* SaddleBrown */
    text-decoration: underline !important;
}
div[itemscope][itemtype="https://schema.org/WPAdBlock"] > div a:hover {
    color: #5D4037 !important;
}

/* Agent info text color on individual casino pages */
.agent p {
    color: #5D4037; /* Dark Brown */
    font-size: 18px;
    margin: 0;
}
.agent p b {
    color: #4A3B00; /* Darker Brown for bold */
}
.agent p a {
    color: #B8860B; /* DarkGoldenrod for links */
}
.agent p a:hover {
    color: #5D4037; /* Dark Brown for link hover */
}