/*
Theme Name: Kiroltek Child
Theme URI: https://d-themes.com/wordpress/udesign/envato-market/
Author: Andon
Author URI: https://1.envato.market/OdObz
Description: A slick, powerful and clean theme UDesign provides an intuitive set of options to help you setup your WordPress site quickly and effectively. Flexibility is key and it has been optimized for SEO and speed. It is also responsive &amp; mobile ready should you choose that option. The UDesign theme features include: unlimited colors, widgetized home page, over 600 fonts to choose from, WooCommerce Integration, it is also translation and multilingual ready, step by step documentation, exclusive UDesign support forum and a helpful community. Always up-to-date security and many new features are constantly added as the theme evolves.
Version: 1.0
Template: u-design
License: GNU General Public License v2 and ThemeForest license
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, responsive, one-column, two-columns, three-columns, four-columns, full-width-template, left-sidebar, right-sidebar, custom-menu, custom-background, custom-colors, custom-header, custom-logo, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready

*/

/*************** FIX RADIOS Y CHECKBOXES WPForms ***************/

/* Reset base (sin romperlos) */
.wpforms-container input[type="radio"],
.wpforms-container input[type="checkbox"] {
  all: unset; /* mejor que revert en este caso */
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  position: static !important;
  z-index: 2 !important;
}

/* Radios */
.wpforms-container input[type="radio"] {
  appearance: radio !important;
  -webkit-appearance: radio !important;
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px !important;
}

/* Checkboxes */
.wpforms-container input[type="checkbox"] {
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  width: 16px !important;
  height: 16px !important;
  margin-right: 8px !important;
}

/* Evitar que estén ocultos por CSS del tema */
.wpforms-container input[type="radio"],
.wpforms-container input[type="checkbox"] {
  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
  left: auto !important;
  top: auto !important;
}

/* Layout limpio */
.wpforms-container .wpforms-field-radio li,
.wpforms-container .wpforms-field-checkbox li {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  position: relative !important;
}

/* Labels clicables sin interferir */
.wpforms-container label {
  position: relative !important;
  z-index: 1 !important;
  cursor: pointer !important;
}