/*
Theme Name:  HAL VCG Portal
Theme URI:   https://vetcareerguide.com
Author:      Salako Halleluyah FOR Vet Career Guide
Description: Minimal shell theme for the VCG Portal. No bloat, no Elementor dependency, no override conflicts. Everything lives in the my HAL plugin.
Version:     1.0.0
License:     Private
Text Domain: vcg-portal
*/

/* ── Reset ── */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    /*background: #f4f6f8;*/
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    color: #1e293b;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Remove default WP margins */
.wp-site-blocks,
.entry-content,
.wp-block-group,
.wp-block-post-content {
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide default WP page title on portal pages */
body.page .entry-header,
body.page .page-header,
body.page h1.entry-title,
body.page h1.page-title {
    display: none !important;
}

/* Remove Elementor default padding if plugin is active */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Links */
a {
    color: #0F4C5C;
    text-decoration: none;
}
a:hover {
    color: #dd6b20;
}

/* Remove WP admin bar gap on portal pages */
body.hal-dashboard-fullpage #wpadminbar {
    position: fixed !important;
}
body.hal-dashboard-fullpage {
    margin-top: 0 !important;
}
