/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 14:40:16 */
/* Tlačítko (styl Domů) */
#wpforms-submit-145.wpforms-submit {
    background: #0c6966 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 10px 35px !important;
    font-family: inherit !important;
    font-weight: 800 !important;
    outline: none !important;     /* Odstraní rámeček po kliknutí */
    box-shadow: none !important;  /* Odstraní stín po kliknutí */
}

#wpforms-submit-145.wpforms-submit:hover {
    background: #093B3A !important;
}

/* Pole formuláře */
.wpforms-field input, .wpforms-field textarea {
    border: 2px solid #0c6966 !important;
    border-radius: 8px !important;
}