/**
Theme Name: Digital Task Astra Child Theme
Author: 
Author URI: https://siro.agency/
Description: This is a child theme for Astra.
Version: 1.0.0
Template: astra
*/


/*
* Fix Mobile Usability Issues on Astra
*/
:where(body, iframe, pre, img, svg, video, canvas, select) {
    max-width: 100%;
    overflow: auto;
    word-break: break-word;
}