.page_header.home_header {
    background: var(--white);
}
.page_header_left,
.page_header_right {
    display: inline-flex;
}
.page_header_left {
    justify-self: start;
}
.page_header_right {
    justify-self: end;
}
.page_header_center {
    display: inline-flex;
    justify-self: center;
}
/* Profile button with the photo of the driver card — the photo fills the whole round button */
.home_header_profile_photo {
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
}
.home_header_profile_photo img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    display: block;
}
