.bt_cookie_popup {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	min-height: 100px;
	z-index: 9999;
	background-color: #012146;
	display: flex;
	align-items: center;
}

.bt_cookie_popup .bt_cookie_container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 1.5rem;
}

.bt_cookie_popup .bt_cookie_popup_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

@media (max-width: 767px) {
	.bt_cookie_popup .bt_cookie_popup_inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.bt_cookie_popup .bt_cookie_popup_button {
		align-self: center;
	}
}

.bt_cookie_popup .bt_cookie_popup_text {
	flex: 1 1 auto;
	margin: 0;
	font-family: Montserrat;
	font-size: 0.9rem;
	font-weight: 400;
	color: var(--light-color);
}

.bt_cookie_popup .bt_cookie_popup_button {
	flex: 0 0 auto;
}
