
.toolsfix-card {
    background: #f9f9f9;
    padding: 20px;
    margin: 20px auto;
    border-radius: 12px;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.toolsfix-card h3 {
    margin-bottom: 10px;
}
.toolsfix-card input, .toolsfix-card textarea, .toolsfix-card select {
    width: 100%; padding: 10px; margin-bottom: 10px; border-radius: 5px;
}
.toolsfix-card button {
    background: #007c91; color: white; padding: 10px 20px; border: none; border-radius: 5px;
    cursor: pointer;
}
