/*
Theme Name: Portal Web App Theme
Theme URI: https://acecomm.net
Description: A custom WordPress theme designed as a web app portal with integrated menu management system
Version: 1.0.0
Author: Ace Communications
Author URI: https://acecomm.net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portal-theme
*/

/* Base styles are handled by Bulma CSS - this file is primarily for WordPress theme recognition */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.portal-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.portal-content {
    flex: 1;
}

/* Custom separator styling */
.navbar-separator {
    height: 1px;
    background-color: #dbdbdb;
    margin: 0.5rem 0;
}

.navbar-item.is-separator {
    padding: 0;
    cursor: default;
}

/* Menu heading styling */
.navbar-item.is-heading {
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #7a7a7a;
    cursor: default;
}

/* Notification badges */
.navbar-badge {
    margin-left: 0.5rem;
}
