/*
Theme Name: Axios
Description: Axios Insurance Theme built with TailwindCSS and Gutenberg FSE.
Author: Assistant
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: axios
*/

.axios-logo-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
}
.axios-logo-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #cbf26c !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
}
