/*
Theme Name: Fin Expert
Theme URI: https://finexpert.kz
Author: Antigravity
Author URI: https://google.com
Description: A modern, fully editable corporate theme for Fin Expert.
Version: 1.0
Text Domain: finexpert
*/

/* Core styles are injected via Tailwind CDN in head, 
   but we need basic resets if tailwind fails. 
   Otherwise, Tailwind handles everything. */

.admin-bar .sticky.top-0 {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky.top-0 {
        top: 46px !important;
    }
}
