/**
 * Automatic Read More (Flex Block 1) phone spacing correction.
 * Scoped by el_class="trde-auto-read-more" in the plugin-generated shortcode.
 */
@media (max-width: 767px) {
    .td_block_wrap.trde-auto-read-more .td_module_wrap {
        padding-bottom: 18px !important;
        margin-bottom: 0 !important;
    }

    .td_block_wrap.trde-auto-read-more .td_module_wrap:nth-last-child(1) {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}
