| 1 |
.wpbc_cal_powered_by, |
| 2 |
.wpbc_cal_powered_by a{ |
| 3 |
font-size: 7px; |
| 4 |
text-align: left; |
| 5 |
margin: 0 0 10px; |
| 6 |
text-shadow: none; |
| 7 |
} |
| 8 |
/* Use a definite one-month cap so intrinsic sizing cannot widen a centered calendar field. */ |
| 9 |
.wpbc_range_selection_guidance { |
| 10 |
box-sizing: border-box; |
| 11 |
max-width: 341px; |
| 12 |
overflow-wrap: anywhere; |
| 13 |
white-space: normal; |
| 14 |
display:block; |
| 15 |
} |
| 16 |
.wpbc_range_selection_guidance, |
| 17 |
.wpbc_range_selection_guidance.wpbc_front_end__message.wpbc_fe_message_info i.menu_icon { |
| 18 |
border: 0; |
| 19 |
box-shadow: none; |
| 20 |
line-height: 2; |
| 21 |
font-size: var(--wpbc_form-label-size-sublabel-font-size, 14px); |
| 22 |
color: #848280; |
| 23 |
color: var(--wpbc_form-label-color, #3c434a); |
| 24 |
opacity: 0.55; |
| 25 |
} |
| 26 |
|