/*
Theme Name: evigilanca
Theme URI: https://github.com/jeffreyvr/tailpress
Author: Erik Pibernik
Author URI: https://manki.si
Description: TailPress is a simple boilerplate WordPress theme with Tailwind CSS.
Version: 3.0.2
License: MIT
License URI: https://github.com/jeffreyvr/tailpress/blob/master/LICENSE
Text Domain: tailpress
*/

.custom-label input:checked + svg {
  display: block !important;
}

/* .custom-label input.radio_input:not(:checked) + svg {
  display: none !important;
} */

/* .container {
  with: 100%;
  max-width: 100%;
} */

article > *:not(.entry-content), .entry-content > * {
  max-width: 100%;
}



