/* Incendium Admin Styles */

.incendium-admin-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 20px;
}

.incendium-admin-icon {
    width: 40px;
    height: 40px;
}

.incendium-dashboard-button {
    display: inline-flex;
    align-items: center;
    background: #643dff;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
}

.incendium-dashboard-button:hover {
    background: #5235d9;
    color: #fff;
}

.incendium-dashboard-button .dashicons {
    margin-left: 5px;
}

/* Admin menu icon styles */
#adminmenu .toplevel_page_incendium img {
    width: 20px;
    height: 20px;
    padding-top: 7px;
} 