/* ============================================================
   Text Case Converter — text-case-converter.css
   calcdaystime.com — Smart Tools Suite
   ============================================================ */

@media (max-width: 640px) {
    #sts-tcc-wrap > div:nth-child(3) {
        grid-template-columns: 1fr !important;
    }
    #sts-tcc-wrap > div:nth-child(3) > div:first-child {
        border-right: none !important;
        border-bottom: 1px solid #dce4ef;
    }
}
