/*
Theme Name: WSL Smart Logistics
Theme URI: https://www.wslogistics-sa.com/
Author: WSL Web Build
Author URI: https://www.wslogistics-sa.com/
Description: Custom classic WordPress theme for the Wrass Smart Logistics (WSL) landing page. Healthcare & life-science logistics. Built to match the approved WSL design reference and branding guidelines (Cairo typography; primary red #b22e33, deep burgundy #290000, secondary gray #939598).
Version: 1.2.1
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wsl-smart-logistics
*/

/*
 * The active visual styling lives in assets/css/main.css (enqueued from
 * functions.php). This file only carries the required WordPress theme header
 * plus a couple of base resets so the theme is valid even before main.css loads.
 */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

/* Hide SociableKIT promotional links and text */
.sk-ww-linkedin-page-post a[href*="sociablekit.com"],
.sk-ww-linkedin-page-post div[style*="text-align"],
.sk-ww-linkedin-page-post div[style*="text-align: center"],
.sk_powered_by,
.sk-powered-by {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}