.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0077b6;
    color: white;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.site-header .logo img {
    height: 40px;
    border-radius: 8px; /* لو عايز حواف ناعمة */
    margin-right: 10px; /* مسافة بينه وبين العنوان */
}


.site-title h1 {
    font-size: 20px;
    margin: 0;
    text-align: right;
    font-weight: normal;
}
