/*
Theme Name: TEKSA
Theme URI: https://www.teksa.es
Description: TEKSA
Author: MVV
Author URI: https://www.teksa.es
Template: TEKSAmama
Version: 1.0.0
Text Domain: TEKSA
*/

.wpcf7 input[type="submit"] {
    /* Отключаем любые фоновые градиенты UIkit */
    background-image: none !important;
    background: #8B0000 !important; /* чистый тёмно-красный */
    
    /* Перебиваем UIkit-переменные */
    --uk-button-primary-background: #8B0000 !important;
    --uk-button-primary-color: #ffffff !important;
    
    /* Текст */
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    
    /* Размеры и форма */
    font-size: 18px !important;
    padding: 12px 24px !important;
    border: none !important;
    border-radius: 6px !important;
    text-transform: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.wpcf7 input[type="submit"]:hover {
    background-image: none !important;
    background: #FF0000 !important; /* чистый красный */
    --uk-button-primary-background: #FF0000 !important;
    color: #ffffff !important;
}