/* assets/cer-style.css */
#cer-contact-form {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

#cer-contact-form p {
    margin-bottom: 15px;
}

#cer-contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fcfcfc;
}

#cer-contact-form input[type="text"],
#cer-contact-form input[type="email"],
#cer-contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #464646;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    background: #383838;
    color: #fff;
}

#cer-contact-form button {
    background: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
}

#cer-contact-form button:hover {
    background: #005177;
}

#cer-response {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}
