﻿.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    padding: 10px 0;
}

.logo-brand a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.user-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.login-link, .user-name {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.text-blue {
    color: #007bff !important; /* آبی Bootstrap */
}

.text-red {
    color: #dc3545 !important; /* قرمز Bootstrap */
}
