/*
 PHP version 8.0~

 @license   Commercial
 @copyright Copyright (c) 2026 Ingo Koch
 @link      http://www.computer-freak24.de
 @version   v1.5 07.2026
 @author    Ingo Koch <koch.ingo@t-online.de>
 @lastEdit  05.07.2026
*//* 
    Created on : 05.07.2026, 05:53:06
    Author     : stixnroll
*/
.bo-panel {
    background: var(--bo-surface);
    border: 1px solid var(--bo-border);
    border-radius: var(--bo-radius);
    padding: 18px;
}

.bo-panel-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.bo-panel-muted {
    background: var(--bo-surface-soft);
}

.bo-panel-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
