body {
    
}

.wp-site-blocks input {
    background-color: white !important;
}

/* Registro form styles */
.entry-content form#kt-register-pilot {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(20,20,20,0.04);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}

.entry-content h3 {
    margin: 0 0 12px 0;
    font-size: 1.15rem;
    color: #222;
}

.entry-content label { display: block; font-size: 0.95rem; color: #333; }
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="date"],
.entry-content input[type="number"],
.entry-content select,
.entry-content textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    margin-top: 6px;
    margin-bottom: 10px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #fff;
}

.kt-btn { 
    background: linear-gradient(180deg,#2a9df4,#0073e6);
    color: #fff; border: none; padding: 8px 12px; border-radius: 6px; cursor: pointer; font-weight:600;
}
.kt-btn.secondary { background: #f1f1f1; color:#333; border:1px solid #ddd; }
.kt-btn.icon { padding:6px 10px; }

.entry-content #kt-p-msg { min-height:1.2em; margin-top:8px; }

/* Responsive */
@media (max-width:600px) {
    .entry-content form#kt-register-pilot { padding:12px; }
    .entry-content input[type="text"], .entry-content input[type="email"] { font-size: 14px; }
    .kt-btn { padding:8px 10px; }
}

/* minor reset to avoid hidden content due to theme rules */
.entry-content { color: inherit; background: transparent; }

