.global-greeting-top {
    width: 100%;
    padding: 8px 18px;
    background: #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #ddd;
}

.global-greeting-top a {
    color: #222;
    text-decoration: none;
    margin-left: 10px;
}

.global-greeting-top a:hover {
    text-decoration: underline;
}