<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wcm-modal-categories &gt; li{
	display: inline-block;
	margin: 2px;
}

.wcm-modal-categories &gt; li &gt; label {
	font-size: 12px;
    border-radius: 4px;
	width: 350px;
	height: 25px;
    margin: 0px;
    padding-left: 50px !important;
    position: relative; 
}

.wcm-modal-categories &gt; li &gt; label:before {
    border-radius: 50%;
    border: 6px solid;
    border-color: inherit;
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    left: 29px;
    top: 4px;
}

@media (max-height: 720px), (max-width: 1100px) {
    .wcm-modal-categories {
        height: 350px;
        overflow: auto;
    }
}

@media (max-height: 720px), (max-width: 359px) {
    .wcm-modal-categories {
        height: 150px;
        overflow: auto;
    }
}

@media (max-height: 620px), (max-width: 320px) {
    .wcm-modal-categories {
        height: 100px;
        overflow: auto;
    }
}

</pre></body></html>