/*
Theme Name: MYSTiQUE AI
Theme URI: https://mystiqueai.com
Author: MYSTiQUE AI
Author URI: https://mystiqueai.com
Description: Official MYSTiQUE AI WordPress Theme - AI Teams & Logistics pages
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mystique-ai
Tags: custom, full-width-template, dark, modern
*/

/* This file intentionally minimal - all styles in assets/css/main.css */ 

/* Subscript AI in Navigation */
.nav-ai-sub {
    font-size: 10px;
    color: #0085cb; /* Blue color from screenshot */
    vertical-align: sub;
    margin-left: 2px;
    font-weight: 700;
}

/* Footer Address Styling */
.address-item {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #ccc;
}

/* Subscription Input Group Fix */
.footer-subscribe .input-wrap input {
    flex: 1;
}

/* ISO Badge Styling in Footer */
.iso-badge-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border-left: 1px solid #333;
    padding-left: 20px;
}