/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/astra-child/
 Description:  A child theme of Astra
 Author:       Zim
 Author URI:   https://arleta.my
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom styles here */

@media (max-width: 768px) {
    body .site-header-primary-section-right .ast-button-wrap {
        display: flex !important;
        align-items: center !important;
        flex-direction: row !important;
        width: auto !important;
    }
}