body {
    margin: 0;
    background: #f4f6f8;
    font-family: Arial, sans-serif;
}

.urbs-layout {
    display: block;
    min-height: 100vh;
}

.urbs-topbar {
    width: 100%;
    min-height: 90px;
    background: #078fbd;
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 0 30px;
    box-sizing: border-box;
}

.urbs-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.urbs-logo img {
    height: 64px;
    width: auto;
    display: block;
}

.urbs-menu {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    flex: 1;
}

.urbs-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.urbs-menu a:hover {
    text-decoration: underline;
}

.urbs-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.urbs-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.urbs-content {
    padding: 40px;
}
.urbs-logo img {
    height: 58px;
    width: auto;
    display: block;
}