ul { list-style-type: circle; } @media (max-width: 478px){ .brxe-post-navigation a{ width: 100%; } } .bricks-nav-menu li>a{ display: block!important; } body.home{ background-color: var(--base); } .my__popup__text h3{ color: #fff!important; } input[type="checkbox"] {  display: grid; place-content: center; } input[type="checkbox"]::before {  content: ""; width: 0.65em; height: 0.65em; transform: scale(0); transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em var(--action); transform-origin: bottom left; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); } input[type="checkbox"]:checked::before { transform: scale(1); }