/*
Theme Name: Simple Canvas Theme
Theme URI: https://brilliantmart.com
Author: Muhammad Adil Nasir (Brillliant Aim)
Author URI: https://brilliantaim.com
Description: A simple light canvas-style theme for plugin testing with customizable menu color
Version: 1.0
License: GPL v2 or later
Text Domain: brilliantaim-simple-canvas
*/

/* ===== RESET ===== */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

/* ===== HEADER MENU ===== */
.ba-header {
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.ba-header a {
    text-decoration: none;
    margin: 0 10px;
}

/* ===== CONTENT ===== */
.ba-content {
    padding: 20px;
    min-height: 80vh;
}

/* ===== FOOTER ===== */
.ba-footer {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    border-top: 1px solid #eee;
}

/* ===== REMOVE MENU BULLETS ===== */
.ba-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ba-header ul li {
    display: inline-block;
    margin: 0 8px;
}