/* Background for Alternate Questions */
.gtd-q-row.alt-bg {
    background-color: rgb(210, 228, 237) !important;
    padding: 20px;
    border-radius: 8px;
}

.gtd-q-row {
    padding: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.gtd-main-form-title {
    text-align: center;
    color: #ED1B2F;
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}

/* Input Grid */
.gtd-grid-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px;
}

.gtd-lead-box input[type="text"], 
.gtd-lead-box input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Rest of the UI styling remains same */
.gtd-results-ui { max-width: 850px; margin: 40px auto; padding: 40px; border: 1px solid #ddd; background: #fff; }
.gtd-bar-bg { background: #f0f0f0; height: 22px; border-radius: 11px; overflow: hidden; }
.gtd-bar-fill { height: 100%; }
.gtd-bar-labels { display: flex; justify-content: space-between; margin-top: 6px; }
.gtd-bar-labels span { font-size: 11px; font-weight: 700; color: #888; text-transform: uppercase; width: 25%; text-align: center; }
.bar-red { background: #ff4d4d; }
.bar-yellow { background: #ffcc00; }
.bar-orange { background: #ff9933; }
.bar-green { background: #2eb82e; }
.gtd-submit-main { width: 100%; background: #ED1B2F; color: white; border: none; padding: 16px; border-radius: 30px; font-size: 18px; font-weight: bold; cursor: pointer; }