/*
Theme Name: ArabiTrader
Theme URI: https://arabitrader.com
Author: ArabiTrader Team
Description: ArabiTrader Professional Trading Signals Platform
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: Private
Text Domain: arabitrader
*/

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; font-family: 'Outfit', sans-serif; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* ── HIDE ALL DEFAULT WORDPRESS/THEME ELEMENTS ── */
.site-header,
.site-footer,
#masthead,
#colophon,
.main-navigation,
.entry-header,
.entry-footer,
.post-thumbnail,
.comments-area,
.widget-area,
.wp-block-spacer,
.page-header {
    display: none !important;
}

/* ── FULL WIDTH CONTENT ── */
.site-content,
#content,
#primary,
.entry-content,
main.site-main,
.wp-site-blocks {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* ── REMOVE GUTENBERG PADDING ── */
.wp-block-group,
.wp-block-cover,
.alignfull {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── BODY FULL HEIGHT ── */
html, body {
    min-height: 100vh;
}
