/*
Theme Name: iPlusTheme
Theme URI: https://exemplu.ro
Author: Tu
Author URI: https://exemplu.ro
Description: Temă full width 100% ultra-curată și optimizată - fără titluri, fără footer.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: iplus-theme
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.main-content {
    width: 100%;
    padding: 10px;
    min-height: 100vh;
}