/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1.3;
    padding: 10px;
}

.nca-cookiesaccept-line-text {
    font-size: var(--text-size-medium-small);
}

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
    .lmu-card-cookie {
        background-image: url('./images/cookie_bg.svg');
        background-position: top right;
        background-repeat: no-repeat;
    }
    .lmu-card-cookie > .lmu-flex {
        flex-direction: column;
    }
    .lmu-card-cookie > .lmu-flex > div, .lmu-btn-large {
        display: block;
        width: 100%;
    }
	.nca-hidden-mobile {display: none !important;}
}