 

.h1 span {
	color: var(--accent);
}


/* Desktop header: logo centered, soc on right, nav below */
@media screen and (min-width: 1200px) {
	.header_top {
		position: relative;
		align-items: center;
		padding: 15px 0;
	}
	.header_top .logo {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
	.navigation {
		justify-content: center;
		padding-bottom: 15px;
	}
	.menu {
		justify-content: center;
		gap: 40px;
	}
	.menu-link {
		color: #181717;
		font-weight: 500;
		font-size: 16px;
		text-decoration: none !important;
		text-transform: capitalize;
	}
}



.offer-list:not(.gridbox) .offer-card:nth-child(1), .offer-list:not(.gridbox) .offer-card:nth-child(2) {
	border: none;
}

.offer-list:not(.gridbox) .offer-card:nth-child(1) .offer-bonus:before, .offer-list:not(.gridbox) .offer-card:nth-child(2) .offer-bonus:before {
	display: none;
}

.offer-list:not(.gridbox) .offer-card .offer-bonus:before {
	display: none;
 	position: absolute;
	top: -20px;
	left: 0;
	content: "";
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	color: #181717;
	background: #ffb800;
	border-radius: 0 0 5px 5px;
	padding: 3px 7px; 
}
@media screen and (max-width: 768px) {
	.btn-up {
		display: none!important;
	}	
} 

@media screen and (min-width: 992px) {
	.banner-logo .img {
		height: auto;
	}
}
.bonus-btn .img, .offer-logo .img {
	height: auto;
}

@media screen and (max-width: 700px) {
	.update__item {
		 min-width: unset;
	}
}

@media screen and (max-width: 992px) {
	.banner-logo .img {
		 height: auto;
	}
}

@media screen and (max-width: 768px) {
	.offer-td.offer-logo .img {
		 height: auto;
	}
}

@media screen and (max-width: 420px) {
	h1, .h1 {
		font-size: 24px;
		line-height: 26px;
	}

	.update.flexbox {
		margin-bottom: 10px;
		gap: 0px 5px;;
	}
	.update-title, .update-descr{
		font-size: 12px;
		line-height: 16px;
	}
	.hero {
		padding: 10px 0 5px;
		margin-bottom: 5px;
	}
	.offer h2{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
}

/* Responsible gambling in footer */
.footer-responsible {
	color: #181717;
	font-size: 16px;
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.footer-badges-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 0;
}
.footer-badges-grid img {
	width: 100px;
	height: 27px;
	object-fit: contain;
}

/* Author avatar in hero meta */
.update-avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	object-fit: cover;
}

/* Author box */
.author-box {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-top: 40px;
	padding: 24px;
	border-top: 2px solid var(--accent);
	background: var(--bg-soft);
	border-radius: 8px;
}
.author-box__avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.author-box__name {
	font-size: 18px;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 6px;
}
.author-box__bio {
	font-size: 14px;
	line-height: 22px;
	color: var(--muted);
	margin: 0;
}
@media screen and (max-width: 480px) {
	.author-box {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}
