button, input[type="submit"] {background-color: var(--wp--custom--button--color--bg);border-radius: var(--wp--custom--button--border--radius);border-color: var(--wp--custom--button--border--color);border-width: var(--wp--custom--button--border--width);border-style: var(--wp--custom--button--border--style);color: var(--wp--custom--button--color--font);font-family: var(--wp--custom--button--typography--font-family);font-size: var(--wp--custom--button--typography--font-size);font-weight: var(--wp--custom--button--typography--font-weight);line-height: var(--wp--custom--button--typography--line-height);text-transform: var(--wp--custom--button--typography--transform);padding-top: var(--wp--custom--button--spacing--padding--top);padding-right: var(--wp--custom--button--spacing--padding--right);padding-bottom: var(--wp--custom--button--spacing--padding--bottom);padding-left: var(--wp--custom--button--spacing--padding--left);}button[type="submit"]:hover, input[type="submit"]:hover {background: var(--wp--custom--button--color--bgh);color: var(--wp--custom--button--color--fonth);}select, input, textarea {font-family: var(--wp--custom--form--typography--font-family);font-size: var(--wp--custom--form--typography--font-size);font-weight: var(--wp--custom--form--typography--font-weight);line-height: var(--wp--custom--form--typography--line-height);text-transform: var(--wp--custom--form--typography--transform);border-radius: var(--wp--custom--form--border--radius);border-color: var(--wp--custom--form--border--color);border-width: var(--wp--custom--form--border--width);border-style: var(--wp--custom--form--border--style);padding-top: var(--wp--custom--form--spacing--padding--top);padding-right: var(--wp--custom--form--spacing--padding--right);padding-bottom: var(--wp--custom--form--spacing--padding--bottom);padding-left: var(--wp--custom--form--spacing--padding--left);}input[type="checkbox"] {border-radius: 0;position: relative;background-color: var(--wp--custom--form--color--radiobg);padding: var(--wp--custom--form--spacing--padding--innerpadding);height: var(--wp--custom--form--spacing--padding--size);width: var(--wp--custom--form--spacing--padding--size);border-width: var(--wp--custom--form--spacing--padding--borderwidth);-webkit-appearance: none;}input[type="checkbox"]:after {border-radius: 0;content: '';display: block;position: relative;background-color: var(--wp--custom--form--color--radioinact);height: var(--wp--custom--form--spacing--padding--innersize);width: var(--wp--custom--form--spacing--padding--innersize);}input[type="checkbox"]:checked:after {background-color: var(--wp--custom--form--color--radioact);}input[type="radio"] {border-radius: 100%;position: relative;background-color: var(--wp--custom--form--color--radiobg);padding: var(--wp--custom--form--spacing--padding--innerpadding);height: var(--wp--custom--form--spacing--padding--size);width: var(--wp--custom--form--spacing--padding--size);border-width: var(--wp--custom--form--spacing--padding--borderwidth);-webkit-appearance: none;}input[type="radio"]:after {border-radius: 100%;content: '';display: block;position: relative;background-color: var(--wp--custom--form--color--radioinact);height: var(--wp--custom--form--spacing--padding--innersize);width: var(--wp--custom--form--spacing--padding--innersize);}input[type="radio"]:checked:after {background-color: var(--wp--custom--form--color--radioact);}input[type="number"] {width: 3em;}.select2-container .select2-dropdown {color:var(--wp--preset--color--two);border-top: 0;padding-top: var(--wp--custom--form--spacing--padding--top);padding-right: var(--wp--custom--form--spacing--padding--right);padding-bottom: var(--wp--custom--form--spacing--padding--bottom);padding-left: var(--wp--custom--form--spacing--padding--left);}.select2-container .select2-selection .select2-selection__arrow {height: 3.5rem;position: absolute;top: 0;right: 0;width: 3rem;}.select2-container .select2-search__field, .select2-container .select2-selection {height: inherit;font-size: var(--wp--custom--form--typography--font-size);padding-top: var(--wp--custom--form--spacing--padding--top);padding-right: var(--wp--custom--form--spacing--padding--right);padding-bottom: var(--wp--custom--form--spacing--padding--bottom);padding-left: var(--wp--custom--form--spacing--padding--left);}.select2-container .select2-dropdown, .select2-container .select2-selection {border-radius: var(--wp--custom--form--border--radius);border-color: var(--wp--custom--form--border--color);border-width: var(--wp--custom--form--border--width);border-style: var(--wp--custom--form--border--style);}.select2-container .select2-dropdown .select2-search__field {border-radius: var(--wp--custom--form--border--radius);border-color: var(--wp--custom--form--border--color);border-width: var(--wp--custom--form--border--width);border-style: var(--wp--custom--form--border--style);margin-bottom: 1rem;}