/* GabaTech Video Downloader product template. */

/* Video Downloader v19 spacing polish */
.video-how-section {
    padding-top: 28px;
}

@media (min-width: 768px) {
    .monitor-light-heading.text-2xl {
        font-size: 1.6rem;
    }

    .monitor-light-heading.text-3xl {
        line-height: 1.15;
    }
}


/* Video Downloader workflow spacing */
.video-downloader-workflow {
    margin-top: 56px;
}

@media (max-width: 639px) {
    .video-downloader-workflow {
        margin-top: 32px;
    }
}


/* Product-specific spacing for separated content sections. */
.monitor-section-spaced {
    margin-top: 4rem;
}
