/*
Theme Name: WW Business Priority
Theme URI: https://example.com/ww-business-priority
Author: WW Development
Author URI: https://example.com
Description: A professional business theme with Business Priority navigation bar, dual header layouts, WP Bakery Page Builder compatibility, and full Customizer integration. Part of the WW plugin family.
Version: 0.5.28
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ww-business-priority
Tags: custom-logo, custom-colors, custom-menu, featured-images, footer-widgets, theme-options
*/

/* This file contains the theme header only. All styles are in assets/css/main.css */

/* Social Icons Shortcode (footer/widget use) */
.ww-social-icons--shortcode {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ww-social-icons--shortcode .ww-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
}

.ww-social-icons--shortcode .ww-social-link:hover {
    transform: scale(1.1);
}

.ww-social-icons--shortcode .ww-social-link svg {
    width: 24px;
    height: 24px;
    transition: fill 0.2s ease;
}
