.lbp-container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.lbp-welcome {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.lbp-button {
    padding: 8px 8px;
    border: none;
    background-color: #d63638;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background 0.3s ease;
}

.lbp-button:hover {
    background-color: #005177;
}

.lbp-button.logout {
    background-color: #d63638;
}

.lbp-button.logout:hover {
    background-color: #a41e21;
}
