.pdq-card {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
}

.pdq-card label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

.pdq-card input,
.pdq-card select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.pdq-card button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}

#pdq-map,
#pdq-map-tracking {
    height: 300px;
    margin: 20px 0;
    border-radius: 6px;
}

#pdq-distance {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

#pdq-thank-you {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}