.vdjsong-contact-wrapper {
    max-width: 500px;
    margin: 40px auto;
    padding: 25px;
    background: #111;
    border-radius: 8px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.vdjsong-contact-wrapper h2 {
    text-align: center;
    color: #ff004f;
    font-size: 28px;
    margin-bottom: 20px;
}

#vdjsong-contact-form input,
#vdjsong-contact-form textarea {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 2px solid #333;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 15px;
}

#vdjsong-contact-form button {
    width: 100%;
    padding: 12px;
    background: #ff004f;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.vdjsong-feedback {
    margin-top: 10px;
    font-weight: bold;
}
