/*
Theme Name: BharatWork
Theme URI: https://yourwebsite.com
Author: Your Name
Description: Custom WordPress Theme - BharatWork
Version: 1.0
License: GPL2
Text Domain: bharatwork
*/

/* Ensure the link wrapper doesn't add spacing */
.custom-logo-link {
    display: flex;
    align-items: center;
    background: transparent;
}

/* Fix logo inside header alignment */
.site-logo img,
.custom-logo {
    vertical-align: middle;
}
