.cfp-form {
    background: #111;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    margin: auto;
}

.cfp-form h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.cfp-form p {
    font-size: 16px;
    margin-bottom: 15px;
}

.cfp-form input,
.cfp-form textarea {
    width: 100%;
    margin: 8px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cfp-form button {
    background: #ff6600;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.cfp-form button:hover {
    background: #e65c00;
}
