.cmplz-categories {
    margin-top: 15px !important;
}

.cmplz-blocked-content-container
{
    height: auto !important;
}

.cmplz-show-banner
{
	cursor: pointer;
}
.cmplz-show-banner:hover
{
	cursor: pointer;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    font-family: Arial;
}
.cmplz-body p {
    margin: 0;
}
span.cmplz-always-active {
    line-height: normal;
}

span.cmplz-always-active:after {
    content: "";
    background: #003ead;
    position: relative;
    margin-top: -22px;
    width: 108px; 
    display: block; 
    text-align: right;
    height: 28px;
    line-height: 36px;
    color: white;
}
html[lang="hu"] span.cmplz-always-active:after {
    content: "Mindig aktí­v";
}
html[lang="en"] span.cmplz-always-active:after {
    content: "Always active";
}
html[lang="ro"] span.cmplz-always-active:after {
    content: "Mereu activ";
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header
{
    background: #003ead;
}
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
    color: white !important;
    line-height: normal;
}
span.screen-reader-text {
    display: none;
}
#cmplz-cookiebanner-container * {
    font-family: 'Roboto', Arial !important;
}
#cmplz-cookiebanner-container .cmplz-btn {
    font-family: 'Roboto', Arial !important;
}

@media (max-width: 425px)
{
	span.cmplz-always-active:after {
		text-align: left;
	}

	.cmplz-cookiebanner .cmplz-categories .cmplz-category summary {
		display: block;
		min-height: 75px;
		background: white;
	}
}