/**
 * Hendrix hub sub-navigation (news / blog).
 * Adapted from casino.org WP-Hendrix theme.
 */

.onlineslot-hendrix-subnav {
	position: sticky;
	z-index: 35;
	width: 100%;
}

/* Clear fixed main site header */
.onlineslot-theme .onlineslot-hendrix-subnav {
	margin-top: 58px;
}

@media (min-width: 768px) {
	.onlineslot-theme .onlineslot-hendrix-subnav {
		margin-top: 78px;
	}
}

@media (min-width: 1024px) {
	.onlineslot-theme .onlineslot-hendrix-subnav {
		margin-top: 132px;
	}
}

.onlineslot-hendrix-subnav__bar {
	background-color: #3002b2;
}

.onlineslot-hendrix-subnav__container {
	display: flex;
	align-items: center;
	max-width: 1374px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 48px;
}

.onlineslot-hendrix-subnav__toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 10px 0;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
}

.onlineslot-hendrix-subnav__toggle-icon {
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}

.onlineslot-hendrix-subnav.is-open .onlineslot-hendrix-subnav__toggle-icon {
	transform: rotate(-135deg);
}

.onlineslot-hendrix-subnav__nav {
	flex: 1;
	min-width: 0;
}

.onlineslot-hendrix-subnav__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.875rem;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.onlineslot-hendrix-subnav__list::-webkit-scrollbar {
	display: none;
}

.onlineslot-hendrix-subnav__item {
	position: relative;
	flex: 0 0 auto;
}

.onlineslot-hendrix-subnav__link {
	display: block;
	color: #fff;
	padding: 14px 0;
	text-decoration: none;
	white-space: nowrap;
}

.onlineslot-hendrix-subnav__link:hover {
	opacity: 0.85;
	text-decoration: none;
	color: #fff;
}

.onlineslot-hendrix-subnav__item.is-active > .onlineslot-hendrix-subnav__link {
	font-weight: 700;
}

.onlineslot-hendrix-subnav__item.has-children > .onlineslot-hendrix-subnav__link {
	padding-right: 16px;
}

.onlineslot-hendrix-subnav__sublist {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	z-index: 40;
}

.onlineslot-hendrix-subnav__item.has-children:hover > .onlineslot-hendrix-subnav__sublist,
.onlineslot-hendrix-subnav__item.has-children:focus-within > .onlineslot-hendrix-subnav__sublist {
	display: block;
}

.onlineslot-hendrix-subnav__sublink {
	display: block;
	padding: 10px 16px;
	color: #17161a;
	text-decoration: none;
	font-size: 0.875rem;
}

.onlineslot-hendrix-subnav__sublink:hover {
	background: #f2f2ff;
	color: #3002b2;
	text-decoration: none;
}

.onlineslot-clone-breadcrumbs .onlineslot-clone-breadcrumbs {
	padding-top: 0;
}

@media (min-width: 1024px) {
	.onlineslot-hendrix-subnav__toggle {
		display: none;
	}

	.onlineslot-hendrix-subnav__container {
		min-height: 44px;
	}

	.onlineslot-hendrix-subnav__link {
		padding: 12px 0;
	}
}

@media (max-width: 1023px) {
	.onlineslot-hendrix-subnav__nav {
		display: none;
		width: 100%;
	}

	.onlineslot-hendrix-subnav.is-open .onlineslot-hendrix-subnav__nav {
		display: block;
	}

	.onlineslot-hendrix-subnav.is-open .onlineslot-hendrix-subnav__container {
		flex-wrap: wrap;
	}

	.onlineslot-hendrix-subnav.is-open .onlineslot-hendrix-subnav__list {
		flex-direction: column;
		overflow: visible;
		padding-bottom: 12px;
	}

	.onlineslot-hendrix-subnav__sublist {
		display: block;
		position: static;
		box-shadow: none;
		background: transparent;
		padding: 0 0 0 12px;
	}

	.onlineslot-hendrix-subnav__sublink {
		color: rgba(255, 255, 255, 0.92);
		padding: 8px 0;
	}

	.onlineslot-hendrix-subnav__sublink:hover {
		background: transparent;
		color: #fff;
	}
}

/* Offset below fixed main site header */
.onlineslot-theme .onlineslot-hendrix-subnav {
	top: 58px;
}

@media (min-width: 768px) {
	.onlineslot-theme .onlineslot-hendrix-subnav {
		top: 78px;
	}
}

@media (min-width: 1024px) {
	.onlineslot-theme .onlineslot-hendrix-subnav {
		top: 132px;
	}
}

/* Extra top padding when Hendrix sub-nav is present */
.onlineslot-theme.onlineslot-has-hendrix-subnav main.content {
	padding-top: 0;
}

.onlineslot-theme.onlineslot-has-hendrix-subnav main.content.content--home,
.onlineslot-theme.onlineslot-has-hendrix-subnav main.content {
	margin-top: 0;
}
