.acf-contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.acf-contact-form-wrapper h2 {
    text-align: center;
    margin-bottom: 20px;
}

.acf-form-group {
    margin-bottom: 15px;
}

.acf-form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.acf-form-group input, .acf-form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.acf-form-group textarea {
    height: 150px;
}

button {
    width: 100%;
    padding: 12px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}
