select#ronad_fulfillment_type,
select#ronad_service,
select#ronad_courier,
select#ronad_date,
select#ronad_cutoff {
    font-size: 13px;
}
tr.custom-dropdown-row th {
    width: 30%;
}
tr.custom-dropdown-row td {
    width: 70%;
}
tr.custom-dropdown-row td select {
    border-radius: 5px;
    width: 100%;
    font-family: inherit;
}
.custom-summary-row p {
    background-color: #efefef;
    padding: .5rem;
    border-radius: 5px;
    font-family: inherit;
}
.custom-summary-row span {
    font-weight: bold;
}

p#ronad_fulfillment_type_value_field,
p#ronad_service_value_field,
p#ronad_courier_value_field,
p#ronad_date_value_field,
p#ronad_cutoff_value_field,
p#ronad_cutoff_label_field{
    display: none;
}

tr.custom-radio-row td {
    text-align-last: right;
}
tr.woocommerce-shipping-totals.shipping {
    display: none;
}
tr#ronad_fulfillment_container label {
    font-size: 14px;
}
.ronad-fulfillment-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 5px 0;
}
.ronad-free-shipping {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ff6900;
    font-weight: bold;
}

.ronad-free-shipping svg {
    width: 2em;
    height: 2em;
    fill: currentColor;
    vertical-align: middle;
}
.ronad-info-tooltip {
    cursor: help;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 4px;
    color: #666;
}
