.laika-cookie-notice {
	display: flex;
	z-index: 100;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
    margin-bottom: 80px;
}

.laika-cookie-text a {
	display: flex;
	color: #000;
    text-decoration: underline;
}

.laika-cookie-text a:hover{
	color: inherit;
}

.laika-cookie-button {
	display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    padding: 15px 46px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 24px;
    text-transform: uppercase;
    background: none;
    color: #000;
    border: 1px solid #000;
	margin-left: 1.5rem;
}

.laika-cookie-button:hover {
    background: #000;
    color: #fff;
}
@media(max-width:767.98px){
	.laika-cookie-notice {
		width: 100%;
		display: block;
		font-size: 12px;
		padding: 10px;
	}
	
	.laika-cookie-button{
		width: 100%;
		margin-top: 1rem;
		margin-left: 0;
		font-size: 12px;
	}
}