.elementor-10108 .elementor-element.elementor-element-0830df4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-56da9a4 *//* Increase the question text size */
.bid-increase {
    font-size: 1.125em !important; /* 50% larger than base */
    display: block;
    margin-bottom: 10px;
}

/* Increase the Radio Buttons and Labels */
.bid-intent-wrap .wpcf7-list-item {
    display: inline-block;
    margin-right: 20px;
    transform: scale(1.125); /* Scales the entire radio + text by 50% */
    transform-origin: left center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Fix spacing issue caused by scaling */
.bid-intent-wrap {
    padding: 10px 0;
}

/* Optional: Make the text bolder to match the size */
.bid-intent-wrap .wpcf7-list-item-label {
    font-weight: 600;
}

.bid-page {
    max-width: 900px;
    margin: auto;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.bid-hero {
    text-align: center;
    margin-bottom: 30px;
}

.bid-hero h1 {
    margin-bottom: 10px;
    color: #333;
}

.bid-hero p {
    color: #666;
}

.bid-form-wrapper {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.incentive-note {
    background: #e8f5e9;
    padding: 12px;
    border-left: 4px solid #4caf50;
    margin-bottom: 20px;
    font-size: 0.95em;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.bid-form-wrapper label {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
}

.bid-form-wrapper input,
.bid-form-wrapper textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
}

.wpcf7-submit {
    background: #4caf50;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form-row-2 {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */