| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | |
| 2 | 2 | |
| 3 | 3 | /* ================================================================================================================== */ |
| 4 | 4 | /* === Divider ===================================================================================================== */ |
| @@ -64,7 +64,20 @@ | ||
| 64 | 64 | .wpbc_bfb_form [data-colstyles-active="1"] .bfb_element .wpbc_bfb_divider_wrap[data-orientation="vertical"] { |
| 65 | 65 | flex: 0 0 auto; |
| 66 | 66 | } |
| 67 | 67 | /* ================================================================================================================== */ |
| 68 | -.wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element .wpbc_bfb_divider_wrap hr { | |
| 69 | - background: transparent; | |
| 70 | -} | |
| 68 | +.wpbc_bfb_form .wpbc__row .wpbc__field .bfb_element .wpbc_bfb_divider_wrap hr { | |
| 69 | + background: transparent; | |
| 70 | +} | |
| 71 | + | |
| 72 | +/* | |
| 73 | + * The two-column Full-Day and Time-Slots templates use desktop-only center | |
| 74 | + * separators. Remove their columns when the surrounding form stacks. | |
| 75 | + */ | |
| 76 | +@media (max-width: 782px) { | |
| 77 | + .wpbc_bfb_form .wpbc__row.wpbc_bfb_full_day_split_form > .wpbc__field:has(.wpbc_bfb_divider_wrap[data-orientation="vertical"]), | |
| 78 | + .wpbc_bfb_form .wpbc_bfb__section.wpbc_bfb_full_day_split_form .wpbc_bfb__field[data-type="divider"][data-orientation="vertical"], | |
| 79 | + .wpbc_bfb_form .wpbc__row.wpbc_bfb_time_slots_split_form > .wpbc__field:has(.wpbc_bfb_divider_wrap[data-orientation="vertical"]), | |
| 80 | + .wpbc_bfb_form .wpbc_bfb__section.wpbc_bfb_time_slots_split_form .wpbc_bfb__field[data-type="divider"][data-orientation="vertical"] { | |
| 81 | + display: none; | |
| 82 | + } | |
| 83 | +} | |