.header-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    padding: 10px 20px;
    background: #f5f5f5;
}

.header-actions a {
    text-decoration: none;
    color: #333;
}

.header-cart {
    font-weight: bold;
}
