/* 
 Theme Name:   astra-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     astra
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.custom-site-logo {
    display: flex;
    align-items: center;
}

.custom-site-logo img {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    padding: 10px;
}

@media (max-width: 768px) {
    .custom-site-logo img {
        width: 160px;
    }
}