/* ============================================================
   Bold Text Generator — bold-text-generator.css
   calcdaystime.com — Smart Tools Suite
   ============================================================ */

/* Stack on mobile */
@media (max-width: 700px) {
    #sts-btg-wrap > div:last-child {
        grid-template-columns: 1fr !important;
    }
    #sts-btg-wrap > div:last-child > div:first-child {
        border-right: none !important;
        border-bottom: 1px solid #dce4ef;
    }
    #sts-btg-wrap > div:last-child > div:last-child {
        max-height: none !important;
    }
    #sts-btg-wrap > div { padding: 18px 16px !important; }
}
