/**
 * Add styles for the Doordash shipping method radio buttons & labels.
 */

 .wcdd-delivery-options .form-row > label > .optional {
	display: none;
}

/* Styling for the tip radio buttons */
.wcdd-tip-select {
    margin-bottom: 15px;
}

.wcdd-tip-select input[type="radio"] {
    margin-right: 8px;
}

.wcdd-tip-select label {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
}

/* Styling for the custom tip input */
.wcdd-tip-amount {
    margin-top: 10px;
    margin-bottom: 15px;
}

.wcdd-tip-amount input {
    width: 100px; /* Set a fixed width for the custom input */
    padding: 5px;
}

/* Optional: highlight the selected radio button */
.wcdd-tip-select input[type="radio"]:checked + label {
    color: #0071a1; /* Highlight selected option */
}

.wcdd-tip-select > span {
    display: flex
}



.wcdd-tip-select > span label {
    display: inline-flex;
    margin-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

p#doordash_external_delivery_id_field {
    margin: 0;
    padding: 0;
}

p#doordash_tip_amount_field {
    margin-bottom: 0;
}